From a65b93c77d111635a2328fac681eb2b9a9b9c8db Mon Sep 17 00:00:00 2001 From: David Shea Date: Fri, 7 Sep 2018 11:39:36 -0400 Subject: [PATCH] Switch the test container back to rawhide Use fedora:rawhide again to run tests, but pull the test image from the Fedora docker registry instead of the Docker docker registry. --- Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index f1b59d50..c21b92da 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,4 +1,4 @@ -FROM fedora:29 +FROM registry.fedoraproject.org/fedora:rawhide RUN dnf -y install make libgit2-glib tito python3-pylint \ python3-nose python3-mako python3-flask \