Push compression #199
Closed
loiclefevre
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to share that I've discovered the capability for
buildah
to select and configure different compression algorithms when pushing images, e.g.:buildah push --compression-format Xz --compression-level 9 ...
See compression types here.
Beta Was this translation helpful? Give feedback.
All reactions