diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 15:16:57 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 15:16:57 +0100 |
commit | 19b19f598adbdb033d42a8fd98a63f4333032f7b (patch) | |
tree | 4107c029e6f24c00f1763ae5d91dfb7330897639 | |
parent | 8695525ce6aac3d6a4c81597b329c6ba21fbb588 (diff) | |
download | rpm-package-builder-19b19f598adbdb033d42a8fd98a63f4333032f7b.tar.gz |
pull stream images from quay
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -FROM registry.centos.org/centos:8 +FROM quay.io/centos/centos:stream8 ENV SUMMARY="CentOS Stream 8 builder" \ DESCRIPTION="CentOS Stream 8 image for test builds and rpm package builds." @@ -11,9 +11,6 @@ USER root COPY configure-mirror /usr/local/bin RUN /usr/local/bin/configure-mirror && \ - dnf install -y --allowerasing \ - centos-stream-repos \ - && \ dnf update -y && \ dnf install -y \ 'dnf-command(builddep)' \ |