Skip to content

Commit ce7edb6

Browse files
Merge pull request #1604 from TomSweeneyRedHat/dev/tsweeney/commonchunked
[v0.55][CI-DOCS] remove zstd:chunked from docs
2 parents b3824c0 + cb09325 commit ce7edb6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/containers.conf.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ the primary uid/gid of the container.
721721

722722
**compression_format**="gzip"
723723

724-
Specifies the compression format to use when pushing an image. Supported values are: `gzip`, `zstd` and `zstd:chunked`.
724+
Specifies the compression format to use when pushing an image. Supported values are: `gzip` and `zstd`.
725725

726726
**compression_level**="5"
727727

pkg/config/containers.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ default_sysctls = [
377377
#active_service = "production"
378378

379379
# The compression format to use when pushing an image.
380-
# Valid options are: `gzip`, `zstd` and `zstd:chunked`.
380+
# Valid options are: `gzip` and `zstd`.
381381
#
382382
#compression_format = "gzip"
383383

pkg/config/containers.conf-freebsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ default_sysctls = [
307307
#active_service = production
308308

309309
# The compression format to use when pushing an image.
310-
# Valid options are: `gzip`, `zstd` and `zstd:chunked`.
310+
# Valid options are: `gzip` and `zstd`.
311311
#
312312
#compression_format = "gzip"
313313

0 commit comments

Comments
 (0)