diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 16:56:26 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 16:56:26 +0100 |
commit | c603e55517369ff9034545c2e05d3220ef864c7b (patch) | |
tree | 3efa3ca41394df063f8add5ad09ba8222c2d4af5 | |
parent | 76a965734c3be0408da1364c45767304d2097620 (diff) | |
download | s2i-base-httpd-c603e55517369ff9034545c2e05d3220ef864c7b.tar.gz |
switch to alma
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM registry.centos.org/centos:8 +FROM quay.io/almalinux/almalinux:8 ENV SUMMARY="httpd base" \ DESCRIPTION="base image for httpd s2i images" |