ci: pull Fedora image from Quay.io

Seems like the Fedora registry is having trouble right now.
This commit is contained in:
Jonathan Lebon 2020-07-09 20:49:14 -04:00 committed by OpenShift Merge Robot
parent 7e32318fb3
commit 2235fb6c5b

View File

@ -529,7 +529,7 @@ vm_run_container() {
# (use -n so this ssh invocation doesn't consume stdin)
vm_cmd -n mkdir -p /var/cache/dnf
vm_cmd podman run --rm -v /var/cache/dnf:/var/cache/dnf:z $podman_args \
registry.fedoraproject.org/fedora:32 "$@"
quay.io/fedora/fedora:32-x86_64 "$@"
}
# $1 - service name