From 8972cb896dcc9e90d9c332f452409413d51b058c Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Tue, 8 Oct 2024 16:14:25 +0200 Subject: [PATCH] vomses correct path 2 --- vre-singleuser-dev/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/vre-singleuser-dev/Dockerfile b/vre-singleuser-dev/Dockerfile index 6fda447..dd08a7b 100644 --- a/vre-singleuser-dev/Dockerfile +++ b/vre-singleuser-dev/Dockerfile @@ -81,6 +81,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE USER root RUN echo '"atlas" "voms-atlas-auth.app.cern.ch" "443" "/DC=ch/DC=cern/OU=computers/CN=atlas-auth.web.cern.ch" "atlas" "24"' > /etc/vomses/atlas-voms-atlas-auth.app.cern.ch \ + && mkdir -p /etc/grid-security/vomsdir/atlas \ && echo '/DC=ch/DC=cern/OU=computers/CN=atlas-auth.web.cern.ch \n/DC=ch/DC=cern/CN=CERN Grid Certification Authority' > /etc/grid-security/vomsdir/atlas/voms-atlas-auth.app.cern.ch.lsc \ && echo '/DC=ch/DC=cern/OU=computers/CN=atlas-auth.cern.ch \n/DC=ch/DC=cern/CN=CERN Grid Certification Authority' > /etc/grid-security/vomsdir/atlas/voms-atlas-auth.cern.ch.lsc