mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 19:12:12 +00:00
16 lines
490 B
YAML
16 lines
490 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.25
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
|
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:1aaef970b5f70791d74d6f980ad38af4035948f8
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|