From 860c6558b3026bd0a161274423e34e2a84f0e279 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 27 Nov 2020 09:49:00 +0100 Subject: use centos registry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit