mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 01:27:54 +00:00
25 lines
621 B
YAML
25 lines
621 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.47
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
|
- linuxkit/runc:f9c8a136f6aca1cde95b249eb5095df702c23ac8
|
|
- linuxkit/kernel-bcc:5.4.113
|
|
onboot:
|
|
- name: check-bcc
|
|
image: alpine:3.13
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
pid: host
|
|
net: host
|
|
ipc: host
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|