Skip to content

Commit

Permalink
Add Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Nov 5, 2023
1 parent 83a4d61 commit f995ac5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Molecule Test
push:
branches:
- main
workflow_dispatch:

jobs:
molecule:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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
Expand Down
14 changes: 13 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f995ac5

Please sign in to comment.