Files
linuxkit/test/cases/040_packages/005_extend/002_xfs/test-create.yml
Rolf Neugebauer ce89479b2d Update use of packages to the latest
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2020-04-17 10:36:03 +01:00

26 lines
800 B
YAML

kernel:
image: linuxkit/kernel:5.4.30
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:f670045ecb6ec31ea37dd10114366e9a1e915013
- linuxkit/runc:1eef77f5963e44e491abfe392206769037d47ae2
onboot:
- name: format
image: linuxkit/format:80bd847a90842d3f19460a560d7d95d6fe13bd71
command: ["/usr/bin/format", "-type", "xfs"]
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
command: ["touch", "/var/lib/docker/bar"]
- name: poweroff
image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3
command: ["/bin/sh", "/poweroff.sh", "10"]
trust:
org:
- linuxkit
- library