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:
parent
43148cb9a7
commit
05fada7c9a
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:32
|
||||
FROM registry.fedoraproject.org/fedora:32
|
||||
MAINTAINER rpm-maint@lists.rpm.org
|
||||
|
||||
WORKDIR /srv/rpm
|
||||
|
|
Loading…
Reference in New Issue