-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementImprovement to existing imagesImprovement to existing images
Description
Using a better compression algorithm will mean smaller container images in the registry and faster pulls.
As the spec does not support multiple compression algorithms for a single tag, we should push those images to another tag.
See:
- https://www.redhat.com/sysadmin/faster-container-image-pulls
- What are your plans about zstd:chunked containers/podman#15126
- How to generate a zstd:chunked image ? containers/podman#15113
--compression-format=for podman: https://docs.podman.io/en/latest/markdown/podman-push.1.html--dest-compressoption for skopeo: https://github.com/containers/skopeo/blob/main/docs/skopeo-copy.1.md- Enable zstd:chunked support in containers/image containers/storage#775
- pkg/compression: new zstd variant zstd:chunked containers/image#1084
- support zstd as archive format moby/moby#28394 (comment)
- Formalize support for zstd compression: v1.1.0 ? opencontainers/image-spec#803 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing imagesImprovement to existing images