mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 22:49:40 +00:00
16 lines
490 B
YAML
16 lines
490 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.71
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626
|
|
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|