mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 15:13:26 +00:00
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.47
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
|
- linuxkit/runc:f9c8a136f6aca1cde95b249eb5095df702c23ac8
|
|
- linuxkit/containerd:1c4d860d198095565baa3d8d60d434f034f0fef0
|
|
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
|
env:
|
|
- INSECURE=true
|
|
- name: tss
|
|
image: linuxkit/tss:03376461810d54c300d6cecf980c577b5731ec3e
|
|
- name: rngd
|
|
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
|
files:
|
|
- path: etc/getty.shadow
|
|
# sample sets password for root to "abcdefgh" (without quotes)
|
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|