Neil Hanlon
398e07e6f2
Introduce new container image for Rocky Linux, a downstream clone of Red Hat Enterprise Linux. Keep non-voting in Check for a while before adding to any gate checks Signed-off-by: Neil Hanlon <neil@shrug.pw> Change-Id: Ib383f60bc23b434b400f85c376840a000cafc697 Related-Bug: https://review.opendev.org/805800/
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
FROM docker.io/library/rockylinux:8
|
|
|
|
RUN dnf install -y findutils util-linux sudo python3 NetworkManager
|
|
|
|
RUN systemctl unmask console-getty.service dev-hugepages.mount \
|
|
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
|
|
systemd-remount-fs.service
|