One last question: we did our Docker image build u...
# general
c
One last question: we did our Docker image build using a deploy.sh script before, and we could get some great build performance using the simple
--cache-from
argument when calling
docker build .
. We'd usually do something like
--cache-from=<http://registry.com/dir/image:latest|registry.com/dir/image:latest>
and then update the latest tag to the newly built and pushed image.