mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-12 20:42:20 +00:00
16 lines
454 B
YAML
16 lines
454 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.109
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:923355a5ed75f40ee394741829d42bf4b78cce46
|
|
- linuxkit/runc:v0.4
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|