Files
linuxkit/test/cases/040_packages/002_binfmt/test.yml
Avi Deitcher 863e8c77b7 update sha hashes for pkg/init
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2020-10-21 11:13:52 +03:00

27 lines
626 B
YAML

kernel:
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a68f9fa0c1d9dbfc9c23663749a0b7ac510cbe1c
- linuxkit/runc:v0.8
onboot:
- name: binfmt
image: linuxkit/binfmt:v0.8
- name: test
image: alpine:3.11
binds:
- /check.sh:/check.sh
- /proc/sys/fs/binfmt_misc:/binfmt_misc
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh
source: ./check.sh
trust:
org:
- linuxkit
image:
- alpine:3.11