middleware_automation.keycloak/molecule/default/Dockerfile.j2
2025-04-01 15:01:56 +02:00

14 lines
538 B
Django/Jinja

FROM registry.access.redhat.com/ubi9/python-311:latest
USER 0
CMD ["/sbin/init"]
STOPSIGNAL SIGRTMIN+3
#mask systemd-machine-id-commit.service - partial fix for https://bugzilla.redhat.com/show_bug.cgi?id=1472439
RUN systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service systemd-udev-trigger.service systemd-udevd.service systemd-random-seed.service systemd-machine-id-commit.service
RUN dnf -y install sudo procps-ng && dnf clean all