mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 11:25:33 +00:00
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.52
|
|
cmdline: console=ttyS1
|
|
ucode: intel-ucode.cpio
|
|
init:
|
|
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
|
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
|
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
|
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
|
- linuxkit/firmware:68c2b29f28f2639020b9f8d55254d333498a30aa
|
|
onboot:
|
|
- name: rngd1
|
|
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
|
command: ["/usr/bin/metadata", "equinixmetal"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
|
- name: getty
|
|
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
|
env:
|
|
- INSECURE=true
|
|
- name: sshd
|
|
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
|
binds.add:
|
|
- /root/.ssh:/root/.ssh
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|