mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 21:17:48 +00:00
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
|
init:
|
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
|
- name: rngd1
|
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|