From 21675f285cff36e29ac95553e9f6f08ba74d44b9 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 30 Nov 2020 14:05:06 +0200 Subject: Pull CI image from registry.fedoraproject.org Dockerhub has added download rate limiting (and who could blame them) But our CI getting blocked because of other projects being busy downloading from Docker isn't so nice, hopefully Fedora's own registry lets us work around this. (cherry picked from commit 05fada7c9a1ef22bd310a9be4c6c06a4d2dd581d) --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index d8b0115bd..5e40e72eb 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:32 +FROM registry.fedoraproject.org/fedora:32 MAINTAINER rpm-maint@lists.rpm.org WORKDIR /srv/rpm -- cgit v1.2.1