mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-19 05:32:46 +00:00
Don't think there is a need for it to remain and it drops an unnecessary process. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
16 lines
474 B
YAML
16 lines
474 B
YAML
kernel:
|
|
image: "linuxkit/kernel:4.9.x"
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:17693d233dd009b2a3a8d23673cb85969e1dce80
|
|
- linuxkit/runc:3a4e6cbf15470f62501b019b55e1caac5ee7689f
|
|
- linuxkit/containerd:7858fceb91c26c1e2ae9d84ac1ea0c63bbe61e26
|
|
onboot:
|
|
- name: mkimage
|
|
image: "linuxkit/mkimage:f4bf0c24261f7d120c8674892805ab3054eb8ac3"
|
|
- name: poweroff
|
|
image: "linuxkit/poweroff:7404cf2295df89ccfa2dda41997a28307a90cf28"
|
|
trust:
|
|
org:
|
|
- linuxkit
|