libvirt/ci
Andrea Bolognani 3e3cad5238 ci: Fetch list of available container images dynamically
Any static list of images is destined to become outdated eventually,
so let's start generating it dynamically instead.

Unfortunately there doesn't seem to be a straightforward way to get
Podman/Docker to list all repositories under quay.io/libvirt, so we
have to resort to searching and filtering manually; and since the
two tools behave slightly differently in that regard, it's more
sane to have the logic in a separate shell script than it would be
to keep it inline in the Makefile with all the annoying escaping
doing so would entail.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
2020-01-06 16:43:46 +01:00
..
build.sh ci: Introduce $(CI_BUILD_SCRIPT) 2019-08-21 18:58:22 +02:00
list-images.sh ci: Fetch list of available container images dynamically 2020-01-06 16:43:46 +01:00
Makefile ci: Fetch list of available container images dynamically 2020-01-06 16:43:46 +01:00
prepare.sh ci: Run $(CI_PREPARE_SCRIPT) as root 2019-08-21 18:58:31 +02:00