From 5bbd9c86705a28ce465ae08a59338b9d50db0a12 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 17 Feb 2022 14:58:37 +0100 Subject: switch to quay.io --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca90196..eb8cd91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.centos.org/centos:7 +FROM quay.io/centos/centos:7 ENV SUMMARY="CentOS 7 builder" \ DESCRIPTION="CentOS 7 image for test builds and rpm package builds." -- cgit