Skip to content

Commit 071a95e

Browse files
authored
Update to Fedora:42 and latest rhel{8,9} (#3325)
Signed-off-by: Mitchell <[email protected]>
1 parent 39cd951 commit 071a95e

File tree

4 files changed

+28
-24
lines changed

4 files changed

+28
-24
lines changed

.github/workflows/config/validation_config.json

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"operating_systems":
77
[
88
"ubuntu:22.04",
9-
"fedora:41"
9+
"redhat/ubi8:8.10",
10+
"fedora:42"
1011
]
1112
},
1213
{
@@ -15,24 +16,27 @@
1516
[
1617
"ubuntu:22.04",
1718
"debian:12",
18-
"fedora:41",
19-
"redhat/ubi9:9.2"
19+
"fedora:42",
20+
"redhat/ubi8:8.10",
21+
"redhat/ubi9:9.6"
2022
]
2123
},
2224
{
2325
"version": "3.12",
2426
"operating_systems":
2527
[
2628
"ubuntu:24.04",
27-
"fedora:41",
28-
"redhat/ubi9:9.2"
29+
"fedora:42",
30+
"redhat/ubi8:8.10",
31+
"redhat/ubi9:9.6",
32+
"redhat/ubi10:10.0"
2933
]
3034
},
3135
{
3236
"version": "3.13",
3337
"operating_systems":
3438
[
35-
"fedora:41"
39+
"fedora:42"
3640
]
3741
}
3842
],
@@ -45,9 +49,9 @@
4549
[
4650
"ubuntu:22.04",
4751
"debian:12",
48-
"redhat/ubi9:9.2",
52+
"redhat/ubi9:9.6",
4953
"opensuse/leap:15.5",
50-
"fedora:41"
54+
"fedora:42"
5155
],
5256
"ubuntu:22.04":
5357
{
@@ -61,7 +65,7 @@
6165
"cudart_version": "12.6",
6266
"cuda_distribution": "debian12"
6367
},
64-
"redhat/ubi9:9.2":
68+
"redhat/ubi9:9.6":
6569
{
6670
"libcdev_package": "glibc-devel",
6771
"cudart_version": "12.0",
@@ -73,11 +77,11 @@
7377
"cudart_version": "12.0",
7478
"cuda_distribution": "opensuse15"
7579
},
76-
"fedora:41":
80+
"fedora:42":
7781
{
7882
"libcdev_package": "glibc-devel",
7983
"cudart_version": "12.4",
80-
"cuda_distribution": "fedora41"
84+
"cuda_distribution": "fedora42"
8185
}
8286
},
8387
{
@@ -86,17 +90,17 @@
8690
"operating_systems":
8791
[
8892
"ubuntu:22.04",
89-
"redhat/ubi8:8.0",
93+
"redhat/ubi8:8.10",
9094
"opensuse/leap:15.5",
91-
"fedora:41"
95+
"fedora:42"
9296
],
9397
"ubuntu:22.04":
9498
{
9599
"libcdev_package": "libc6-dev",
96100
"cudart_version": "11.8",
97101
"cuda_distribution": "ubuntu2204"
98102
},
99-
"redhat/ubi8:8.0":
103+
"redhat/ubi8:8.10":
100104
{
101105
"libcdev_package": "glibc-devel",
102106
"cudart_version": "11.8",
@@ -108,7 +112,7 @@
108112
"cudart_version": "11.8",
109113
"cuda_distribution": "opensuse15"
110114
},
111-
"fedora:41":
115+
"fedora:42":
112116
{
113117
"libcdev_package": "glibc-devel",
114118
"cudart_version": "11.8",
@@ -121,15 +125,15 @@
121125
"operating_systems":
122126
[
123127
"ubuntu:22.04",
124-
"redhat/ubi9:9.2"
128+
"redhat/ubi9:9.6"
125129
],
126130
"ubuntu:22.04":
127131
{
128132
"libcdev_package": "libc6-dev",
129133
"cudart_version": "12.0",
130134
"cuda_distribution": "ubuntu2204"
131135
},
132-
"redhat/ubi9:9.2":
136+
"redhat/ubi9:9.6":
133137
{
134138
"libcdev_package": "glibc-devel",
135139
"cudart_version": "12.0",
@@ -142,22 +146,22 @@
142146
"operating_systems":
143147
[
144148
"ubuntu:22.04",
145-
"redhat/ubi8:8.0",
146-
"fedora:41"
149+
"redhat/ubi8:8.10",
150+
"fedora:42"
147151
],
148152
"ubuntu:22.04":
149153
{
150154
"libcdev_package": "libc6-dev",
151155
"cudart_version": "11.8",
152156
"cuda_distribution": "ubuntu2204"
153157
},
154-
"redhat/ubi8:8.0":
158+
"redhat/ubi8:8.10":
155159
{
156160
"libcdev_package": "glibc-devel",
157161
"cudart_version": "11.8",
158162
"cuda_distribution": "rhel9"
159163
},
160-
"fedora:41":
164+
"fedora:42":
161165
{
162166
"libcdev_package": "glibc-devel",
163167
"cudart_version": "11.8",

.github/workflows/publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ jobs:
924924

925925
strategy:
926926
matrix:
927-
os_image: ['redhat/ubi8:8.0', 'ubuntu:22.04']
927+
os_image: ['redhat/ubi8:8.10', 'ubuntu:22.04']
928928
cuda_version: ['11.8', '12.0']
929929
fail-fast: false
930930

docker/test/installer/linux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# the terms of the Apache License 2.0 which accompanies this distribution. #
77
# ============================================================================ #
88

9-
ARG base_image=redhat/ubi8:8.0
9+
ARG base_image=redhat/ubi8:8.10
1010
ARG base_image_mpibuild=amd64/almalinux:8
1111

1212
# [OpenMPI Installation]

docker/test/wheels/redhat.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# the terms of the Apache License 2.0 which accompanies this distribution. #
77
# ============================================================================ #
88

9-
ARG base_image=redhat/ubi9:9.2
9+
ARG base_image=redhat/ubi9:9.6
1010
FROM ${base_image}
1111

1212
ARG python_version=3.11

0 commit comments

Comments
 (0)