]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: remove packages from alpine container that does not add value
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 25 Oct 2024 04:10:39 +0000 (00:10 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 25 Oct 2024 04:16:00 +0000 (00:16 -0400)
Remove ntfs-3g and erofs-utils as the corresponding kernel
modules are not enabled with linux-virt.

Remove multipath-tools as it does not work well.

test/container/Dockerfile-alpine

index 63e6c64e383ac511b820aefcacab0de75982d1df..f7ff0aa030462d4165f74415149c4dc537aed12f 100644 (file)
@@ -10,6 +10,11 @@ ENV CC=clang
 # dash is not installed to run test suite only with busybox and bash
 # (without requiring dash)
 
+# ntfs-3g and erofs-utils not installed as the corresponding kernel
+# modules are not enabled with linux-virt
+
+# multipath-tools is not installed as it does not work well
+
 RUN apk add --no-cache \
     asciidoc \
     asciidoctor \
@@ -33,7 +38,6 @@ RUN apk add --no-cache \
     dracut \
     e2fsprogs \
     elogind \
-    erofs-utils \
     eudev \
     file \
     findmnt \
@@ -55,11 +59,8 @@ RUN apk add --no-cache \
     make \
     mdadm \
     mtools \
-    multipath-tools \
     musl-fts-dev \
     nbd \
-    ntfs-3g \
-    ntfs-3g-progs \
     nvme-cli \
     open-iscsi \
     openssh \