Install lz4
ContainerImages/libguestfs-tools/pipeline/head This commit looks good
Details
ContainerImages/libguestfs-tools/pipeline/head This commit looks good
Details
LZ4 is *significantly* faster than XZ at compressing disk images, with a similar compression ratio. For example, compressing `kitchen.img` with `xz` took approximately 16 minutes and reduced the image to 1.3 GB, whereas `lz4` took kabout 15 seconds and reduced the image to 1.9 GB.main
parent
77ded22db5
commit
75043eba64
|
@ -4,4 +4,5 @@ RUN --mount=type=cache,target=/var/cache \
|
|||
microdnf install -y \
|
||||
--setopt=install_weak_deps=0 \
|
||||
guestfs-tools \
|
||||
lz4 \
|
||||
&& :
|
||||
|
|
Loading…
Reference in New Issue