Files
diskimage-builder/diskimage_builder/elements/almalinux-container/containerfiles/10
Michal Nasiadka 38306a2f4b almalinux-container: Add support for building 10
Add functests for both Alma and Rocky 9/10

Adding x86-64-v2 based Zuul job to ensure it works

Change-Id: I95ef6d41f1e78a439c29648d366a3472098092bd
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
2025-09-29 18:51:50 +00:00

14 lines
553 B
Plaintext

FROM quay.io/almalinuxorg/almalinux:10
RUN dnf group install -y 'Minimal Install' --allowerasing && \
dnf install -y findutils util-linux sudo python3 NetworkManager \
curl libcurl --allowerasing
RUN systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
systemd-remount-fs.service
# /etc/machine-id needs to be populated for /bin/kernel-install to
# correctly copy kernels into /boot. We will clear this out in the
# final image.
RUN systemd-machine-id-setup