How to generate a zstd:chunked image ? #15113
-
Hi, I tried to generate a zstd:chunked image today, and failed to do it. I used exclusively podman from the My dockerfile is basically something like this:
I tried building this either with
and then I tried to push this in our own internal registry (which is JFrog's Artifactory):
But the resulting manifest.json always reads that gzip was used for the layers:
So I don't understand, what should be done to have a zstd:chunked image ? Is there some kind of "negociation" at push time between podman and the registry to check if zstd is supported, and if not it silently falls back on gzip compression ? Note that I used https://www.redhat.com/sysadmin/faster-container-image-pulls as a source of inspiration to build/push such an image. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answering to myself: I think this is just broken because I used a remote podman. And normally I will fix it with #15125. |
Beta Was this translation helpful? Give feedback.
Answering to myself: I think this is just broken because I used a remote podman. And normally I will fix it with #15125.