From: Zack Cerza Date: Mon, 22 Aug 2022 17:54:14 +0000 (-0600) Subject: drop catatonit X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d29bca704e2bffdfd85853de600dce52a151979;p=teuthology.git drop catatonit --- diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index 49e614a22..cf58b07d7 100644 --- a/containers/testnode/Dockerfile +++ b/containers/testnode/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/centos/centos:stream8 RUN dnf -y update && \ dnf -y reinstall shadow-utils && \ - dnf -y install podman catatonit --exclude container-selinux + dnf -y install podman --exclude container-selinux RUN useradd podman; \ echo podman:0:5000 > /etc/subuid; \ echo podman:0:5000 > /etc/subgid; \