mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-19 22:54:51 +00:00
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.29
|
|
cmdline: console=ttyS1
|
|
ucode: intel-ucode.cpio
|
|
init:
|
|
- linuxkit/init:7af4e32f31f04d6c63d457c502d2f69344db7d72
|
|
- linuxkit/runc:e4b01b68b225d694a60f8b335258bd2144971239
|
|
- linuxkit/containerd:d03b69c7d23fdae0fec1b6e62a72d362992135df
|
|
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
|
- linuxkit/firmware:33b2483a7e2cc54cc4a58dbe9c3662f7f067f70d
|
|
onboot:
|
|
- name: rngd1
|
|
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:09272c373fa10b9a09f2c9fe380bffb4402f98f6
|
|
command: ["/usr/bin/metadata", "packet"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
|
- name: getty
|
|
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
|
env:
|
|
- INSECURE=true
|
|
- name: sshd
|
|
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|
|
trust:
|
|
org:
|
|
- linuxkit
|