[libvirt] [PATCH] travis: Switch from Docker Hub to quay.io

Andrea Bolognani posted 1 patch 5 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20181113122420.7494-1-abologna@redhat.com
Test syntax-check passed
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] travis: Switch from Docker Hub to quay.io
Posted by Andrea Bolognani 5 years, 5 months ago
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>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 56d25b2ecd..55ba340a34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
-- 
2.19.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] travis: Switch from Docker Hub to quay.io
Posted by Daniel P. Berrangé 5 years, 5 months ago
On Tue, Nov 13, 2018 at 01:24:20PM +0100, Andrea Bolognani wrote:
> 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>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 56d25b2ecd..55ba340a34 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -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:

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list