Merge pull request #12450 from giuseppe/compression-format

podman, push: expose --compression-format
This commit is contained in:
OpenShift Merge Robot
2021-12-01 21:01:15 +01:00
committed by GitHub
6 changed files with 57 additions and 0 deletions

View File

@ -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)