mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 19:05:48 +00:00
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.52
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
|
init:
|
|
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
|
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
|
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
|
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
|
- name: rngd1
|
|
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
|
command: ["/sbin/rngd", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
|
- name: sshd
|
|
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
|
binds.add:
|
|
- /root/.ssh:/root/.ssh
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|