]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Adapt to container name changes
authorAndrea Bolognani <abologna@redhat.com>
Mon, 12 Aug 2019 14:03:04 +0000 (16:03 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 20 Aug 2019 11:08:42 +0000 (13:08 +0200)
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 <abologna@redhat.com>
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Makefile.ci

index dae67ae89a39fee8b5389f701bbe975e49d18ac2..865cba7660fca1bc3853308ec3cd2d0b47feec49 100644 (file)
@@ -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