From 7923ed7bf5539bff1308b0c3b51118b7ab0da8e1 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sun, 31 Mar 2024 08:42:44 +0200 Subject: [PATCH] Revert "Workaround 2218209 on RHEL 9.2.z." This reverts commit 0fe6943e7a8901aceceaa97d91fd9e05f0b8b1cf. The issue was resolved. --- Dockerfile.rhel-9 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.rhel-9 b/Dockerfile.rhel-9 index 2ac03e73..b72b89ef 100644 --- a/Dockerfile.rhel-9 +++ b/Dockerfile.rhel-9 @@ -9,9 +9,6 @@ RUN ln -s /bin/false /usr/sbin/systemd-machine-id-setup RUN sed -i 's!%_install_langs.*!%_install_langs all!' /etc/rpm/macros.image-language-conf RUN yum -y install --setopt=install_weak_deps=False ipa-server ipa-server-dns ipa-server-trust-ad patch ipa-healthcheck ipa-client-epn && yum clean all -# Workaround 2218209 on RHEL 9.2.z -RUN systemd-sysusers - # debug: RUN test $( getent passwd | grep -E "^(dirsrv:x:389|ipaapi:x:289|kdcproxy:x:288|pkiuser:x:17):" | wc -l ) -eq 4 # var-lib-nfs-rpc_pipefs.mount would run (and fail) nondeterministically