Add Rocky Linux 10 to CI and package builds. (#20578)
* Add Rocky Linux 10 to CI and package builds. * Use correct base image for Rocky Linux 10.
Austin S. Hemmelgarn committed
Jun 26, 2025 at 07:06 UTC
32b1931eda5ee1da6be0a89f364b954a0eb30f36
1 file changed
+20
-6
.github/data/distros.yml
+20
-6
@@ -277,7 +277,8 @@ include:
277
278
- &rocky
279
distro: rockylinux
280
- version: "9"
280
+ version: "10"
281
+ base_image: "quay.io/rockylinux/rockylinux:10"
282
support_type: Core
283
notes: ''
284
jsonc_removal: |
@@ -286,19 +287,30 @@ include:
287
bundle_sentry: *default_sentry
288
packages: &rocky_packages
289
type: rpm
289
- repo_distro: el/9
290
+ repo_distro: el/10
291
builder_rev: *def_builder_rev
292
alt_links:
292
- - el/9Server
293
- - el/9Client
294
- - el/9RedHatVirtualizationHost
293
+ - el/10Server
294
+ - el/10Client
295
+ - el/10RedHatVirtualizationHost
296
arches:
297
- x86_64
298
- aarch64
299
test:
300
ebpf-core: true
301
+ - <<: *rocky
302
+ version: "9"
303
+ base_image: rockylinux:9
304
+ packages:
305
+ <<: *rocky_packages
306
+ repo_distro: el/9
307
+ alt_links:
308
+ - el/9Server
309
+ - el/9Client
310
+ - el/9RedHatVirtualizationHost
311
- <<: *rocky
312
version: "8"
313
+ base_image: rockylinux:8
314
packages:
315
<<: *rocky_packages
316
repo_distro: el/8
@@ -414,13 +426,15 @@ no_include: # Info for platforms not covered in CI
426
427
- &rhel
428
distro: rhel
417
- version: "9.x"
429
+ version: "10.x"
430
support_type: Core
431
notes: ''
432
packages:
433
arches:
434
- x86_64
435
- aarch64
436
+ - <<: *rhel
437
+ version: "9.x"
438
- <<: *rhel
439
version: "8.x"
440
- <<: *rhel