From b14d6d755a69a563f4fc3e4b902a44b775c89deb Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 9 Mar 2023 14:11:21 +0100 Subject: [PATCH] changelog: Improve wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kai Lüke --- .../coreos-overlay/changelog/changes/2023-03-09-pigz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 4628fdb6bd..f5457e2a49 100644 --- 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 @@ -1 +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. +- Added `pigz` to the image, a parallel gzip implementation, which is useful to speed up the (de)compression for large container image imports/exports ([coreos-overlay#2504](https://github.com/flatcar/coreos-overlay/pull/2504))