From a36b364c2c0fd04ef153711633727eb5575ad4f2 Mon Sep 17 00:00:00 2001 From: diademiemi Date: Sun, 5 Nov 2023 13:38:10 +0100 Subject: [PATCH] Add Debian 12 --- .github/workflows/molecule.yml | 1 + README.md | 1 + molecule/default/molecule.yml | 14 +++++++++++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index b123160..c49438e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -5,6 +5,7 @@ name: Molecule Test push: branches: - main + workflow_dispatch: jobs: molecule: diff --git a/README.md b/README.md index f410ccf..c0d96a3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ These platforms are supported: - Ubuntu 22.04 - Debian 10 - Debian 11 +- Debian 12 - EL 8 (Tested on Rocky Linux 8) - EL 9 (Tested on Rocky Linux 9) - Fedora 38 diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 11c1380..732fa01 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -52,6 +52,18 @@ platforms: cgroupns_mode: host privileged: true command: "/sbin/init" + - name: debian12 + image: docker.io/geerlingguy/docker-debian12-ansible + pre_build_image: true + systemd: true + tmpfs: + - /run + - /tmp + volumes: + - /sys/fs/cgroup:/sys/fs/cgroup:ro + cgroupns_mode: host + privileged: true + command: "/sbin/init" - name: el8 image: docker.io/geerlingguy/docker-rockylinux8-ansible pre_build_image: true @@ -89,7 +101,7 @@ platforms: privileged: true command: "/usr/sbin/init" - name: opensuse15 - image: geerlingguy/docker-opensuseleap15-ansible:latest + image: docker.io/geerlingguy/docker-opensuseleap15-ansible pre_build_image: true systemd: true tmpfs: