From be7737b583723a86b76ee9db98f08363a3f32dc8 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 9 Mar 2023 13:06:02 +0100 Subject: [PATCH] changelog: Add an entry --- .../coreos-overlay/changelog/changes/2023-03-09-pigz.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-pigz.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-pigz.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-pigz.md new file mode 100644 index 0000000000..4628fdb6bd --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-pigz.md @@ -0,0 +1 @@ +- Added pigz to the production image. The parallel gzip implementation is useful to speed up the decompression time spent for large container image imports/exports.