From 19b19f598adbdb033d42a8fd98a63f4333032f7b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 17 Feb 2022 15:16:57 +0100 Subject: pull stream images from quay --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1005f87..7303d6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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)' \ -- cgit