From ecd92669534e15ed5e7cccd74e86ef30a3fff13f Mon Sep 17 00:00:00 2001 From: Mats Rynge Date: Mon, 11 Sep 2023 10:58:40 -0700 Subject: [PATCH] Updated default images to use the htc/rocky 8 and 9 images --- 10-setup-htcondor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-setup-htcondor.sh b/10-setup-htcondor.sh index 3eab214..95c0052 100755 --- a/10-setup-htcondor.sh +++ b/10-setup-htcondor.sh @@ -536,7 +536,7 @@ export condor_vars_file=$LOCAL_DIR/main/condor_vars.lst # set some defaults for the glideinwms based scripts if [[ -z $OSG_DEFAULT_CONTAINER_DISTRIBUTION ]]; then - OSG_DEFAULT_CONTAINER_DISTRIBUTION="30%__opensciencegrid/osgvo-el7:latest 70%__opensciencegrid/osgvo-el8:latest" + OSG_DEFAULT_CONTAINER_DISTRIBUTION="70%__htc/rocky:8 30%__htc/rocky:9" fi # The glidein scripts expect a 1 or a 0 if is_true "$SINGULARITY_DISABLE_PID_NAMESPACES"; then