mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 19:21:58 +00:00
30 lines
935 B
YAML
30 lines
935 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.99
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
|
init:
|
|
- linuxkit/init:a4fcf333298f644dfac6adf680b83140927aa85e
|
|
- linuxkit/runc:69b4a35eaa22eba4990ee52cccc8f48f6c08ed03
|
|
- linuxkit/containerd:09553963ed9da626c25cf8acdf6d62ec37645412
|
|
- linuxkit/ca-certificates:v0.7
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.7
|
|
- name: rngd1
|
|
image: linuxkit/rngd:02c555b50cd1887aa628836662d2eec54c0d7e81
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:2dade7485ac60c765b16a34a42afc6431da938cf
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:v0.7
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:02c555b50cd1887aa628836662d2eec54c0d7e81
|
|
trust:
|
|
org:
|
|
- linuxkit
|