From: Jo Zzsi Date: Tue, 10 Sep 2024 01:18:19 +0000 (-0400) Subject: ci: install mkosi into a few containers to be able to use it for tests X-Git-Tag: 104~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3cd672b8d278d8acfa8be8f3d8ed4bbdb8a1c7;p=thirdparty%2Fdracut-ng.git ci: install mkosi into a few containers to be able to use it for tests mkosi-initrd is a portable way to create a reference initrd and compare it to the output of dracut generated initrd. --- diff --git a/test/container/Dockerfile-arch b/test/container/Dockerfile-arch index 1a6817d5d..5f88b9d53 100644 --- a/test/container/Dockerfile-arch +++ b/test/container/Dockerfile-arch @@ -29,6 +29,7 @@ RUN pacman --noconfirm -Syu \ lvm2 \ lzop \ mdadm \ + mkosi \ multipath-tools \ nbd \ networkmanager \ diff --git a/test/container/Dockerfile-fedora b/test/container/Dockerfile-fedora index 060189354..6b3979aa2 100644 --- a/test/container/Dockerfile-fedora +++ b/test/container/Dockerfile-fedora @@ -40,6 +40,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \ make \ mdadm \ memstrack \ + mkosi \ mksh \ nbd \ ndctl \ diff --git a/test/container/Dockerfile-opensuse b/test/container/Dockerfile-opensuse index 2c34c7cc7..792e21b04 100644 --- a/test/container/Dockerfile-opensuse +++ b/test/container/Dockerfile-opensuse @@ -30,6 +30,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \ lvm2 \ make \ mdadm \ + mkosi \ nbd \ NetworkManager \ nfs-utils \