mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 13:03:04 +00:00
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.13
|
|
cmdline: console=ttyS1
|
|
ucode: intel-ucode.cpio
|
|
init:
|
|
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
|
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
|
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
|
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
|
- linuxkit/firmware:16fbcef1fc03e9271313f5b844c0ae9dc4eb5b26
|
|
onboot:
|
|
- name: rngd1
|
|
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
|
command: ["/usr/bin/metadata", "hetzner"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
|
- name: getty
|
|
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
|
env:
|
|
- INSECURE=true
|
|
- name: sshd
|
|
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
|
binds.add:
|
|
- /root/.ssh:/root/.ssh
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|