mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
Merge pull request #24113 from mtrmac/chunked-encryption
Document that zstd:chunked is downgraded to zstd when encrypting
This commit is contained in:
@@ -5,3 +5,4 @@
|
|||||||
#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked*
|
#### **--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.
|
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.
|
||||||
|
`zstd:chunked` is incompatible with encrypting images, and will be treated as `zstd` with a warning in that case.
|
||||||
|
|||||||
Reference in New Issue
Block a user