tests/libvm.sh: Bump container run to use f31

It's the latest, and matches the rest of the host we're running on. But
also, pulling f30 is hitting 503s from the Fedora registry:

https://pagure.io/releng/issue/9282
This commit is contained in:
Jonathan Lebon 2020-02-26 17:45:17 -05:00 committed by OpenShift Merge Robot
parent 020752bfe8
commit 1cf0d557ae

View File

@ -506,7 +506,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:30 "$@"
registry.fedoraproject.org/fedora:31 "$@"
}
# $1 - service name