Files
linuxkit/examples/packet.yml
Rolf Neugebauer 5525c4858c Update YAMLs to latest kernels
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-02-24 11:32:11 +00:00

40 lines
1017 B
YAML

kernel:
image: linuxkit/kernel:4.14.21
cmdline: console=ttyS1
ucode: intel-ucode.cpio
init:
- linuxkit/init:d899eee3560a40aa3b4bdd67b3bb82703714b2b9
- linuxkit/runc:7c39a68490a12cde830e1922f171c451fb08e731
- linuxkit/containerd:37e397ebfc6bd5d8e18695b121166ffd0cbfd9f0
- linuxkit/ca-certificates:v0.2
- linuxkit/firmware:v0.2
onboot:
- name: rngd1
image: linuxkit/rngd:v0.2
command: ["/sbin/rngd", "-1"]
- name: sysctl
image: linuxkit/sysctl:v0.2
- name: dhcpcd
image: linuxkit/dhcpcd:v0.2
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata
image: linuxkit/metadata:v0.2
command: ["/usr/bin/metadata", "packet"]
services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: getty
image: linuxkit/getty:v0.2
env:
- INSECURE=true
- name: sshd
image: linuxkit/sshd:v0.2
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub
mode: "0600"
optional: true
trust:
org:
- linuxkit