Skip to content

Commit

Permalink
Pre-create /home/user/certs/ directory
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow committed Oct 27, 2023
1 parent 875bb19 commit 82c393b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ LABEL io.openshift.expose-services=""

USER 10001

# SSL
RUN mkdir -p /home/user/certs & \
chgrp -R 0 /home/user && chmod -R g=u /home/user

# Java
RUN curl -fsSL "https://get.sdkman.io" | bash \
&& bash -c ". /home/user/.sdkman/bin/sdkman-init.sh \
Expand Down

0 comments on commit 82c393b

Please sign in to comment.