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

RFE: support OCI with --force-compression --compress=false #20923

Open
dougsland opened this issue Dec 6, 2023 · 1 comment
Open

RFE: support OCI with --force-compression --compress=false #20923

dougsland opened this issue Dec 6, 2023 · 1 comment

Comments

@dougsland
Copy link
Contributor

Today the --force-compression and --compress=false only works with dir: and not oci:.

Here an example of command:

podman push --force-compression --compress=false  docker.io/nginx:1.24.0 dir:/tmp/tmpdirtest

/cc @mtrmac @giuseppe

@mtrmac
Copy link
Collaborator

mtrmac commented Dec 6, 2023

Uh, I don’t know what --force-compression + --compress=false is supposed to do. --force-compression only makes any difference when --compression-format is specified.

Either way, c/image does give callers the choice with oci: destinations, via SystemContext.OCIAcceptUncompressedLayers; whether Podman’s CLI option activates that or not (incompatibly changes the semantics of an existing option, to be pedantic, though I could see a reasonable argument to do that), is a Podman decision.

@mtrmac mtrmac transferred this issue from containers/image Dec 6, 2023
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

No branches or pull requests

2 participants