From cb09325f5052877a6b6cbd5088652d9adf81c21c Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Tue, 8 Aug 2023 16:14:55 -0400 Subject: [PATCH] [v0.55][CI-DOCS] remove zstd:chunked from docs Remove the zstd:chunked encryption algorithm from the docs and the containers.conf file. This is aimed for RHEL 8.9/9.3 and it will not be supported there. [NO NEW TESTS NEEDED] Signed-off-by: TomSweeneyRedHat --- docs/containers.conf.5.md | 2 +- pkg/config/containers.conf | 2 +- pkg/config/containers.conf-freebsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/containers.conf.5.md b/docs/containers.conf.5.md index c9b399e8d..913c33839 100644 --- a/docs/containers.conf.5.md +++ b/docs/containers.conf.5.md @@ -721,7 +721,7 @@ the primary uid/gid of the container. **compression_format**="gzip" -Specifies the compression format to use when pushing an image. Supported values are: `gzip`, `zstd` and `zstd:chunked`. +Specifies the compression format to use when pushing an image. Supported values are: `gzip` and `zstd`. **compression_level**="5" diff --git a/pkg/config/containers.conf b/pkg/config/containers.conf index ec881f2fc..a106fd686 100644 --- a/pkg/config/containers.conf +++ b/pkg/config/containers.conf @@ -377,7 +377,7 @@ default_sysctls = [ #active_service = "production" # The compression format to use when pushing an image. -# Valid options are: `gzip`, `zstd` and `zstd:chunked`. +# Valid options are: `gzip` and `zstd`. # #compression_format = "gzip" diff --git a/pkg/config/containers.conf-freebsd b/pkg/config/containers.conf-freebsd index 5e187893b..10586d60d 100644 --- a/pkg/config/containers.conf-freebsd +++ b/pkg/config/containers.conf-freebsd @@ -307,7 +307,7 @@ default_sysctls = [ #active_service = production # The compression format to use when pushing an image. -# Valid options are: `gzip`, `zstd` and `zstd:chunked`. +# Valid options are: `gzip` and `zstd`. # #compression_format = "gzip"