mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-27 08:21:06 +02:00
Merge pull request #2504 from flatcar/krnowak/pigz
coreos-base/coreos: Add pigz to production image
This commit is contained in:
commit
ddca529a06
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-pigz.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-pigz.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- 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))
|
||||
@ -91,6 +91,7 @@ RDEPEND="${RDEPEND}
|
||||
app-arch/bzip2
|
||||
app-arch/lbzip2
|
||||
app-arch/lz4
|
||||
app-arch/pigz
|
||||
app-arch/xz-utils
|
||||
app-arch/zstd
|
||||
app-arch/tar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user