Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Automatically update weave + weavedns images #255

Closed
yaronr opened this issue Dec 1, 2014 · 2 comments · Fixed by #306
Closed

Automatically update weave + weavedns images #255

yaronr opened this issue Dec 1, 2014 · 2 comments · Fixed by #306
Labels

Comments

@yaronr
Copy link

yaronr commented Dec 1, 2014

After a short discussion with squaremo:
It appears that weave does not take care of updating its docker images.
My point of view is:
Either getting the images (and their existence, for that matter) is the user's responsibility, or not.
If it's the user's responsibility, then the user should take care of updating the images.
Otherwise, if this is abstracted from the user - then it becomes weave's responsibility.

@rade rade added the feature label Dec 1, 2014
@rade
Copy link
Member

rade commented Dec 1, 2014

Always checking/grabbing the latest version a) can break things (if the latest version is not compatible with the running script), and b) would significantly delay things (since the docker hub is slow as snails, and you need an internet connection).

Following #34, when the weave script finds that the local docker images are too old, it could attempt to fetch the most recent compatible versions.

@hesco
Copy link

hesco commented Dec 4, 2014

Upgrades ought to be the call of a human sysadmin.

That choice ought to be facilitated

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

Successfully merging a pull request may close this issue.

3 participants