mirror of
https://github.com/containers/podman.git
synced 2025-05-25 11:06:18 +08:00

Value of `--force-compression` should be already `true` is `--compression-format` is selected otherwise let users decide. Signed-off-by: Aditya R <arajan@redhat.com>
423 B
423 B
####> This option file is used in: ####> podman 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.