Files
linuxkit/examples/packet.yml
Rolf Neugebauer 4eddd90ae2 Merge pull request #3103 from rn/kup
Update kernel to 4.17.5/4.14.54
2018-07-10 14:21:06 +01:00

40 lines
1.3 KiB
YAML

kernel:
image: linuxkit/kernel:4.14.54
cmdline: console=ttyS1
ucode: intel-ucode.cpio
init:
- linuxkit/init:317b039710f39b0263981cff25cf873043baf561
- linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5
- linuxkit/containerd:9924cc405996bc43a61e050e70284372d2cb09b8
- linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694
- linuxkit/firmware:eac78cc21acd33a871d8b5f64a17c574cebb4c73
onboot:
- name: rngd1
image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85
command: ["/sbin/rngd", "-1"]
- name: sysctl
image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586
- name: dhcpcd
image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata
image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2
command: ["/usr/bin/metadata", "packet"]
services:
- name: rngd
image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85
- name: getty
image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda
env:
- INSECURE=true
- name: sshd
image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub
mode: "0600"
optional: true
trust:
org:
- linuxkit