mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 15:36:13 +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:7135424f6836ee166d1199e88cfb95ee88efaf91
|
|
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
|
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
|
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
|
services:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
|
- name: getty
|
|
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|