mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 00:45:18 +00:00
27 lines
805 B
YAML
27 lines
805 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.113
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:a68f9fa0c1d9dbfc9c23663749a0b7ac510cbe1c
|
|
- linuxkit/runc:v0.8
|
|
- linuxkit/containerd:1ae8f054e9fe792d1dbdb9a65f1b5e14491cb106
|
|
- linuxkit/ca-certificates:v0.8
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.8
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.8
|
|
- name: format
|
|
image: linuxkit/format:v0.8
|
|
- name: mount
|
|
image: linuxkit/mount:v0.8
|
|
command: ["/usr/bin/mountie", "/var/lib"]
|
|
- name: test
|
|
image: linuxkit/test-containerd:8e144d8bfc3bb10c1ed91ef65a82ac1997265e75
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3
|
|
trust:
|
|
org:
|
|
- linuxkit
|