mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 01:35:07 +00:00
These are not needed, but we are inconsistent. Been waiting for a quiet moment to fix this since I noticed while doing a presentation... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
24 lines
621 B
YAML
24 lines
621 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.36
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
|
- linuxkit/runc:2310ad9d266cf5d9c4d07613bd2135ed7eb8a21f
|
|
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
|
onboot:
|
|
- name: test
|
|
image: alpine:3.6
|
|
readonly: true
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|