Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ky Linux 9 image.
  • Loading branch information
adelton committed May 10, 2024
1 parent 073beea commit 87735a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.rocky-9
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Build on top of base Rocky Linux 9 image
FROM docker.io/rockylinux/rockylinux:9

# Workaround https://bugzilla.redhat.com/show_bug.cgi?id=1941142
COPY resolv.conf hostname /etc/

RUN groupadd -g 288 kdcproxy ; useradd -u 288 -g 288 -c 'IPA KDC Proxy User' -r -d / -s '/sbin/nologin' kdcproxy
RUN groupadd -g 289 ipaapi; useradd -u 289 -g 289 -c 'IPA Framework User' -r -d / -s '/sbin/nologin' ipaapi

Expand Down

0 comments on commit 87735a7

Please sign in to comment.