diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 14:37:50 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 14:37:50 +0100 |
commit | 50e619ad754878b47921107f499ba16cd64c5a05 (patch) | |
tree | a6a836d41b3665473c3d20ec44f6c491337745a5 | |
parent | 75b26fe1a2b907ea2a25fd7f8ab0565cbc61d8bf (diff) | |
download | podman-docker-builder-50e619ad754878b47921107f499ba16cd64c5a05.tar.gz |
switch to centos stream via quay.io
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM docker.io/centos:8 +FROM quay.io/centos/centos:stream8 ENV SUMMARY="podman-docker-builder" \ DESCRIPTION="build docker images using podman" |