From 6673ff78d3c5bba1078d9862fccadf0b7fe556fa Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 30 Nov 2021 14:00:10 +0100 Subject: podman, push: expose --compression-format support overriding the compression format at push time. Signed-off-by: Giuseppe Scrivano --- docs/source/markdown/podman-push.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/source') 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) -- cgit v1.2.3-54-g00ecf