mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 21:29:28 +00:00
22 lines
697 B
YAML
22 lines
697 B
YAML
kernel:
|
|
image: "linuxkit/kernel:4.9.35"
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:36c56f0664d49c5a6adc1120d1bf5ba6ac30b389
|
|
- linuxkit/runc:291131ec026430371e7c36165c3f43734fbc2541
|
|
- linuxkit/containerd:1e3e8f207421de8deac8cedc26a138d6b1661a0d
|
|
services:
|
|
- name: getty
|
|
image: "linuxkit/getty:6d35e3fe138aaeaf099b5b4f31b3f12ba725cb49"
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: "linuxkit/rngd:b50b22dd574c5377708977af769f053009fff6d5"
|
|
- name: dhcpcd
|
|
image: "linuxkit/dhcpcd:6c1ca76dbf808d5c27d10cbf22a8d4399be5c8ae"
|
|
- name: node_exporter
|
|
image: "linuxkit/node_exporter:0e8d0f1d979507837ad88943864c02b310f7a78f"
|
|
trust:
|
|
org:
|
|
- linuxkit
|