Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

naive chmod'ing to get permissions correct on certificates #412

Merged
merged 1 commit into from
Apr 19, 2024
Merged
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
3 changes: 3 additions & 0 deletions docker/Dockerfile.cc-dask-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ RUN rm -rf /tmp/* \
# FIXME: add better layering for preparation of env
ADD prepare-env/prepare-env-cc.sh /usr/local/bin/prepare-env.sh
RUN chmod ugo+x /usr/local/bin/prepare-env.sh
RUN chmod g-w /usr/local/etc/grid-security
RUN chmod g-w /usr/local/etc/grid-security/*
RUN chmod g-w /usr/local/etc/grid-security/certificates/*

# Switch back to cms-jovyan to avoid accidental container runs as root
USER ${NB_UID}
Expand Down
Loading