Skip to content

Commit

Permalink
Revert "Workaround 2218209 on Rocky 9."
Browse files Browse the repository at this point in the history
This reverts commit d88c3df.

The issue was resolved.
  • Loading branch information
adelton committed Mar 31, 2024
1 parent 7923ed7 commit c9bde6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.rocky-9
Original file line number Diff line number Diff line change
Expand Up @@ -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 Rocky 9
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
Expand Down

0 comments on commit c9bde6b

Please sign in to comment.