mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-25 01:37:55 +00:00
Remove the references of the zstd:chunked encryption algorithm as this will not be supported in RHEL 8.9/9.3 in Podman v4.6.1. Support is expected in Podman v4.7 and later. [NO NEW TESTS NEEDED] Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
7 lines
358 B
Markdown
7 lines
358 B
Markdown
####> This option file is used in:
|
|
####> podman manifest push, push
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--compression-format**=**gzip** | *zstd*
|
|
|
|
Specifies the compression format to use. Supported values are: `gzip`, and `zstd`. The default is `gzip` unless overridden in the containers.conf file.
|