Skip to content

Commit

Permalink
Document that zstd:chunked is downgraded to zstd when encrypting
Browse files Browse the repository at this point in the history
A part of containers/common#2117 .

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Sep 30, 2024
1 parent 1f5ec67 commit bb35ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/markdown/options/compression-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bb35ad1

Please sign in to comment.