docker-builder icon indicating copy to clipboard operation
docker-builder copied to clipboard

"ADD . /path/in/container" busts docker cache

Open rafecolton opened this issue 9 years ago • 0 comments

When two docker-builder builds are run in succession without any changes to any of the source files, the build should be entirely cacheable. However running an ADD . /path/in/container still busts the docker cache in many (all?) cases. Presumably this is the same issue as https://github.com/rafecolton/docker-builder/issues/110. Will need further investigation to determine the exact cause.

/cc @jakedt

rafecolton avatar Sep 29 '14 19:09 rafecolton