mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
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 <wainersm@redhat.com>
This commit is contained in:
parent
0675bab49c
commit
8594f80c0a
@ -4,6 +4,6 @@
|
|||||||
#
|
#
|
||||||
# This is the build root image for Kata Containers on OpenShift CI.
|
# 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
|
RUN yum -y update && yum -y install git sudo wget
|
||||||
|
Loading…
Reference in New Issue
Block a user