8000 Support compressed artifact layers · Issue #9132 · cri-o/cri-o · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support compressed artifact layers #9132

New issue

Have 8000 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

Open
saschagrunert opened this issue Apr 14, 2025 · 4 comments · May be fixed by #9150
Open

Support compressed artifact layers #9132

saschagrunert opened this issue Apr 14, 2025 · 4 comments · May be fixed by #9150
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. oci-artifacts

Comments

@saschagrunert
Copy link
Member
saschagrunert commented Apr 14, 2025

Right now, artifact layers compressed by tar (or tar + gzip) are not being extracted automatically. Having support for that behavior would be beneficial depending on how the artifact got bundled together.

Refers to #9127

@saschagrunert saschagrunert added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 14, 2025
@saschagrunert saschagrunert moved this to To do in Feature Roadmap Apr 14, 2025
@sohankunkerkar sohankunkerkar self-assigned this Apr 14, 2025
@bitoku
Copy link
Contributor
bitoku commented Apr 24, 2025

Do we want to unpack all type of artifact?

@saschagrunert
Copy link
Member Author

Do we want to unpack all type of artifact?

Do you mind clarifying type?

@bitoku
Copy link
Contributor
bitoku commented Apr 24, 2025

Sorry, I meant mediaType of layers. https://github.com/opencontainers/image-spec/blob/main/media-types.md
When it has suffix like .tar or .tar+gzip, can we always assume that it should be uncompressed/unpacked?

I wonder whether there's a usecase where someone wants to use the tar as it is.

@saschagrunert
Copy link
Member Author

Sorry, I meant mediaType of layers. https://github.com/opencontainers/image-spec/blob/main/media-types.md When it has suffix like .tar or .tar+gzip, can we always assume that it should be uncompressed/unpacked?

I wonder whether there's a usecase where someone wants to use the tar as it is.

I agree, I'm thinking into the same direction. I tend to say that unpacking in any case seems to be the way to go if we want to support such artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. oci-artifacts
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

3 participants
0