How to enable zstd:chunked?
#2309
Replies: 1 comment 3 replies
-
|
It is possible to publish an image with For the push/build side, this is controlled by the container tooling, not by podman push --compression-format=zstd:chunked IMAGE REGISTRY/IMAGE:TAG
buildah push --compression-format=zstd:chunked IMAGE docker://REGISTRY/IMAGE:TAGThe registry also has to preserve/accept those layer media types. If it rejects or rewrites them, clients will not see a chunked image even if your local push command used that format. For the bootc side, the current docs make this an experimental-storage question rather than a normal update setting. The unified-storage docs list direct support for bootc install to-disk --experimental-unified-storage /dev/sdX
# or on an existing system
bootc image set-unifiedAfter onboarding, future So my decision rule would be:
If this answers the enablement question, please mark it as the answer so other bootc users can find the current caveat quickly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've used bootc for a while now, and while I like it, I've been a bit frustrated that I need to download such large updates even for small image changes. Is it possible (or even advisable) to enable
zstd:chunkedwhen pushing? And how would one do this?Beta Was this translation helpful? Give feedback.
All reactions