Skip to content

Commit 8d1464b

Browse files
authored
Merge pull request #89 from cisagov/improvement/add_debian12_configuration
Add Debian 12 (Bookworm) as a Platform
2 parents 55306fd + 9cb8d42 commit 8d1464b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ galaxy_info:
2121
versions:
2222
- stretch
2323
- buster
24+
- bullseye
2425
# Kali linux isn't an option here, but it is based on
2526
# Debian Testing:
2627
# https://www.kali.org/docs/policy/kali-linux-relationship-with-debian
27-
- bullseye
28+
- bookworm
2829
- name: Fedora
2930
versions:
3031
- 32

molecule/default/molecule-no-systemd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ platforms:
2525
image: debian:buster-slim
2626
- name: debian11
2727
image: debian:bullseye-slim
28+
- name: debian12
29+
image: debian:bookworm-slim
2830
- name: kali
2931
image: kalilinux/kali-rolling
3032
- name: fedora32

molecule/default/molecule-with-systemd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ platforms:
4343
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4444
command: /lib/systemd/systemd
4545
pre_build_image: yes
46+
- name: debian12-systemd
47+
image: cisagov/docker-debian12-ansible:latest
48+
privileged: yes
49+
volumes:
50+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
51+
command: /lib/systemd/systemd
52+
pre_build_image: yes
4653
- name: kali-systemd
4754
image: cisagov/docker-kali-ansible:latest
4855
privileged: yes

0 commit comments

Comments
 (0)