From 1cf0d557ae8059e689b1fed670022727e9842288 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 26 Feb 2020 17:45:17 -0500 Subject: [PATCH] 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 --- tests/common/libvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/libvm.sh b/tests/common/libvm.sh index 03e6174c..62ac196d 100644 --- a/tests/common/libvm.sh +++ b/tests/common/libvm.sh @@ -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