aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-02-17 15:16:57 +0100
committerGerd Hoffmann <kraxel@redhat.com>2022-02-17 15:16:57 +0100
commit19b19f598adbdb033d42a8fd98a63f4333032f7b (patch)
tree4107c029e6f24c00f1763ae5d91dfb7330897639
parent8695525ce6aac3d6a4c81597b329c6ba21fbb588 (diff)
downloadrpm-package-builder-19b19f598adbdb033d42a8fd98a63f4333032f7b.tar.gz
pull stream images from quay
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 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)' \