]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Revert "testnode: try centos9 again"
authorZack Cerza <zack@redhat.com>
Fri, 27 Jan 2023 19:43:35 +0000 (12:43 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 20 Feb 2023 20:17:58 +0000 (13:17 -0700)
This reverts commit fc94a550e4c426faae9bba4631d476221f242630.

containers/testnode/Dockerfile

index b40a2457f9ebda2035afd404cf96d0a33e5404cd..5bcf119d371c6d1f9bae251f703da956e7d9f6d1 100644 (file)
@@ -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 \