From 1a9b142fde141ef95215115b19915c0a005bffda 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. --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 678723664..d67c4db9b 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:31 +FROM registry.fedoraproject.org/fedora:31 MAINTAINER rpm-maint@lists.rpm.org WORKDIR /srv/rpm -- cgit v1.2.1