Skip to content

Commit 9752257

Browse files
nemcahax0rbana-adam
authored andcommitted
add debian-trixie platform to default molecule platforms
1 parent ece50e4 commit 9752257

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.config/molecule/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ platforms:
8989
volumes:
9090
- /sys/fs/cgroup:/sys/fs/cgroup:rw
9191
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
92100
- name: oraclelinux-8
93101
image: oraclelinux:8
94102
dockerfile: ../common/Dockerfile.j2

0 commit comments

Comments
 (0)