From 8594f80c0adea9fcade8073f72bb8036770bb267 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 23 Aug 2021 15:20:30 -0300 Subject: [PATCH] ci/openshift-ci: Pull centos from registry.centos.org In order to avoid hit the pull requests limit of docker.io, this changed the openshift-ci/images/Dockerfile.buildroot dockerfile to pull the centos image from registry.centos.org. Fixes #1636 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 4cdc58e38..47ebbb956 100644 --- a/ci/openshift-ci/images/Dockerfile.buildroot +++ b/ci/openshift-ci/images/Dockerfile.buildroot @@ -4,6 +4,6 @@ # # This is the build root image for Kata Containers on OpenShift CI. # -FROM centos:8 +FROM registry.centos.org/centos:8 RUN yum -y update && yum -y install git sudo wget