From a9bebb31692de53dea9ef998f07300ad2fd35dd3 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Wed, 2 Feb 2022 19:50:01 -0300 Subject: [PATCH] openshift-ci: switch to CentOS Stream The build root container is switched from CentOS 8 to Stream 8 as the former reached EOL. Fixes #3605 Signed-off-by: Wainer dos Santos Moschetta --- 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 712c39ad9f..ce338ac14a 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 registry.centos.org/centos:8 +FROM quay.io/centos/centos:stream8 RUN yum -y update && \ yum -y install \