diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 7b3d19fd9..208bd2aa8 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:latest +FROM quay.io/centos/centos:latest RUN true \ && yum -y install git make python3-pip \ diff --git a/mirror/Containerfile b/mirror/Containerfile index efedeeb2d..fec4e7905 100644 --- a/mirror/Containerfile +++ b/mirror/Containerfile @@ -1,4 +1,4 @@ -FROM centos:latest +FROM quay.io/centos/centos:latest RUN true \ && yum -y install skopeo \