|
|
d1a34d |
From d8f6162d3d86c81744c5f2c8215959aac3a2f9e9 Mon Sep 17 00:00:00 2001
|
|
|
d1a34d |
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
|
|
d1a34d |
Date: Tue, 9 Nov 2021 17:13:37 +0100
|
|
|
d1a34d |
Subject: [PATCH] ci: temporarily use an F34 dash package until C9S EPEL is
|
|
|
d1a34d |
available
|
|
|
d1a34d |
|
|
|
d1a34d |
rhel-only
|
|
|
d1a34d |
---
|
|
|
d1a34d |
test/container/Dockerfile-CentOS-9-Stream | 4 ++--
|
|
|
d1a34d |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
d1a34d |
|
|
|
d1a34d |
diff --git a/test/container/Dockerfile-CentOS-9-Stream b/test/container/Dockerfile-CentOS-9-Stream
|
|
|
d1a34d |
index 9d0e81e3..c9a96020 100644
|
|
|
d1a34d |
--- a/test/container/Dockerfile-CentOS-9-Stream
|
|
|
d1a34d |
+++ b/test/container/Dockerfile-CentOS-9-Stream
|
|
|
d1a34d |
@@ -8,14 +8,15 @@ LABEL RUN="docker run -it --name NAME --privileged --ipc=host --net=host --pid=h
|
|
|
d1a34d |
RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' > /etc/profile.d/dracut-test.sh
|
|
|
d1a34d |
|
|
|
d1a34d |
# Install needed packages for the dracut CI container
|
|
|
d1a34d |
+# FIXME: properly re-add dash once C9S EPEL is available
|
|
|
d1a34d |
RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
|
|
|
d1a34d |
+ http://mirrors.kernel.org/fedora/releases/34/Everything/x86_64/os/Packages/d/dash-0.5.10.2-8.fc34.x86_64.rpm \
|
|
|
d1a34d |
qemu-kvm \
|
|
|
d1a34d |
NetworkManager \
|
|
|
d1a34d |
asciidoc \
|
|
|
d1a34d |
bash-completion \
|
|
|
d1a34d |
bzip2 \
|
|
|
d1a34d |
cryptsetup \
|
|
|
d1a34d |
- dash \
|
|
|
d1a34d |
dbus-daemon \
|
|
|
d1a34d |
dhcp-client \
|
|
|
d1a34d |
dhcp-server \
|
|
|
d1a34d |
@@ -33,7 +34,6 @@ RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
|
|
|
d1a34d |
mdadm \
|
|
|
d1a34d |
nfs-utils \
|
|
|
d1a34d |
pigz \
|
|
|
d1a34d |
- python3-imgcreate \
|
|
|
d1a34d |
rpm-build \
|
|
|
d1a34d |
strace \
|
|
|
d1a34d |
sudo \
|
|
|
d1a34d |
|