From 4a4f00a88e28803a9a03b010a635f47784de87fd Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 27 Jan 2023 12:43:35 -0700 Subject: [PATCH] Revert "testnode: try centos9 again" This reverts commit fc94a550e4c426faae9bba4631d476221f242630. --- containers/testnode/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index b40a2457f9..5bcf119d37 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 && \ rpm --setcaps shadow-utils 2>/dev/null && \ dnf -y install podman crun --exclude container-selinux && \ @@ -32,6 +32,7 @@ RUN mkdir -p /var/lib/shared/overlay-images /var/lib/shared/overlay-layers /var/ ENV _CONTAINERS_USERNS_CONFIGURED="" RUN dnf -y install \ + /usr/bin/lsb_release \ which \ sudo \ openssh-clients \ -- 2.39.5