ci: pull Fedora image from Quay.io
Seems like the Fedora registry is having trouble right now.
This commit is contained in:
parent
7e32318fb3
commit
2235fb6c5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user