From ee6181427fb7f04feabcdea02f5bc3d0d38640b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 30 Sep 2024 20:26:39 +0200 Subject: [PATCH] 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/skopeo-copy.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index 4c38bb75..30dd606c 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -183,6 +183,8 @@ Existing signatures, if any, are preserved as well. **--dest-compress-format** _format_ Specifies the compression format to use. Supported values are: `gzip`, `zstd` and `zstd:chunked`. +`zstd:chunked` is incompatible with encrypting images, +and will be treated as `zstd` with a warning in that case. **--dest-compress-level** _format_