From 32c4ab5215d7df3f9ce0272305cfa21f3908cd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sun, 8 Aug 2021 23:19:44 +0100 Subject: [PATCH] Because we just can't have init in one place... --- molecule/default/molecule.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 783d484..df30d48 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -8,20 +8,24 @@ lint: | driver: name: docker platforms: + - name: systemd-ubuntu-latest image: jrei/systemd-ubuntu:latest command: /usr/sbin/init privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro + - name: systemd-centos-latest image: centos/systemd:latest command: /usr/sbin/init privileged: true + - name: systemd-debian-latest image: jrei/systemd-debian:latest - command: /usr/sbin/init + command: /sbin/init privileged: true + - name: systemd-fedora-latest image: jrei/systemd-fedora:latest command: /usr/sbin/init