Skip to content

Commit

Permalink
test ESCAPE VOMSES
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed May 14, 2024
1 parent 73cc512 commit 462d3c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/env-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker automatic build and publish
on:
push:
branches:
- main
- test_escape_vomses

env:
REGISTRY: ghcr.io
Expand Down
12 changes: 12 additions & 0 deletions vre-singleuser_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM jupyter/scipy-notebook:python-3.9.13

RUN pip install --upgrade pip

USER root

RUN mkdir -p /etc/vomses \
&& wget https://indigo-iam.github.io/escape-docs/voms-config/voms-escape.cloud.cnaf.infn.it.vomses -O /etc/vomses/voms-escape.cloud.cnaf.infn.it.vomses \
&& mkdir -p /etc/grid-security/vomsdir/escape \
&& wget https://indigo-iam.github.io/escape-docs/voms-config/voms-escape.cloud.cnaf.infn.it.lsc -O /etc/grid-security/vomsdir/escape/voms-escape.cloud.cnaf.infn.it.lsc

CMD ["start-notebook.sh"]

0 comments on commit 462d3c7

Please sign in to comment.