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

index 5bcf119d371c6d1f9bae251f703da956e7d9f6d1..b40a2457f9ebda2035afd404cf96d0a33e5404cd 100644 (file)
@@ -1,4 +1,4 @@
-FROM quay.io/centos/centos:stream8
+FROM quay.io/centos/centos:stream9
 RUN dnf -y update && \
     rpm --setcaps shadow-utils 2>/dev/null && \
     dnf -y install podman crun --exclude container-selinux && \
@@ -32,7 +32,6 @@ 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 \