]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: install mkosi into a few containers to be able to use it for tests
authorJo Zzsi <jozzsicsataban@gmail.com>
Tue, 10 Sep 2024 01:18:19 +0000 (21:18 -0400)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Tue, 10 Sep 2024 14:56:02 +0000 (10:56 -0400)
mkosi-initrd is a portable way to create a reference initrd and compare
it to the output of dracut generated initrd.

test/container/Dockerfile-arch
test/container/Dockerfile-fedora
test/container/Dockerfile-opensuse

index 1a6817d5d0fa687d3094661bdde8dc92196aa23b..5f88b9d536091051c50c10d02338ba9435dddda3 100644 (file)
@@ -29,6 +29,7 @@ RUN pacman --noconfirm -Syu \
     lvm2 \
     lzop \
     mdadm \
+    mkosi \
     multipath-tools \
     nbd \
     networkmanager \
index 060189354842c163fb34f32ea1402cb13eb6ac1c..6b3979aa2050f8038bea933ce60bab18490720e3 100644 (file)
@@ -40,6 +40,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     make \
     mdadm \
     memstrack \
+    mkosi \
     mksh \
     nbd \
     ndctl \
index 2c34c7cc7cae4beaebe5fccef72e383825afdc54..792e21b04235c567b2b12ae611d315c1215beca5 100644 (file)
@@ -30,6 +30,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     lvm2 \
     make \
     mdadm \
+    mkosi \
     nbd \
     NetworkManager \
     nfs-utils \