Files
linuxkit/test/cases/040_packages/032_bcc/test.yml
Rolf Neugebauer 626c6ccef1 Update YAMLs to latest kernels
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2019-05-12 20:58:32 +01:00

30 lines
603 B
YAML

kernel:
image: linuxkit/kernel:4.19.42
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:v0.7
- linuxkit/runc:v0.7
- linuxkit/kernel-bcc:4.19.42
onboot:
- name: check-bcc
image: alpine:3.9
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
pid: host
net: host
ipc: host
capabilities:
- all
- name: poweroff
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh
source: ./check.sh
trust:
org:
- linuxkit
image:
- alpine:3.9