From 8d1aac7a15466fdc9f9b466ecd2f05be9ea5b822 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Tue, 1 Feb 2022 06:55:42 -0500 Subject: Replace CentOS 8 with RockyLinux 8 in CI and package builds. (#11801) * Switch to using Rocky Linux 8 for RHEL 8 package builds. * Switch to RockyLinux 8 for RHEL 8-equivalent CI tests. * Fix handling of Rocky Linux. --- .github/data/build-matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/data') diff --git a/.github/data/build-matrix.json b/.github/data/build-matrix.json index c50ec0d228..6ceb9fa541 100644 --- a/.github/data/build-matrix.json +++ b/.github/data/build-matrix.json @@ -34,8 +34,8 @@ "artifact_key": "centos7" }, { - "distro": "centos:8", - "artifact_key": "centos8", + "distro": "rockylinux/rockylinux:8", + "artifact_key": "rockylinux8", "rmjsonc": "dnf remove -y json-c-devel" }, { -- cgit v1.2.3