Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRW-1124 just in case we need other to have write permissions, let's …
Browse files Browse the repository at this point in the history
…set it in Dockerfile (and then switch to 444 after updating cacerts file)

Change-Id: I26db795b876849e2b2e66c6ef116cee5764ff0f8
Signed-off-by: nickboldt <[email protected]>
nickboldt committed Aug 4, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e1aaad2 commit 0cb7afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/che/rhel.Dockerfile
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ RUN mkdir /logs /data && \
chmod -R g+rwX /home/user && \
find /home/user -type d -exec chmod 777 {} \; && \
# set group write permission so that entrypoint.sh can update permissions once file is updated w/ new cert
chmod g+w /home/user/cacerts && \
chmod 777 /home/user/cacerts && \
java -version && echo -n "Server startup script in: " && \
find /home/user/codeready -name catalina.sh | grep -z /home/user/codeready/tomcat/bin/catalina.sh

0 comments on commit 0cb7afd

Please sign in to comment.