Publish and Support Flat IronCore OCI image specification#196
Merged
Conversation
7f1fe25 to
4dbfd18
Compare
afritzler
requested changes
Apr 11, 2025
lukasfrank
reviewed
Apr 12, 2025
1484876 to
d3b5efb
Compare
Member
Author
|
https://github.com/orgs/ironcore-dev/packages/container/os-images%2Ftest-image/394881732?tag=100.1 Here's a sample test image uploaded using the tool with flat OCI, I will open a separate PR to introduce an index based layer for architecture(amd64/arm64) |
Member
Author
|
@lukasfrank suggested removing the dedicated cmdline layer and keeping it solely in the config — it would be a nice simplification, I'll make that change. I'd like to merge this today (EOB) to unblock integrations — please feel free to comment if you'd like more time to review!! :) |
d3b5efb to
b8ddee1
Compare
Member
Author
|
Update: Removed the dedicated Quick test: oras pull ghcr.io/ironcore-dev/os-images/test-image:100.2 --config config.json
cat config.json |
lukasfrank
approved these changes
Apr 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Initial IronCore OCI image specification added with support for flat OCI images.
Architecture-aware index-based support will be introduced in a future update.
Consumers like boot-operator will handle both formats based on the Index manifest's existence.
Partially solves: #101