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
- Strip the leading "sha256:" from content-addressable images to match
the displayed IDs.
- Only warn if an image is pulled where the image ID doesn't match the
recorded VersionID. Move warning to the code that starts the service.
- Don't stop containers when the image ID doesn't match. If the config
version matches, it's the right container. If the image doesn't match,
we'll still get warnings when checking for the latest image, and can
fix by redeploying a new config.
- Don't InspectImage before pulling, since PullImage will do the same.
- Don't pull every 10s, since the service check will pull again.
- Warn when a contaner dies and is automatically restarted.
- Periodically warn when a container's image doesn't match the config.
0 commit comments