Skip to content

fix(build-index): fix blob dependency resolver for multi-arch manifests#620

Open
thijmv wants to merge 1 commit into
masterfrom
thijmv/build-index-nested-dependencies
Open

fix(build-index): fix blob dependency resolver for multi-arch manifests#620
thijmv wants to merge 1 commit into
masterfrom
thijmv/build-index-nested-dependencies

Conversation

@thijmv
Copy link
Copy Markdown
Collaborator

@thijmv thijmv commented May 13, 2026

The dependency resolver of the build-index assumes that the image is single-arch, meaning that for multi-arch images, its nested dependencies are not considered.

This PR fixes #619 by also considering nested dependencies when the given manifest is a manifest list.

The changes have been validated by unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build-index does not recursively resolve multi-arch image dependencies

1 participant