mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 02:58:38 +00:00
27 lines
1021 B
YAML
27 lines
1021 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.28
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:629fdad56e62ae72bf8becf0c8a668241480d3ff
|
|
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
|
- linuxkit/containerd:39ac21278cfcc10dbcc32ad7f5abbe820852c5bd
|
|
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
|
- name: format
|
|
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
|
- name: mount
|
|
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
|
command: ["/usr/bin/mountie", "/var/lib"]
|
|
- name: test
|
|
image: linuxkit/test-containerd:4f832512b1ea2b997bdfb031c80f309d837c6bb3
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1
|
|
trust:
|
|
org:
|
|
- linuxkit
|