mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 01:26:34 +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:11929b0007b87384f7372e9265067479c4616586
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
|
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
|
env:
|
|
- INSECURE=true
|
|
- name: tss
|
|
image: linuxkit/tss:0f21e6d31c81a6eaa9f08638b87f678144ea9217
|
|
- name: rngd
|
|
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
|
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
|