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

Add support for the oci-layout file #142

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

ariel-miculas
Copy link
Contributor

The oci-layout file is part of the image layout and it is mandatory. https://github.com/opencontainers/image-spec/blob/main/image-layout.md#oci-layout-file

Fixes #141

The oci-layout file is part of the image layout and it is mandatory.
https://github.com/opencontainers/image-spec/blob/main/image-layout.md#oci-layout-file

Fixes containers#141

Signed-off-by: Ariel Miculas <[email protected]>
Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-commenter
Copy link

Codecov Report

Merging #142 (d6dbffc) into main (22cb02c) will increase coverage by 0.79%.
The diff coverage is 47.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #142      +/-   ##
==========================================
+ Coverage   23.87%   24.66%   +0.79%     
==========================================
  Files          22       23       +1     
  Lines        1822     1885      +63     
  Branches      909      937      +28     
==========================================
+ Hits          435      465      +30     
- Misses        623      629       +6     
- Partials      764      791      +27     

@utam0k utam0k merged commit 1bfa419 into containers:main Jul 23, 2023
6 checks passed
cgwalters pushed a commit to cgwalters/oci-spec-rs that referenced this pull request Aug 30, 2024
cgwalters pushed a commit to cgwalters/oci-spec-rs that referenced this pull request Aug 30, 2024
Closes containers#142

Signed-off-by: Taylor Thomas <[email protected]>
Signed-off-by: Colin Walters <[email protected]>
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.

Missing builder for the oci-layout file
4 participants