We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57ae73 + 223fbf2 commit 538f043Copy full SHA for 538f043
Dockerfile
@@ -1,12 +1,12 @@
1
-# Default to EL8 builds
2
-ARG IMAGE_BASE=quay.io/centos/centos:stream8
+# Default to EL9 builds
+ARG IMAGE_BASE=quay.io/almalinux/almalinux:9
3
4
FROM $IMAGE_BASE
5
6
# "ARG IMAGE_BASE" needs to be here again because the previous instance has gone out of scope.
7
8
ARG BASE_YUM_REPO=testing
9
-ARG OSG_RELEASE=3.6
+ARG OSG_RELEASE=23
10
11
LABEL maintainer OSG Software <[email protected]>
12
0 commit comments