diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 10:29:51 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-16 14:04:20 +0100 |
commit | 9002860cd9ae0cdae80cbac2c2624a4b167225d5 (patch) | |
tree | bc16ff8fa1e032351d390b070a57d75080a43174 /Dockerfile | |
parent | 51f8a4525714d46d8bdbc815c0bbe05a99f9f4cd (diff) | |
download | podman-docker-builder-9002860cd9ae0cdae80cbac2c2624a4b167225d5.tar.gz |
baxck to docker.io, centos has no multiarch
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM registry.centos.org/centos:8 +FROM docker.io/centos:8 ENV SUMMARY="podman-docker-builder" \ DESCRIPTION="build docker images using podman" |