You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: