[libvirt] [PATCH] ci: Fetch list of available container images dynamically

Cole Robinson crobinso at redhat.com
Tue Dec 17 16:21:52 UTC 2019


On 12/11/19 12:56 PM, Andrea Bolognani wrote:
> 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
> that would entail.
> 
> Signed-off-by: Andrea Bolognani <abologna at redhat.com>

Reviewed-by: Cole Robinson <crobinso at redhat.com>

But the other ci/ scripts are listed in Makefile.am EXTRA_DIST, so
adjust that before pushing unless it was deliberate

- Cole




More information about the libvir-list mailing list