- { dockerfile: 'Dockerfile-alpine', tag: 'alpine:edge', platform: 'linux/amd64' }
- { dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:latest', platform: 'linux/amd64' }
- { dockerfile: 'Dockerfile-fedora', tag: 'fedora:rawhide', platform: 'linux/amd64', registry: 'registry.fedoraproject.org' }
- - { dockerfile: 'Dockerfile-fedora', tag: 'centos:stream9', platform: 'linux/amd64', registry: 'quay.io/centos' }
+ - { dockerfile: 'Dockerfile-fedora', tag: 'centos:stream10-development', platform: 'linux/amd64', registry: 'quay.io/centos' }
steps:
- name: Check out the repo
uses: actions/checkout@v4
ARG DISTRIBUTION
RUN \
-if [ "${DISTRIBUTION}" = "centos:stream9" ]; then \
+if [[ "${DISTRIBUTION}" =~ "centos:" ]]; then \
dnf config-manager --set-enabled crb; \
else \
dnf -y install --setopt=install_weak_deps=False \
asciidoctor \
btrfs-progs \
busybox \
+ dhcp-client \
+ dhcp-server \
dmraid \
erofs-utils \
f2fs-tools \
cryptsetup \
dbus-daemon \
device-mapper-multipath \
- dhcp-client \
- dhcp-server \
e2fsprogs \
fcoe-utils \
fuse3 \