From: Zack Cerza Date: Mon, 22 Aug 2022 17:41:18 +0000 (-0600) Subject: testnode: try centos 8.stream X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f57836cbd1de41486c7e87c9d33d4af73c9346d4;p=teuthology.git testnode: try centos 8.stream --- diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index 88c3f9d51..49e614a22 100644 --- a/containers/testnode/Dockerfile +++ b/containers/testnode/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream9 +FROM quay.io/centos/centos:stream8 RUN dnf -y update && \ dnf -y reinstall shadow-utils && \ dnf -y install podman catatonit --exclude container-selinux