Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rafecolton opened this issue Sep 29, 2014 · 0 comments
Open

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

rafecolton opened this issue Sep 29, 2014 · 0 comments
Labels

Comments

@rafecolton
Copy link
Owner

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 #110. Will need further investigation to determine the exact cause.

/cc @jakedt

@rafecolton rafecolton added the bug label Sep 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant