aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-manifest-push.1.md
diff options
context:
space:
mode:
authorRomain Geissler <romain.geissler@amadeus.com>2022-07-30 12:50:57 +0000
committerRomain Geissler <romain.geissler@amadeus.com>2022-07-30 15:10:41 +0000
commit24a599fe1d8f7f9da23cf3056c4eda8bcc89e563 (patch)
treec91259ed7763a34093cbb19ff03cce5ed15d8479 /docs/source/markdown/podman-manifest-push.1.md
parentfed326d8a6f8d4f7dc490099b29d51fc1754789f (diff)
downloadpodman-24a599fe1d8f7f9da23cf3056c4eda8bcc89e563.tar.gz
podman-24a599fe1d8f7f9da23cf3056c4eda8bcc89e563.tar.bz2
podman-24a599fe1d8f7f9da23cf3056c4eda8bcc89e563.zip
Add flag "--compression-format" to "podman manifest push" both in local/remote mode.
Also Fix usage of flag "--compression-format" for remote "podman image push". Fix usage of flags "--format", "--remove-signatures" in remote "podman manifest push". Closes #15109. Signed-off-by: Romain Geissler <romain.geissler@amadeus.com>
Diffstat (limited to 'docs/source/markdown/podman-manifest-push.1.md')
-rw-r--r--docs/source/markdown/podman-manifest-push.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-manifest-push.1.md b/docs/source/markdown/podman-manifest-push.1.md
index 22e8cae9a..649315270 100644
--- a/docs/source/markdown/podman-manifest-push.1.md
+++ b/docs/source/markdown/podman-manifest-push.1.md
@@ -32,6 +32,10 @@ environment variable. `export REGISTRY_AUTH_FILE=path`
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. (Default: /etc/containers/certs.d)
Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
+#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked*
+
+Specifies the compression format to use. Supported values are: `gzip`, `zstd` and `zstd:chunked`. The default is `gzip` unless overridden in the containers.conf file.
+
#### **--creds**=*creds*
The [username[:password]] to use to authenticate with the registry if required.