From 699376c535eca70de11c02ef2045a44efe279cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 6 Jun 2024 09:03:17 +0200 Subject: [PATCH] ci.ocp: Switch base to centos-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Centos8 is EOL and repos are not available anymore. Centos9 contains the same packages and should do well as a base for testing. Signed-off-by: Lukáš Doktor --- ci/openshift-ci/images/Dockerfile.buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/openshift-ci/images/Dockerfile.buildroot b/ci/openshift-ci/images/Dockerfile.buildroot index ce338ac14a..6fdecc1ae2 100644 --- a/ci/openshift-ci/images/Dockerfile.buildroot +++ b/ci/openshift-ci/images/Dockerfile.buildroot @@ -4,7 +4,7 @@ # # This is the build root image for Kata Containers on OpenShift CI. # -FROM quay.io/centos/centos:stream8 +FROM quay.io/centos/centos:stream9 RUN yum -y update && \ yum -y install \