1. 07 1月, 2020 39 次提交
  2. 06 1月, 2020 1 次提交
    • A
      ci: Fetch list of available container images dynamically · 3e3cad52
      Andrea Bolognani 提交于
      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: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NCole Robinson <crobinso@redhat.com>
      3e3cad52