Merge pull request #24113 from mtrmac/chunked-encryption

Document that zstd:chunked is downgraded to zstd when encrypting
This commit is contained in:
openshift-merge-bot[bot]
2024-10-01 07:12:14 +00:00
committed by GitHub

View File

@@ -5,3 +5,4 @@
#### **--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.
`zstd:chunked` is incompatible with encrypting images, and will be treated as `zstd` with a warning in that case.