Skip to content

Commit

Permalink
[v0.55][CI-DOCS] remove zstd:chunked from docs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Aug 8, 2023
1 parent b3824c0 commit cb09325
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/containers.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pkg/config/containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pkg/config/containers.conf-freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cb09325

Please sign in to comment.