]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Fetch list of available container images dynamically
authorAndrea Bolognani <abologna@redhat.com>
Wed, 11 Dec 2019 17:40:31 +0000 (18:40 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Jan 2020 15:43:46 +0000 (16:43 +0100)
commit3e3cad52388f10bc4d3898c5d10c097635e8df25
treef2d9c716b9ca685640d1cfd23e06d766dde1b16d
parent65a63d8864b86a493880774013478ccdc0f5ca92
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>
Makefile.am
ci/Makefile
ci/list-images.sh [new file with mode: 0644]