]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
crun
authorZack Cerza <zack@redhat.com>
Mon, 22 Aug 2022 18:09:12 +0000 (12:09 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 22 Aug 2022 18:09:12 +0000 (12:09 -0600)
containers/testnode/Dockerfile

index cf58b07d75ef0f7e36e27174af42977381ba2a3c..40518f0e3363837fc2a291b71c1c7f863c16e1b5 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 --exclude container-selinux
+    dnf -y install podman crun --exclude container-selinux
 RUN useradd podman; \
     echo podman:0:5000 > /etc/subuid; \
     echo podman:0:5000 > /etc/subgid; \