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 | |
parent | 51f8a4525714d46d8bdbc815c0bbe05a99f9f4cd (diff) | |
download | podman-docker-builder-9002860cd9ae0cdae80cbac2c2624a4b167225d5.tar.gz |
baxck to docker.io, centos has no multiarch
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbca5db..4dfc1d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.centos.org/centos:8 +image: docker.io/centos:8 stages: - build @@ -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" |