Hi all! I am looking into scaling up my docker bui...
# general
a
Hi all! I am looking into scaling up my docker build with pants. Ideally, I would use something like https://docs.docker.com/reference/cli/docker/buildx/bake/ Is there any support for that from pants? Any help would be appreciated. Thank you!
c
I am not aware of anyone using
buildx bake
with Pants. The more typical Pants way to 'scale out' like that would be remote cacheing/execution (REAPI). If you have a specific way you imagine bake working together please feel free to write up an issue.