summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-27 09:46:59 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-27 09:46:59 +0100
commit76a965734c3be0408da1364c45767304d2097620 (patch)
tree23439e2e2e407a10b0b60054d1808744fc46c409
parent066c941540145bc5085876f70138bf5dd2af99e2 (diff)
downloads2i-base-httpd-76a965734c3be0408da1364c45767304d2097620.tar.gz
use centos registry
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"