mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-04 05:12:25 +00:00
27 lines
1018 B
YAML
27 lines
1018 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.60
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:42a92119e1ca10380e0d33e26c0cbcf85b9b3558
|
|
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
|
|
- linuxkit/containerd:bfb61cc1d26c39cd4b2bc08f7a9963fefa0ef3bf
|
|
- linuxkit/ca-certificates:af4880e78edc28743f7c5e262678c67c6add4c26
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:a9ad57ed738a31ea9380cd73236866c312b35489
|
|
- name: format
|
|
image: linuxkit/format:10e75e78e1f134d310c62e9a0352df1c67b0dd81
|
|
- name: mount
|
|
image: linuxkit/mount:41685ecc8039643948e5dff46e17584753469a7a
|
|
command: ["/usr/bin/mountie", "/var/lib"]
|
|
- name: test
|
|
image: linuxkit/test-containerd:a2384bb503c16b791986710a2636c4640bfdb31e
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:280bd01daa8776fbe1f4d912977f1886b8374834
|
|
trust:
|
|
org:
|
|
- linuxkit
|