rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

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

Open rafecolton opened 9 years ago

rafecolton commented 9 years ago

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