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.
This commit is contained in:
Panu Matilainen 2020-11-30 14:05:06 +02:00
parent 43148cb9a7
commit 05fada7c9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:32
FROM registry.fedoraproject.org/fedora:32
MAINTAINER rpm-maint@lists.rpm.org
WORKDIR /srv/rpm