mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
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:
parent
a07fb3bcfc
commit
92c8f723f9
@ -1,4 +1,4 @@
|
||||
FROM centos:latest
|
||||
FROM quay.io/centos/centos:latest
|
||||
|
||||
RUN true \
|
||||
&& yum -y install git make python3-pip \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM centos:latest
|
||||
FROM quay.io/centos/centos:latest
|
||||
|
||||
RUN true \
|
||||
&& yum -y install skopeo \
|
||||
|
Loading…
Reference in New Issue
Block a user