]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
drop catatonit
authorZack Cerza <zack@redhat.com>
Mon, 22 Aug 2022 17:54:14 +0000 (11:54 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 22 Aug 2022 17:54:14 +0000 (11:54 -0600)
containers/testnode/Dockerfile

index 49e614a22ea954e7cb5c998b31bf67b3547be44f..cf58b07d75ef0f7e36e27174af42977381ba2a3c 100644 (file)
@@ -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; \