aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-02-17 14:58:37 +0100
committerGerd Hoffmann <kraxel@redhat.com>2022-02-17 14:58:37 +0100
commit5bbd9c86705a28ce465ae08a59338b9d50db0a12 (patch)
tree514f3c7fe7c87a6178ad2a5f39a5189348d14f28
parent28c7f6dbae1adacbf87553ba73eff27e52745da2 (diff)
downloadrpm-package-builder-5bbd9c86705a28ce465ae08a59338b9d50db0a12.tar.gz
switch to quay.ioel7
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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."