Skip to content

Commit bed3ab1

Browse files
committed
fix: Add Alpine 3.21 to Agent workflow
1 parent a5e8908 commit bed3ab1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

molecule/agent/molecule.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ platforms:
4242
volumes:
4343
- /sys/fs/cgroup:/sys/fs/cgroup:rw
4444
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
4553
- name: amazonlinux-2
4654
image: amazonlinux:2
4755
platform: x86_64

0 commit comments

Comments
 (0)