https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1056944
#DEBUGFAIL="rd.shell"
#DEBUGFAIL="$DEBUGFAIL udev.log-priority=debug"
+test_check() {
+ command -v dmraid &> /dev/null
+}
+
client_run() {
echo "CLIENT TEST START: $*"
FROM docker.io/debian:latest
+# dmraid is no longer installed
+# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056944
+
# Install needed packages for the dracut CI container
# Install dracut as a linux-initramfs-tool provider so that the default initramfs-tool package does not get installed
-# Uninstall initramfs-tools-core as a workaround for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994492
RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --no-install-recommends dracut && \
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
asciidoc \
cpio \
cryptsetup \
curl \
- dmraid \
docbook \
docbook-xml \
docbook-xsl \
iscsiuio \
kmod \
less \
- libdmraid-dev \
libkmod-dev \
linux-image-generic \
lvm2 \