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

define a way to auto-upgrade environments #13

Open
clux opened this issue Nov 6, 2017 · 1 comment
Open

define a way to auto-upgrade environments #13

clux opened this issue Nov 6, 2017 · 1 comment

Comments

@clux
Copy link
Member

clux commented Nov 6, 2017

Currently we auto-pull images when needed, but we have no way of forcing another pull when an old container is there. This causes misc build issues when people forget to do it for a while when someone adds something new.

There should be a way to set lastImageDate or something in the manifest so that when people make breaking changes, it is there along with the repo it breaks. lal build could then do an image upgrade check.

@bencord0
Copy link
Member

This could be solved by upstream docker, and we just depend on the behaviour.
moby/moby#34394

I don't really see a good reason to not have this always enabled. If someone breaks a "latest" tag (and you hard depend on it), there's no way to unbreak yourself without proper change coordination anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants