mirror of
https://github.com/containers/podman.git
synced 2026-06-04 05:51:51 -04:00
Buildah v1.44.0 now uses --compression-format, --compression-level, and --force-compression options. Add these options to the build and farm man pages. Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
523 B
523 B
####> This option file is used in: ####> podman build, farm build, manifest push, push ####> If file is edited, make sure the changes ####> are applicable to all of those.
--compression-format=gzip | zstd | zstd:chunked
Specifies the compression format to use. Supported values are: gzip, zstd and zstd:chunked. The default is gzip unless overridden in the containers.conf file.
zstd:chunked is incompatible with encrypting images, and will be treated as zstd with a warning in that case.