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 a5e8908 commit bed3ab1Copy full SHA for bed3ab1
molecule/agent/molecule.yml
@@ -42,6 +42,14 @@ platforms:
42
volumes:
43
- /sys/fs/cgroup:/sys/fs/cgroup:rw
44
command: /sbin/init
45
+ - name: alpine-3.21
46
+ image: alpine:3.21
47
+ dockerfile: ../common/Dockerfile.j2
48
+ privileged: true
49
+ cgroupns_mode: host
50
+ volumes:
51
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
52
+ command: /sbin/init
53
- name: amazonlinux-2
54
image: amazonlinux:2
55
platform: x86_64
0 commit comments