From bb35ad1da41ad00f5f100089a4a2f27dcfc55eaa Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Mon, 30 Sep 2024 21:52:35 +0200 Subject: Document that zstd:chunked is downgraded to zstd when encrypting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A part of https://github.com/containers/common/issues/2117 . Signed-off-by: Miloslav Trmač --- docs/source/markdown/options/compression-format.md | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3-70-g09d2