docker/fedora: use upstream registry to retch the base image
authorJordan Petridis <jordan@centricular.com>
Thu, 14 Mar 2019 14:54:11 +0000 (16:54 +0200)
committerJordan Petridis <jpetridis@gnome.org>
Thu, 14 Mar 2019 15:33:05 +0000 (15:33 +0000)
Fedora is now hosting its official docker images at
https://registry.fedoraproject.org

docker/cerbero/Dockerfile-fedora
docker/fedora/Dockerfile
docker/test_manifest/Dockerfile

index 554e2ae..f40b480 100644 (file)
@@ -1,4 +1,4 @@
-FROM fedora:29
+FROM registry.fedoraproject.org/fedora:29
 
 # System setup
 RUN echo "fastestmirror=true" >>  /etc/dnf/dnf.conf && \
index 0e80c32..4191110 100644 (file)
@@ -1,4 +1,4 @@
-FROM fedora:29
+FROM registry.fedoraproject.org/fedora:29
 
 COPY prepare.sh cleanup.sh /root/
 
index 2a43a39..efadb5a 100644 (file)
@@ -1,4 +1,4 @@
-FROM fedora
+FROM registry.fedoraproject.org/fedora:29
 
 RUN dnf install -y \
     python3-pytest \