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

Resolve image ID during container comparison #43155

Merged
merged 3 commits into from
Aug 24, 2017

Conversation

terminalmage
Copy link
Contributor

This fixes an issue where inspecting the container returns an image ID
instead of an image name, resulting in a spurious report of a changed
image. By resolving the image down to its ID for both the existing and
new containers, we ensure we're comparing ID to ID.

@ghost
Copy link

ghost commented Aug 23, 2017

@terminalmage, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ticosax, @dmacvicar and @mcalmer to be potential reviewers.

This fixes an issue where inspecting the container returns an image ID
instead of an image name, resulting in a spurious report of a changed
image. By resolving the image down to its ID for both the existing and
new containers, we ensure we're comparing ID to ID.
@rallytime
Copy link
Contributor

@terminalmage There's some lint errors here, I'm afraid.

@rallytime rallytime merged commit a6a327b into saltstack:2017.7 Aug 24, 2017
@terminalmage terminalmage deleted the issue43001 branch January 5, 2018 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants