diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:47:32 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:47:32 +0100 |
commit | 520249feb8746577fe252b82fa494c8339c9c7c0 (patch) | |
tree | 709cc738fc0196f6c0b5d54813da779cf6b64114 | |
parent | 78fcf7163e939d616284a5cd6b2695014e1ec14d (diff) | |
download | podman-docker-builder-520249feb8746577fe252b82fa494c8339c9c7c0.tar.gz |
use centos registry
-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="podman-docker-builder" \ DESCRIPTION="build docker images using podman" |