Files
linuxkit/test/cases/040_packages/005_extend/001_btrfs/test.yml
Rolf Neugebauer dd73698b77 test: Update YAML with latest test packages
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-01-25 15:23:31 +00:00

33 lines
809 B
YAML

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