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

bug fix on containers pointing to the same image id #1

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

koreno
Copy link
Owner

@koreno koreno commented Sep 16, 2020

The bug is where two containers are pointing to different tags ('latest', 'v1'), which are in turn pointing to the same image id.
After an update ('latest' now points to a new image id), BOTH containers would be updated, instead of only the one ('latest').
the fact that two containers are using the same image id right now does not mean they use the same image tag.

The bug is where two containers are pointing to different tags ('latest', 'v1'), which are in turn pointing to the same image id.
After an update ('latest' now points to a new image id), BOTH containers would be updated, instead of only the one ('latest').
the fact that two containers are using the same image id _right now_ does not mean they use the same image _tag_.
@koreno koreno merged commit 5d7e92a into master Sep 16, 2020
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

Successfully merging this pull request may close these issues.

1 participant