mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 02:02:13 +00:00
16 lines
490 B
YAML
16 lines
490 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.4.114
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782
|
|
- linuxkit/runc:52ecfdef1ae051e7fd5ac5f1d0b7dd859adff015
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:80bb1cd57205e47b5976f7fa4fb036384d012a1d
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:f9a0a5e52fd2a97908bda33db2afffafe4a6a67d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|