Skip to content
Discussion options

You must be logged in to vote

Yes, the default of oci-archive is compression; that’s just gzip with no special options (but a not quite default implementation), AFAIK.

docker-archive layers are always uncompressed (but it is customary to compress the output afterwards).


Just by a quick grep:

c/image’s types.SystemContext.OCIAcceptUncompressedLayers seems to be provided by libimage, and visible as podman save --uncompressed

So it should be possible to set the two on a level footing.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Jared-Sprague
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants