mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 01:38:23 +00:00
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.35
|
|
cmdline: console=ttyS1
|
|
ucode: intel-ucode.cpio
|
|
init:
|
|
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
|
|
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
|
- linuxkit/firmware:177575af191cf16e19c4989200e40f11422c3b32
|
|
onboot:
|
|
- name: rngd1
|
|
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
|
|
command: ["/usr/bin/metadata", "packet"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
|
- name: getty
|
|
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
|
env:
|
|
- INSECURE=true
|
|
- name: sshd
|
|
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|
|
trust:
|
|
org:
|
|
- linuxkit
|