]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
travis: Switch from Docker Hub to quay.io
authorAndrea Bolognani <abologna@redhat.com>
Tue, 13 Nov 2018 12:20:20 +0000 (13:20 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 13 Nov 2018 12:46:38 +0000 (13:46 +0100)
As it's currently impossible for us to create new automated
builds on Docker Hub (see [1]), and quay.io doesn't suffer
from the same problem while still having all the feature we
need, switch to the latter.

[1] https://github.com/docker/hub-feedback/issues/1676

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.travis.yml

index 56d25b2ecdb6f150a21ba376608bdae3cfbb4b19..55ba340a34af586e6c6d98992d3f09e6cd357947 100644 (file)
@@ -46,7 +46,7 @@ script:
       -e VIR_TEST_DEBUG="$VIR_TEST_DEBUG"
       -e MINGW="$MINGW"
       -e DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS"
-      "libvirt/buildenv-$IMAGE"
+      "quay.io/libvirt/buildenv-$IMAGE:master"
       /bin/sh -xc "$DOCKER_CMD"
 
 git: