mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 05:57:54 +00:00
22 lines
661 B
YAML
22 lines
661 B
YAML
kernel:
|
|
image: okernel:latest
|
|
cmdline: "console=tty0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883
|
|
- linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6
|
|
- linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5
|
|
- linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5
|
|
services:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254
|
|
- name: getty
|
|
image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|