File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ if [[ $BUILD_ENV == osg* ]]; then
6565 OSG_SERIES=" ${OSG_SERIES} -main"
6666 yum install -y https://repo.opensciencegrid.org/osg/${OSG_SERIES} /osg-${OSG_SERIES} -el${OS_VERSION} -release-latest.rpm
6767else
68- # This is currently tracking the 24 .x feature release.
68+ # This is currently tracking the 25 .x feature release.
6969 # For the stable release series the version number is required.
7070 # For the feature series, one can either use the version number (i.e. 9.1)
7171 # or 'current' which tracks the latest feature series
72- yum install -y https://research.cs.wisc.edu/htcondor/repo/24 .x/htcondor-release-current.el${OS_VERSION} .noarch.rpm
72+ yum install -y https://research.cs.wisc.edu/htcondor/repo/25 .x/htcondor-release-current.el${OS_VERSION} .noarch.rpm
7373fi
7474
7575# Prepare the RPM environment
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ docker build -t entrypoint -f tests/containers/entrypoint/Dockerfile .
2222
2323You may also specify ` --build-arg ` for:
2424
25- - ` BASE_IMAGE ` : EL-based OS container base image (default: ` almalinux:9 ` , suggested alternative ` rockylinux:8 ` )
26- - ` CONDOR_SERIES ` : HTCondor release series (default ` 24 .x` )
25+ - ` BASE_IMAGE ` : EL-based OS container base image (default: ` almalinux:9 ` , suggested alternative ` rockylinux:9 ` )
26+ - ` CONDOR_SERIES ` : HTCondor release series (default ` 25 .x` )
2727
2828### Starting the CE ###
2929
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $BASE_IMAGE
44
55# "ARG BASE_IMAGE" needs to be here again because the previous instance has gone out of scope.
66ARG BASE_IMAGE=almalinux:9
7- ARG CONDOR_SERIES=24 .x
7+ ARG CONDOR_SERIES=25 .x
88
99RUN groupadd -o -g 9619 testuser && \
1010 useradd -m -u 9619 -g 9619 -s /bin/bash testuser
You can’t perform that action at this time.
0 commit comments