From 40c632734fb0364b7968f460f042d31d9638b01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:32:28 +0100 Subject: [PATCH] Restore systemd-debian-latest image --- molecule/default/molecule.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 526cbb7..f052b5e 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -29,12 +29,15 @@ platforms: - /run - /tmp - # - name: systemd-debian-latest - # image: jrei/systemd-debian:latest - # command: /sbin/init - # privileged: true - # volumes: - # - /sys/fs/cgroup:/sys/fs/cgroup:ro + - name: systemd-debian-latest + image: jrei/systemd-debian:latest + command: /sbin/init + privileged: true + volumes: + - /sys/fs/cgroup:/sys/fs/cgroup:ro + tmpfs: + - /run + - /tmp # - name: systemd-fedora-latest # image: jrei/systemd-fedora:latest