mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 18:52:13 +00:00
27 lines
841 B
YAML
27 lines
841 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.25
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
|
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
|
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
|
- linuxkit/ca-certificates:v0.6
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.6
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.6
|
|
- name: format
|
|
image: linuxkit/format:v0.6
|
|
- name: mount
|
|
image: linuxkit/mount:v0.6
|
|
command: ["/usr/bin/mountie", "/var/lib"]
|
|
- name: test
|
|
image: linuxkit/test-containerd:c519056cae689157ab6805a309ff1ca0f1de11dc
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
|
trust:
|
|
org:
|
|
- linuxkit
|