1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-23 01:36:21 +02:00

github: Use quay.io registry for test images

quay.io provides centos stream 8 and 9 images as well as working
fedora:latest image.

Fixes:
  checks / tests (centos:centos8):
  Run rpm -q python3 || dnf install --nogpgcheck -y python3
  package python3 is not installed
  CentOS Linux 8 - AppStream                      195  B/s |  38  B     00:00
  Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
  Error: Process completed with exit code 1.

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
This commit is contained in:
Vit Mojzis 2022-06-22 09:25:11 +02:00
parent d6e5a0d99a
commit 353c0d37ef

View File

@ -16,11 +16,13 @@ jobs:
matrix:
image:
# test on Fedora Rawhide
- fedora:rawhide
- quay.io/fedora/fedora:rawhide
# test on the latest stable release of Fedora
- fedora:latest
# test on the stable release of Centos 8
- centos:centos8
- quay.io/fedora/fedora:latest
# test on the stable release of Centos stream 8
- quay.io/centos/centos:stream8
# test on the latest stable release of Centos stream
- quay.io/centos/centos:stream9
container:
image: ${{ matrix.image }}
steps: