mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 12:40:24 +00:00
27 lines
804 B
YAML
27 lines
804 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.39
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:a68f9fa0c1d9dbfc9c23663749a0b7ac510cbe1c
|
|
- linuxkit/runc:v0.8
|
|
- linuxkit/containerd:a4aa19c608556f7d786852557c36136255220c1f
|
|
- 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
|