]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
testnode drop fuse, add catatonit
authorZack Cerza <zack@redhat.com>
Mon, 15 Aug 2022 17:09:05 +0000 (11:09 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 15 Aug 2022 17:09:05 +0000 (11:09 -0600)
containers/testnode/Dockerfile

index 69c2bf9ec4e7b0c857b2eecb87c1301629461e94..88c3f9d516f1f9bd428796d9f2fcc323b79b73e9 100644 (file)
@@ -1,7 +1,7 @@
 FROM quay.io/centos/centos:stream9
 RUN dnf -y update && \
     dnf -y reinstall shadow-utils && \
-    dnf -y install podman fuse-overlayfs --exclude container-selinux
+    dnf -y install podman catatonit --exclude container-selinux
 RUN useradd podman; \
     echo podman:0:5000 > /etc/subuid; \
     echo podman:0:5000 > /etc/subgid; \