Hi! Is there a way to specify `--cache-from` in a ...
# general
b
Hi! Is there a way to specify
--cache-from
in a
docker_image
when using
pants package
? Reference https://docs.docker.com/engine/reference/commandline/build/#cache-from
c
I think https://github.com/pantsbuild/pants/pull/19811 will do it in the 2.19 release series (2.18 is the latest stable)
b
Will it solve the case when multi stage builds in different dockerfiles will always try to pull from docker hub?