From 05fada7c9a1ef22bd310a9be4c6c06a4d2dd581d 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(-) (limited to 'ci') diff --git a/ci/Dockerfile b/ci/Dockerfile index 266d83bde..d9c72415f 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