We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ea924 commit a1bd916Copy full SHA for a1bd916
molecule/default/molecule.yml
@@ -22,6 +22,14 @@ platforms:
22
- /sys/fs/cgroup:/sys/fs/cgroup:rw
23
cgroupns_mode: host
24
privileged: true
25
+ - name: debian-12 # EOL 2028-06-10
26
+ image: dokken/debian-12:latest
27
+ override_command: false
28
+ volumes:
29
+ - ${MOLECULE_PROJECT_DIRECTORY}/target:/var/tmp/target
30
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
31
+ cgroupns_mode: host
32
+ privileged: true
33
- name: ubuntu-20-04 # EOL 2025-04-02
34
image: dokken/ubuntu-20.04:latest
35
override_command: false
0 commit comments