Skip to content

Commit 223fbf2

Browse files
committed
Change default Dockerfile args to Alma 9 and OSG 23
1 parent a57ae73 commit 223fbf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Default to EL8 builds
2-
ARG IMAGE_BASE=quay.io/centos/centos:stream8
1+
# Default to EL9 builds
2+
ARG IMAGE_BASE=quay.io/almalinux/almalinux:9
33

44
FROM $IMAGE_BASE
55

66
# "ARG IMAGE_BASE" needs to be here again because the previous instance has gone out of scope.
7-
ARG IMAGE_BASE=quay.io/centos/centos:stream8
7+
ARG IMAGE_BASE=quay.io/almalinux/almalinux:9
88
ARG BASE_YUM_REPO=testing
9-
ARG OSG_RELEASE=3.6
9+
ARG OSG_RELEASE=23
1010

1111
LABEL maintainer OSG Software <[email protected]>
1212

0 commit comments

Comments
 (0)