Skip to content

Commit

Permalink
Fix permissions issues 2
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-dolby-at-ibm-com authored Nov 27, 2023
1 parent 503d4c5 commit 34b3b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN chown -R aceuser:mqbrkrs /tmp/* && \
RUN chmod 1777 /tmp

# Needed for OpenShift support due to random userids at runtime
RUN chmod -R 777 /home/aceuser/ace-server || /bin/true
RUN chmod -R 777 /home/aceuser/ace-server /var/mqsi || /bin/true

USER aceuser

Expand Down

0 comments on commit 34b3b56

Please sign in to comment.