ci: use official CentOS container location

registry.centos.org is not officially
maintained by the CentOS infrastructure
team. The container images on quay.io are
the official once and we should use
those instead.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2021-11-19 12:53:19 +05:30 committed by mergify[bot]
parent a07fb3bcfc
commit 92c8f723f9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM centos:latest
FROM quay.io/centos/centos:latest
RUN true \
&& yum -y install git make python3-pip \

View File

@ -1,4 +1,4 @@
FROM centos:latest
FROM quay.io/centos/centos:latest
RUN true \
&& yum -y install skopeo \