mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 09:12:30 +00:00
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.65
|
|
cmdline: "console=ttyS1 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:7357177a8be310e40fef7424305a72c198e857c4
|
|
- linuxkit/runc:1b0741d07949c0acc444cd6a04ee7f833443579d
|
|
- linuxkit/containerd:737e4b004e28510d2dd504942b80fa5ffa409315
|
|
- linuxkit/ca-certificates:af4880e78edc28743f7c5e262678c67c6add4c26
|
|
onboot:
|
|
- name: rngd1
|
|
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:efe693534bb623007f94a2e3ff4a9fd6ead75aa1
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:026aca5c08c22589a7e319f79449bef2c65f04c5
|
|
command: ["/usr/bin/metadata", "packet"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
|
|
- name: getty
|
|
image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
|
|
env:
|
|
- INSECURE=true
|
|
- name: sshd
|
|
image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|
|
trust:
|
|
org:
|
|
- linuxkit
|