Files
linuxkit/test/cases/030_security/010_ports/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

23 lines
521 B
YAML

kernel:
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:a68f9fa0c1d9dbfc9c23663749a0b7ac510cbe1c
- linuxkit/runc:v0.8
onboot:
- name: test
image: alpine:3.11
readonly: true
binds:
- /check.sh:/check.sh
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