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

Fix for issue121 #122

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Fix for issue121 #122

merged 1 commit into from
Dec 5, 2024

Conversation

scanon
Copy link
Member

@scanon scanon commented Dec 4, 2024

The method used to find the required layers is incorrect. It uses a list of layers in the manifest which are the diff hashes. It winds up layers can share these. This would lead to the wrong layer being pulled in. This patch uses the top layer in the image spec and then walks up the parent tree to get the other layers.

The method used to find the required layers is incorrect.  It uses
a list of layers in the manifest which are the diff hashes.  It winds up
layers can share these.  This would lead to the wrong layer being pulled
in.  This patch uses the top layer in the image spec and then walks up
the parent tree to get the other layers.
@scanon scanon added this to the Release 1.1.1 milestone Dec 4, 2024
@scanon scanon requested a review from adamlavely December 4, 2024 21:36
Copy link
Collaborator

@adamlavely adamlavely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the logging

@adamlavely adamlavely merged commit 4656463 into main Dec 5, 2024
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.

2 participants