mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-29 19:24:23 +01:00
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>
10 lines
232 B
Docker
10 lines
232 B
Docker
# Copyright (c) 2021 Red Hat, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# This is the build root image for Kata Containers on OpenShift CI.
|
|
#
|
|
FROM registry.centos.org/centos:8
|
|
|
|
RUN yum -y update && yum -y install git sudo wget
|