Files
linuxkit/examples/packet.yml
Ian Campbell bb6f1c0f7c Bump yml to pickup containerd v1.1.0-rc.2
Also pick a newer version of runc.

Signed-off-by: Ian Campbell <ijc@docker.com>
2018-04-18 14:12:49 +01:00

40 lines
1017 B
YAML

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