From d433a427be31af9b4185ee1708043e72e5c42b36 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Thu, 10 Feb 2022 13:42:16 +0100 Subject: [PATCH] tests/Sanity: Use centos-stream 8 container CentOS-8 is EOL. Fixes: :: [ 08:38:17 ] :: [ BEGIN ] :: Running 'podman exec test yum install nmap-ncat -y' CentOS Linux 8 - AppStream 31 B/s | 38 B 00:01 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist --- tests/sanity/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/runtest.sh b/tests/sanity/runtest.sh index 1e9f188..260add0 100755 --- a/tests/sanity/runtest.sh +++ b/tests/sanity/runtest.sh @@ -30,7 +30,7 @@ PACKAGE="udica" -CONTAINERS="fedora:latest fedora:rawhide ubi8 ubi7 centos:8 centos:7" +CONTAINERS="fedora:latest fedora:rawhide ubi8 ubi7 centos:stream8 centos:7" rlJournalStart rlPhaseStartSetup