Merge pull request #16028 from edsantiago/docs_dedup_compression-format

[CI:DOCS] Man pages: refactor common options: --compression-format
This commit is contained in:
OpenShift Merge Robot
2022-10-03 12:47:20 +02:00
committed by GitHub
3 changed files with 5 additions and 6 deletions

View File

@ -0,0 +1,3 @@
#### **--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.

View File

@ -23,9 +23,7 @@ the list or index itself. (Default true)
@@option cert-dir @@option cert-dir
#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked* @@option compression-format
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.
@@option creds @@option creds

View File

@ -56,9 +56,7 @@ $ podman push myimage oci-archive:/tmp/myimage
Compress tarball image layers when pushing to a directory using the 'dir' transport. (default is same compression type, compressed or uncompressed, as source) 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 Note: This flag can only be set when using the **dir** transport
#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked* @@option compression-format
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.
@@option creds @@option creds