mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 20:05:02 +00:00
27 lines
769 B
YAML
27 lines
769 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.47
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:v0.7
|
|
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
|
|
- linuxkit/containerd:v0.7
|
|
- linuxkit/ca-certificates:v0.7
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.7
|
|
- name: format
|
|
image: linuxkit/format:v0.7
|
|
- name: mount
|
|
image: linuxkit/mount:v0.7
|
|
command: ["/usr/bin/mountie", "/var/lib"]
|
|
- name: test
|
|
image: linuxkit/test-containerd:6450109185b6678866b76867b7394c5c90f46225
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
|
trust:
|
|
org:
|
|
- linuxkit
|