Files
linuxkit/test/cases/040_packages/005_extend/001_btrfs/test.yml
Rolf Neugebauer f670d0d352 Update YAMLs to latest kernels
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2019-04-13 23:23:42 +01:00

33 lines
990 B
YAML

kernel:
image: linuxkit/kernel:4.19.34
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:629fdad56e62ae72bf8becf0c8a668241480d3ff
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
onboot:
- name: modprobe
image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89
command: ["modprobe", "btrfs"]
- name: extend
image: linuxkit/extend:4af9cb8282eabb1df184a0c4f74e0d651f16bf24
command: ["/usr/bin/extend", "-type", "btrfs"]
- name: mount
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh
source: ./check.sh
trust:
org:
- linuxkit
- library