mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-26 14:06:44 +00:00
Looks like I missed a few 4.4.x updates to the YAMLs. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
29 lines
621 B
YAML
29 lines
621 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.58
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:598439400c1e4bf8c25c63c98b2d3e83b1382be9
|
|
- linuxkit/runc:v0.5
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.5
|
|
- name: test
|
|
image: alpine:3.8
|
|
net: host
|
|
pid: host
|
|
ipc: host
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:2687ed712690766b8156a77ac600005b532d2c7d
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.8
|