From f57836cbd1de41486c7e87c9d33d4af73c9346d4 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 22 Aug 2022 11:41:18 -0600 Subject: [PATCH] testnode: try centos 8.stream --- containers/testnode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index 88c3f9d516..49e614a22e 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 -- 2.39.5