mirror of
https://github.com/containers/podman.git
synced 2025-08-24 10:04:57 +08: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>
358 B
358 B
####> 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.