mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 19:12:12 +00:00
16 lines
491 B
YAML
16 lines
491 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.113
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:a4fcf333298f644dfac6adf680b83140927aa85e
|
|
- linuxkit/runc:69b4a35eaa22eba4990ee52cccc8f48f6c08ed03
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:94fdeb494e09200fc05b6da39822aabfaca234e4
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|