]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs: also install asciidoctor in container
authorIan Wienand <iwienand@redhat.com>
Tue, 22 Oct 2024 23:55:38 +0000 (10:55 +1100)
committerLaszlo <laszlo.gombos@gmail.com>
Wed, 23 Oct 2024 01:24:05 +0000 (21:24 -0400)
This is a pre-requirement change to enable building man pages with an
asciidoctor toolchain in CI.

test/container/Dockerfile-alpine
test/container/Dockerfile-arch
test/container/Dockerfile-debian
test/container/Dockerfile-fedora
test/container/Dockerfile-gentoo
test/container/Dockerfile-opensuse
test/container/Dockerfile-ubuntu
test/container/Dockerfile-void

index b40c003a4376e1e32b13e041f0bcd3ed9aa40630..93701989171ea5d07d23348e9520a0b8fb454f20 100644 (file)
@@ -7,6 +7,7 @@ ENV CC=clang
 # see https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61369
 RUN apk add --no-cache \
     asciidoc \
+    asciidoctor \
     bash \
     binutils \
     blkid \
index 2ed839d8df838f5614e7c487b6ebe31574c01fbd..e54a69a076040a15422a5e45fcade9b273bf92ba 100644 (file)
@@ -5,6 +5,7 @@ ENV TEST_FSTYPE=xfs
 
 RUN pacman --noconfirm -Syu \
     asciidoc \
+    asciidoctor \
     astyle \
     base-devel \
     bluez \
index f9df68a03dd018f0a7eb29fa0313b3c9c8274684..2ab8ae8a18ccaaa9a32df7cadf339b09e3e9f2b0 100644 (file)
@@ -9,6 +9,7 @@ FROM docker.io/${DISTRIBUTION}
 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 \
+    asciidoctor \
     astyle \
     bluez \
     btrfs-progs \
index b62f420b1765dbc2908b2c2fadf0e7cbf6299770..c9040ef4b40dbed96a3e69a657e14bb688585ba8 100644 (file)
@@ -4,6 +4,7 @@ FROM registry.fedoraproject.org/${DISTRIBUTION}
 # Install needed packages for the dracut CI container
 RUN dnf -y install --setopt=install_weak_deps=False \
     asciidoc \
+    asciidoctor \
     astyle \
     bash-completion \
     bluez \
index e9fbc129a4ca32a8fcb5376b81a1738d2f7362bb..a735e501ca97bdf3be3bc1cb9ba2d5c53d5ed761 100644 (file)
@@ -42,6 +42,7 @@ RUN emerge --quiet --deep --autounmask-continue=y --with-bdeps=n --noreplace \
     dev-lang/rust-bin \
     dev-libs/libxslt \
     dev-libs/openssl \
+    dev-ruby/asciidoctor \
     net-fs/cifs-utils \
     net-fs/nfs-utils \
     net-misc/dhcp \
index de33f61bceb2a184016148f3637b3d2316a003ce..206a3f6a2f2575eede69d7326247ce0f007eee59 100644 (file)
@@ -42,6 +42,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     qemu-kvm \
     rng-tools \
     rpm-build \
+    ruby3.3-rubygem-asciidoctor \
     sbsigntools \
     ShellCheck \
     shfmt \
index d18e0ba9849d2861d350ce6f20c68d5ad454a94d..223aad439d19b89a6ababce27c073e2ff994d3f4 100644 (file)
@@ -9,6 +9,7 @@ ENV V=2
 RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
     DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
     asciidoc \
+    asciidoctor \
     astyle \
     bluez \
     btrfs-progs \
index b2d0c8dcc66c24b575bebc88dfe1889a1945b96f..a1f06e22d1822a8155e887669d9a6c2c653367b4 100644 (file)
@@ -53,6 +53,7 @@ RUN xbps-install -Syu xbps && xbps-install -yu \
     plymouth \
     qemu \
     rng-tools \
+    ruby-asciidoctor \
     sbsigntool \
     shellcheck \
     shfmt \