Skip to content

Commit

Permalink
Merge pull request #150 from rynge/default-images
Browse files Browse the repository at this point in the history
Updated default images to use the htc/rocky 8 and 9 images
  • Loading branch information
matyasselmeci committed Sep 11, 2023
2 parents 6b0e350 + ecd9266 commit ac577f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-setup-htcondor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac577f6

Please sign in to comment.