Files
linuxkit/test/cases/040_packages/005_extend/002_xfs/test-create.yml
Rolf Neugebauer c52e831dca tests: Update alpine 3.8 to 3.9
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2019-03-03 09:41:10 +00:00

26 lines
728 B
YAML

kernel:
image: linuxkit/kernel:4.19.26
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
onboot:
- name: format
image: linuxkit/format:v0.6
command: ["/usr/bin/format", "-type", "xfs"]
- name: mount
image: linuxkit/mount:v0.6
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
binds:
- /var/lib/docker:/var/lib/docker
command: ["touch", "/var/lib/docker/bar"]
- name: poweroff
image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1
command: ["/bin/sh", "/poweroff.sh", "10"]
trust:
org:
- linuxkit
- library