aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-27 09:49:00 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-27 09:49:00 +0100
commit860c6558b3026bd0a161274423e34e2a84f0e279 (patch)
tree5d15ba1b789fac6a41b653535437c3ec23c9be16
parentc3301d6e622829d7915f8e3cdd92df353e4b48e0 (diff)
downloadrpm-package-builder-860c6558b3026bd0a161274423e34e2a84f0e279.tar.gz
use centos registry
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 74e8652..35c7e19 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM centos:8
+FROM registry.centos.org/centos:8
ENV SUMMARY="CentOS 8 builder" \
DESCRIPTION="CentOS 8 image for test builds and rpm package builds."