mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 11:03:31 +00:00
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.30
|
|
cmdline: console=ttyS1
|
|
ucode: intel-ucode.cpio
|
|
init:
|
|
- linuxkit/init:7195dc244cd92af01fd0895fd204249a6114c5e2
|
|
- linuxkit/runc:f79954950022fea76b8b6f10de58cb48e4fb3878
|
|
- linuxkit/containerd:6ef473a228db6f6ee163f9b9a051102a1552a4ef
|
|
- linuxkit/ca-certificates:abfc6701b9ca17e34ac9439ce5946a247e720ff5
|
|
- linuxkit/firmware:2b5688289ec6708e41a20a10aa4b5a05d4b331f6
|
|
onboot:
|
|
- name: rngd1
|
|
image: linuxkit/rngd:7fab61cca793113280397dcee8159f35dc37adcb
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:541f60fe3676611328e89e8bac251fc636b1a6aa
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:2f8a9b670aa6e96a09db56ec45c9f07ef2a811ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:dc5bcfa45946053145391ceabe33729c8b9507a1
|
|
command: ["/usr/bin/metadata", "packet"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:7fab61cca793113280397dcee8159f35dc37adcb
|
|
- name: getty
|
|
image: linuxkit/getty:48f66df198981e692084bf70ab72b9fe2be0f880
|
|
env:
|
|
- INSECURE=true
|
|
- name: sshd
|
|
image: linuxkit/sshd:d5860b5fd032ca3e755e0e3ab39c918c344d8c91
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|
|
trust:
|
|
org:
|
|
- linuxkit
|