Files
linuxkit/test/cases/040_packages/032_bcc/test.yml
Rolf Neugebauer 07064da303 Update YAMLs to lates kernels
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2018-11-23 20:13:55 +00:00

30 lines
603 B
YAML

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