Skip to content

Commit 2be3687

Browse files
committed
Add OSG 25 builds and set them as the default
1 parent 9909675 commit 2be3687

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release-series-builds.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
osg_series:
2525
- name: '24'
2626
os: 'el9'
27+
- name: '25'
28+
os: 'el9'
2729
steps:
2830

2931
- uses: actions/checkout@v3
@@ -64,6 +66,8 @@ jobs:
6466
osg_series:
6567
- name: '24'
6668
os: 'el9'
69+
- name: '25'
70+
os: 'el9'
6771
runs-on: ubuntu-latest
6872
steps:
6973
- uses: actions/checkout@v3
@@ -117,6 +121,9 @@ jobs:
117121
- name: '24'
118122
os: 'el9'
119123
organization: 'osg-htc'
124+
- name: '25'
125+
os: 'el9'
126+
organization: 'osg-htc'
120127
needs: [make-date-tag, xcache-image-builds]
121128
runs-on: ubuntu-latest
122129
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Specify the base Yum repository to get the necessary RPMs
66
ARG BASE_YUM_REPO=testing
7-
ARG BASE_OSG_SERIES=23
7+
ARG BASE_OSG_SERIES=25
88
ARG BASE_OS=el9
99

1010
FROM opensciencegrid/software-base:$BASE_OSG_SERIES-$BASE_OS-$BASE_YUM_REPO AS xcache

0 commit comments

Comments
 (0)