mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 03:27:20 +00:00
16 lines
454 B
YAML
16 lines
454 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.114
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:598439400c1e4bf8c25c63c98b2d3e83b1382be9
|
|
- linuxkit/runc:v0.5
|
|
onboot:
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:a780a39198cf98e2b93b773b36f9fc40a278edd0
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:2687ed712690766b8156a77ac600005b532d2c7d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|