diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2021-11-30 14:00:10 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2021-12-01 09:39:03 +0100 |
commit | 6673ff78d3c5bba1078d9862fccadf0b7fe556fa (patch) | |
tree | a957ae984b531a2ad16947072fcb45663d197e86 /docs/source | |
parent | 8de68b170716dd1293c5a044f3e9cfd962fdbfb1 (diff) | |
download | podman-6673ff78d3c5bba1078d9862fccadf0b7fe556fa.tar.gz podman-6673ff78d3c5bba1078d9862fccadf0b7fe556fa.tar.bz2 podman-6673ff78d3c5bba1078d9862fccadf0b7fe556fa.zip |
podman, push: expose --compression-format
support overriding the compression format at push time.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-push.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-push.1.md b/docs/source/markdown/podman-push.1.md index 55f294158..19c64a7e3 100644 --- a/docs/source/markdown/podman-push.1.md +++ b/docs/source/markdown/podman-push.1.md @@ -71,6 +71,10 @@ Please refer to containers-certs.d(5) for details. (This option is not available Compress tarball image layers when pushing to a directory using the 'dir' transport. (default is same compression type, compressed or uncompressed, as source) Note: This flag can only be set when using the **dir** transport +#### **--compression-format** *COMPRESSION* + +Specifies the compression format to use. Supported values are: `gzip`, `zstd` and `zstd:chunked`. The default is `gzip`. + #### **--digestfile** *Digestfile* After copying the image, write the digest of the resulting image to the file. (This option is not available with the remote Podman client) |