Open
Description
Is your feature request related to a problem? Please describe.
We would like to use https://docs.docker.com/build/bake/ to make our docker build process more efficient.
At the moment we are using pants+docker as described here:
https://www.pantsbuild.org/blog/2021/10/13/pants-pex-and-docker
Describe the solution you'd like
We would like pants to support docker bake, or alternative solution to parallelize builds + caching
Describe alternatives you've considered
Alternative is not to use pants.
Activity