From 76a965734c3be0408da1364c45767304d2097620 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 27 Nov 2020 09:46:59 +0100 Subject: use centos registry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e27ab1..7d52f9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:8 +FROM registry.centos.org/centos:8 ENV SUMMARY="httpd base" \ DESCRIPTION="base image for httpd s2i images" -- cgit