diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:46:59 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:46:59 +0100 |
commit | 76a965734c3be0408da1364c45767304d2097620 (patch) | |
tree | 23439e2e2e407a10b0b60054d1808744fc46c409 /Dockerfile | |
parent | 066c941540145bc5085876f70138bf5dd2af99e2 (diff) | |
download | s2i-base-httpd-76a965734c3be0408da1364c45767304d2097620.tar.gz |
use centos registry
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM centos:8 +FROM registry.centos.org/centos:8 ENV SUMMARY="httpd base" \ DESCRIPTION="base image for httpd s2i images" |