mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 13:51:52 +00:00
22 lines
687 B
YAML
22 lines
687 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.34
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
|
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
|
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:4e895be53436f2732f206302f193d5e7b0a1a841
|
|
trust:
|
|
org:
|
|
- linuxkit
|