-
Notifications
You must be signed in to change notification settings - Fork 70
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
Simplify caching by reducing launch+cache outcomes #35
Conversation
Signed-off-by: Stephen Levine <stephen.levine@gmail.com>
Signed-off-by: Stephen Levine <stephen.levine@gmail.com>
One reason I'm giving this more consideration than in the past: The performance hit for |
Another note: this reduces complexity around layers that are marked @ekcasey I think you brought this up at one point. |
…uildpacks#35: https://github.com/buildpacks/rfcs/blob/master/text/0035-buildpack-versions.md Signed-off-by: Danielle Adams <danielle.adams@heroku.com>
: https://github.com/buildpacks/rfcs/blob/master/text/0035-buildpack-versions.md Signed-off-by: Danielle Adams <danielle.adams@heroku.com> Signed-off-by: Ben Hale <bhale@vmware.com>
This would increase buildpack portability between platforms that provide fully-coherent caching and platforms that do not.
I'm not convinced this is a good idea (as it will hurt performance in some cases), but I'm opening this PR for discussion.