mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 21:34:44 +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:bf45651001f871323d70b746330e8c2a94f767e6
|
|
- linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d
|
|
- linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074
|
|
- linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c
|
|
services:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7
|
|
- name: getty
|
|
image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|