File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ if [[ $BUILD_ENV == osg* ]]; then
65
65
OSG_SERIES=" ${OSG_SERIES} -main"
66
66
yum install -y https://repo.opensciencegrid.org/osg/${OSG_SERIES} /osg-${OSG_SERIES} -el${OS_VERSION} -release-latest.rpm
67
67
else
68
- # This is currently tracking the 10 .x feature release.
68
+ # This is currently tracking the 24 .x feature release.
69
69
# For the stable release series the version number is required.
70
70
# For the feature series, one can either use the version number (i.e. 9.1)
71
71
# or 'current' which tracks the latest feature series
72
- yum install -y https://research.cs.wisc.edu/htcondor/repo/10 .x/htcondor-release-current.el${OS_VERSION} .noarch.rpm
72
+ yum install -y https://research.cs.wisc.edu/htcondor/repo/24 .x/htcondor-release-current.el${OS_VERSION} .noarch.rpm
73
73
fi
74
74
75
75
# 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 .
22
22
23
23
You may also specify ` --build-arg ` for:
24
24
25
- - ` BASE_IMAGE ` : EL-based OS container base image (default: ` rockylinux:8 ` , suggested alternative ` centos:7 ` )
26
- - ` CONDOR_SERIES ` : HTCondor release series (default ` 10 .x` )
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` )
27
27
28
28
### Starting the CE ###
29
29
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ARG BASE_IMAGE=rockylinux:8
3
3
FROM $BASE_IMAGE
4
4
5
5
# "ARG BASE_IMAGE" needs to be here again because the previous instance has gone out of scope.
6
- ARG BASE_IMAGE=rockylinux:8
7
- ARG CONDOR_SERIES=10 .x
6
+ ARG BASE_IMAGE=almalinux:9
7
+ ARG CONDOR_SERIES=24 .x
8
8
9
9
RUN groupadd -o -g 9619 testuser && \
10
10
useradd -m -u 9619 -g 9619 -s /bin/bash testuser
You can’t perform that action at this time.
0 commit comments