Install lz4
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
Dustin 2024-02-06 16:01:59 -06:00
parent 77ded22db5
commit 75043eba64
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ RUN --mount=type=cache,target=/var/cache \
microdnf install -y \
--setopt=install_weak_deps=0 \
guestfs-tools \
lz4 \
&& :