mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-15 23:02:48 +00:00
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.38
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:fb1e34662dc92a45f8e92c91adbee094e22feb55
|
|
- linuxkit/runc:abc3f292653e64a2fd488e9675ace19a55ec7023
|
|
- linuxkit/containerd:e58a382c33bb509ba3e0e8170dfaa5a100504c5b
|
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:4c1ef93bb5eb1a877318db4b2daa6768ed002e21
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:22e27189b6b354e1d5d38fc0536a5af3f2adb79f
|
|
env:
|
|
- INSECURE=true
|
|
- name: tss
|
|
image: linuxkit/tss:f0ef7a1e58951edff84e77edf22096cda798feb0
|
|
- name: rngd
|
|
image: linuxkit/rngd:94e01a4b16fadb053455cdc2269c4eb0b39199cd
|
|
files:
|
|
- path: etc/getty.shadow
|
|
# sample sets password for root to "abcdefgh" (without quotes)
|
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
|
trust:
|
|
org:
|
|
- linuxkit
|