Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow reading of OCI Image Indexes to determine RID-specific base image for multi-architecture images #43631

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

baronfel
Copy link
Member

@baronfel baronfel commented Sep 23, 2024

This is a small extension to allow for reading OCI Image Indexes the same as we do Docker Manifest Lists. It's hard to find images like this in the wild though, at least ones that can run .NET applications. This unblocks at least part of dotnet/sdk-container-builds#199 and fixes dotnet/sdk-container-builds#597.

@baronfel baronfel requested a review from a team September 23, 2024 18:29
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Containers Related to dotnet SDK containers functionality untriaged Request triage from a team member labels Sep 23, 2024
…logic for selecting the best manifest from a set of manifests
@baronfel baronfel merged commit 6ef345b into dotnet:main Oct 4, 2024
37 checks passed
@baronfel
Copy link
Member Author

baronfel commented Oct 4, 2024

/backport to release/9.0.1xx

@baronfel
Copy link
Member Author

baronfel commented Oct 4, 2024

/backport to release/8.0.4xx

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Started backporting to release/9.0.1xx: https://github.com/dotnet/sdk/actions/runs/11185853021

@baronfel baronfel deleted the read-image-indexes branch October 4, 2024 19:30
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Started backporting to release/8.0.4xx: https://github.com/dotnet/sdk/actions/runs/11185854727

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Area-Containers Related to dotnet SDK containers functionality untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using localhost registry does not work with containerd image store on Windows
2 participants