Files
linuxkit/test/cases/040_packages/005_extend/001_btrfs/test.yml
Rolf Neugebauer 468cbef99d Update YAMLs to the latest kernels
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2018-08-11 11:09:47 +01:00

33 lines
810 B
YAML

kernel:
image: linuxkit/kernel:4.14.62
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:v0.6
- linuxkit/runc:v0.6
onboot:
- name: modprobe
image: linuxkit/modprobe:v0.6
command: ["modprobe", "btrfs"]
- name: extend
image: linuxkit/extend:v0.6
command: ["/usr/bin/extend", "-type", "btrfs"]
- name: mount
image: linuxkit/mount:v0.6
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.8
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh
source: ./check.sh
trust:
org:
- linuxkit
- library