summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com>2024-10-01 07:12:14 +0000
committerGitHub <noreply@github.com>2024-10-01 07:12:14 +0000
commita3ba5ff320ffee1c6e0cb45e0dcbe4ada0033add (patch)
tree622990f473649d2f86e0a48f454cd90829589537
parent1f5ec677d8d69dd0ab5d5fdf02d7433629b4b555 (diff)
parentbb35ad1da41ad00f5f100089a4a2f27dcfc55eaa (diff)
Merge pull request #24113 from mtrmac/chunked-encryption
Document that zstd:chunked is downgraded to zstd when encrypting
-rw-r--r--docs/source/markdown/options/compression-format.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/options/compression-format.md b/docs/source/markdown/options/compression-format.md
index 0fe49d958..cd0095c9e 100644
--- a/docs/source/markdown/options/compression-format.md
+++ b/docs/source/markdown/options/compression-format.md
@@ -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.