mirror of
https://github.com/containers/podman.git
synced 2026-06-08 15:56:47 -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>
442 B
442 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.
--force-compression
If set, push uses the specified compression algorithm even if the destination contains a differently-compressed variant already.
Defaults to true if --compression-format is explicitly specified on the command-line, false otherwise.