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.
This commit is contained in:
parent
b01ce88009
commit
cc0c7e8d15
@ -420,7 +420,7 @@ log_driver = "journald"
|
|||||||
# The compression format to use when pushing an image.
|
# The compression format to use when pushing an image.
|
||||||
# Valid options are: `gzip`, `zstd` and `zstd:chunked`.
|
# Valid options are: `gzip`, `zstd` and `zstd:chunked`.
|
||||||
#
|
#
|
||||||
compression_format = "zstd:chunked"
|
#compression_format = "gzip"
|
||||||
|
|
||||||
# The compression level to use when pushing an image.
|
# The compression level to use when pushing an image.
|
||||||
# Valid options depend on the compression format used.
|
# Valid options depend on the compression format used.
|
||||||
|
Loading…
Reference in New Issue
Block a user