File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2424 ulimit -a
2525 fi
2626fi
27+ USE_GHRC_IMAGE=true
2728SCRIPTPATH=" $( cd " $( dirname " $0 " ) " ; /bin/pwd -P ) " # Absolute path to script
2829export DBS_URL=https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader
2930export GIT_CONFIG_NOSYSTEM=1
@@ -156,7 +157,7 @@ if [ "X$DOCKER_IMG" != X -a "X$RUN_NATIVE" = "X" ]; then
156157 elif [ -e /cvmfs/unpacked.cern.ch/registry.hub.docker.com/$DOCKER_IMG ] ; then
157158 DOCKER_IMGX=/cvmfs/unpacked.cern.ch/registry.hub.docker.com/$DOCKER_IMG
158159 fi
159- DOCKER_IMGX=" docker://ghcr.io/cms-sw/$DOCKER_IMG "
160+ if [ " $USE_GHRC_IMAGE " = " true " ] ; then DOCKER_IMGX=" docker://ghcr.io/cms-sw/$DOCKER_IMG " ; fi
160161 if [ " $DOCKER_IMGX " = " " ] ; then
161162 if [ " $USE_GITHUB_REGISTRY " = " true" ] ; then
162163 DOCKER_IMGX=" docker://ghcr.io/cms-sw/$DOCKER_IMG "
You can’t perform that action at this time.
0 commit comments