Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Permissions changes for OKD/OpenShift compatibility #48

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions DockerfileCMSAOD
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ RUN echo "#!/bin/bash" > proxy-exporter.sh &&\
COPY transformer.py transformer-actual.py
COPY transformer-shim.py transformer.py
WORKDIR /home/atlas

RUN chmod 755 /home/cmsusr/.local /home/cmsusr/.local/lib /home/cmsusr/.local/lib/python3.6 \
/home/cmsusr/.local/lib/python3.6/site-packages
RUN chgrp 0 /home/atlas && chmod g+w /home/atlas