summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-01 21:01:15 +0100
committerGitHub <noreply@github.com>2021-12-01 21:01:15 +0100
commit5d91edc78d5a3a96293cbb22dae85ab8c055fcc6 (patch)
tree003258ab953a4e52551f89cb16a306453d28439a /docs/source
parentecc663097a5791fea01e730308528d67d534e44a (diff)
parent6673ff78d3c5bba1078d9862fccadf0b7fe556fa (diff)
downloadpodman-5d91edc78d5a3a96293cbb22dae85ab8c055fcc6.tar.gz
podman-5d91edc78d5a3a96293cbb22dae85ab8c055fcc6.tar.bz2
podman-5d91edc78d5a3a96293cbb22dae85ab8c055fcc6.zip
Merge pull request #12450 from giuseppe/compression-format
podman, push: expose --compression-format
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-push.1.md4
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)