We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece50e4 commit 9752257Copy full SHA for 9752257
.config/molecule/config.yml
@@ -89,6 +89,14 @@ platforms:
89
volumes:
90
- /sys/fs/cgroup:/sys/fs/cgroup:rw
91
command: /sbin/init
92
+ - name: debian-trixie
93
+ image: debian:trixie-slim
94
+ dockerfile: ../common/Dockerfile.j2
95
+ privileged: true
96
+ cgroupns_mode: host
97
+ volumes:
98
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
99
+ command: /sbin/init
100
- name: oraclelinux-8
101
image: oraclelinux:8
102
dockerfile: ../common/Dockerfile.j2
0 commit comments