From: Zack Cerza Date: Mon, 15 Aug 2022 17:09:05 +0000 (-0600) Subject: testnode drop fuse, add catatonit X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7863520942d3ca61a1bd8cb6023dd9aa3ac0efde;p=teuthology.git testnode drop fuse, add catatonit --- diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index 69c2bf9ec..88c3f9d51 100644 --- a/containers/testnode/Dockerfile +++ b/containers/testnode/Dockerfile @@ -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; \