mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 10:02:59 +00:00
16 lines
473 B
YAML
16 lines
473 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.4.95
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:42a92119e1ca10380e0d33e26c0cbcf85b9b3558
|
|
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:ff8fac1c318403aff3e2993dd9b130304e09f92e
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:280bd01daa8776fbe1f4d912977f1886b8374834
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|