Skip to content

Commit b32ec28

Browse files
committed
Update molecule.yml
1 parent 72b5108 commit b32ec28

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

molecule/source/molecule.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,97 +9,111 @@ platforms:
99
image: alpine:3.13
1010
dockerfile: ../common/Dockerfile.j2
1111
privileged: true
12+
cgroupns_mode: host
1213
volumes:
1314
- /sys/fs/cgroup:/sys/fs/cgroup:rw
1415
command: /sbin/init
1516
- name: alpine-3.14
1617
image: alpine:3.14
1718
dockerfile: ../common/Dockerfile.j2
1819
privileged: true
20+
cgroupns_mode: host
1921
volumes:
2022
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2123
command: /sbin/init
2224
- name: alpine-3.15
2325
image: alpine:3.15
2426
dockerfile: ../common/Dockerfile.j2
2527
privileged: true
28+
cgroupns_mode: host
2629
volumes:
2730
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2831
command: /sbin/init
2932
- name: alpine-3.16
3033
image: alpine:3.16
3134
dockerfile: ../common/Dockerfile.j2
3235
privileged: true
36+
cgroupns_mode: host
3337
volumes:
3438
- /sys/fs/cgroup:/sys/fs/cgroup:rw
3539
command: /sbin/init
3640
- name: centos-7
3741
image: centos:7
3842
dockerfile: ../common/Dockerfile.j2
3943
privileged: true
44+
cgroupns_mode: host
4045
volumes:
4146
- /sys/fs/cgroup:/sys/fs/cgroup:rw
4247
command: /usr/sbin/init
4348
- name: rhel-7
4449
image: registry.access.redhat.com/ubi7/ubi:7.9
4550
dockerfile: ../common/Dockerfile.j2
4651
privileged: true
52+
cgroupns_mode: host
4753
volumes:
4854
- /sys/fs/cgroup:/sys/fs/cgroup:rw
4955
command: /usr/sbin/init
5056
- name: rhel-8
5157
image: registry.access.redhat.com/ubi8/ubi:8.5
5258
dockerfile: ../common/Dockerfile.j2
5359
privileged: true
60+
cgroupns_mode: host
5461
volumes:
5562
- /sys/fs/cgroup:/sys/fs/cgroup:rw
5663
command: /usr/sbin/init
5764
- name: rhel-9
5865
image: registry.access.redhat.com/ubi9/ubi:9.0.0
5966
dockerfile: ../common/Dockerfile.j2
6067
privileged: true
68+
cgroupns_mode: host
6169
volumes:
6270
- /sys/fs/cgroup:/sys/fs/cgroup:rw
6371
command: /usr/sbin/init
6472
- name: debian-buster
6573
image: debian:buster-slim
6674
dockerfile: ../common/Dockerfile.j2
6775
privileged: true
76+
cgroupns_mode: host
6877
volumes:
6978
- /sys/fs/cgroup:/sys/fs/cgroup:rw
7079
command: /sbin/init
7180
- name: debian-bullseye
7281
image: debian:bullseye-slim
7382
dockerfile: ../common/Dockerfile.j2
7483
privileged: true
84+
cgroupns_mode: host
7585
volumes:
7686
- /sys/fs/cgroup:/sys/fs/cgroup:rw
7787
command: /sbin/init
7888
- name: ubuntu-bionic
7989
image: ubuntu:bionic
8090
dockerfile: ../common/Dockerfile.j2
8191
privileged: true
92+
cgroupns_mode: host
8293
volumes:
8394
- /sys/fs/cgroup:/sys/fs/cgroup:rw
8495
command: /sbin/init
8596
- name: ubuntu-focal
8697
image: ubuntu:focal
8798
dockerfile: ../common/Dockerfile.j2
8899
privileged: true
100+
cgroupns_mode: host
89101
volumes:
90102
- /sys/fs/cgroup:/sys/fs/cgroup:rw
91103
command: /sbin/init
92104
- name: ubuntu-jammy
93105
image: ubuntu:jammy
94106
dockerfile: ../common/Dockerfile.j2
95107
privileged: true
108+
cgroupns_mode: host
96109
volumes:
97110
- /sys/fs/cgroup:/sys/fs/cgroup:rw
98111
command: /sbin/init
99112
- name: sles15
100113
image: registry.suse.com/bci/bci-base:15.4
101114
dockerfile: ../common/Dockerfile.j2
102115
privileged: true
116+
cgroupns_mode: host
103117
volumes:
104118
- /sys/fs/cgroup:/sys/fs/cgroup:rw
105119
command: /usr/sbin/init

0 commit comments

Comments
 (0)