From cc0c7e8d15b80f449d22d9ef4bb7f787d304a6fe Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 9 Nov 2023 09:38:40 -0600 Subject: [PATCH] Reverting zstd change to containers.conf Simple revert c184cbd where zstd chunked was made to the default compression. Revert from zstd to gzip. Add comment back as well. --- containers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers.conf b/containers.conf index 872d7ec..a9b4ca3 100644 --- a/containers.conf +++ b/containers.conf @@ -420,7 +420,7 @@ log_driver = "journald" # The compression format to use when pushing an image. # Valid options are: `gzip`, `zstd` and `zstd:chunked`. # -compression_format = "zstd:chunked" +#compression_format = "gzip" # The compression level to use when pushing an image. # Valid options depend on the compression format used.