summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-push.1.md
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-14 13:14:41 +0000
committerGitHub <noreply@github.com>2022-07-14 13:14:41 +0000
commit35e637daf894a8c2e01fe52a6a8768166ba38e7f (patch)
treece293d7a147d0095642ade3167f0992aab5cdb4b /docs/source/markdown/podman-push.1.md
parent23a266b2e76ba06041743aae3f5984cf937dda53 (diff)
parentad7c54e13a17eed8efb7b1367a17859d6f7e3032 (diff)
downloadpodman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.gz
podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.bz2
podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.zip
Merge pull request #14914 from edsantiago/xref_manpages_stricter
[CI:DOCS] man page checker: enforce stricter options format
Diffstat (limited to 'docs/source/markdown/podman-push.1.md')
-rw-r--r--docs/source/markdown/podman-push.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-push.1.md b/docs/source/markdown/podman-push.1.md
index 25c1e024a..3cda982ac 100644
--- a/docs/source/markdown/podman-push.1.md
+++ b/docs/source/markdown/podman-push.1.md
@@ -65,7 +65,7 @@ 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*
+#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked*
Specifies the compression format to use. Supported values are: `gzip`, `zstd` and `zstd:chunked`. The default is `gzip`.
@@ -75,7 +75,7 @@ The [username[:password]] to use to authenticate with the registry if required.
If one or both values are not supplied, a command line prompt will appear and the
value can be entered. The password is entered without echo.
-#### **--digestfile** *Digestfile*
+#### **--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, including Mac and Windows (excluding WSL2) machines)