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: image checks for some oci images failed #1995

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

olevski
Copy link
Member

@olevski olevski commented Oct 16, 2024

This occurs because some images (most likely when they support multiple architectures) have an index instead of just a manifest. An OCI index refers to a set of images. But when we were checking for images we were only checking for the manifest and did not have the option to support an index content type.

/deploy

@olevski olevski requested a review from a team as a code owner October 16, 2024 11:23
This occurs because some images (most likely when they support multiple
architectures) have an index instead of just a manifest. An OCI index
refers to a set of images. But when we were checking for images we were
only checking for the manifest and did not have the option to support an
index content type.
@olevski olevski force-pushed the fix-image-check-for-ghcr branch from dcb5f72 to aae7c56 Compare October 16, 2024 11:24
@olevski
Copy link
Member Author

olevski commented Oct 16, 2024

This does not occur very often. I saw it only with this image:
https://github.com/SalimKayal/renku-devcontainer-wizard/pkgs/container/renku-devcontainer-wizard/290037593?tag=latest

sgaist
sgaist previously approved these changes Oct 16, 2024
@RenkuBot
Copy link
Contributor

You can access the deployment of this PR at https://renku-ci-nb-1995.dev.renku.ch

@olevski olevski merged commit b7cd7b3 into master Oct 16, 2024
22 checks passed
@olevski olevski deleted the fix-image-check-for-ghcr branch October 16, 2024 13:33
olevski added a commit that referenced this pull request Oct 16, 2024
This occurs because some images (most likely when they support multiple
architectures) have an index instead of just a manifest. An OCI index
refers to a set of images. But when we were checking for images we were
only checking for the manifest and did not have the option to support an
index content type.
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.

5 participants