From: Andrea Bolognani Date: Mon, 12 Aug 2019 14:03:04 +0000 (+0200) Subject: ci: Adapt to container name changes X-Git-Tag: v5.7.0-rc1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03049e4c897fc8a512ab54474bf9189fee78a40;p=thirdparty%2Flibvirt.git ci: Adapt to container name changes Since libvirt-dockerfile commit 7130ffe0a0e9, the containers used for CI builds have been renamed from buildenv-* to buildenv-libvirt-* in order to make it possible for projects other than libvirt to be supported, so we need to update our Makefile.ci scaffolding accordingly. Signed-off-by: Andrea Bolognani Reviewed-by: Fabiano FidĂȘncio --- diff --git a/Makefile.ci b/Makefile.ci index dae67ae89a..865cba7660 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -49,7 +49,7 @@ CI_SUBMODULES = $(shell git submodule | awk '{ print $$2 }') # Location of the container images we're going to pull # Can be useful to overridde to use a locally built # image instead -CI_IMAGE_PREFIX = quay.io/libvirt/buildenv- +CI_IMAGE_PREFIX = quay.io/libvirt/buildenv-libvirt- # The default tag is ':latest' but if the container # repo above uses different conventions this can override it