Files
linuxkit/test/cases/040_packages/002_binfmt/test.yml
David Scott 341c4a4f5e Update shas for linuxkit/runc
./scripts/update-component-sha.sh linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88  linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601

Signed-off-by: David Scott <dave@recoil.org>
2021-12-16 19:10:58 +01:00

22 lines
643 B
YAML

kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
onboot:
- name: binfmt
image: linuxkit/binfmt:e392d51db0ff8209b6021955b20c316f8a62bf25
- name: test
image: alpine:3.13
binds:
- /check.sh:/check.sh
- /proc/sys/fs/binfmt_misc:/binfmt_misc
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh
source: ./check.sh