Files
linuxkit/test/cases/040_packages/005_extend/000_ext4/test-create.yml
Rolf Neugebauer 932ed11e06 Update YAMLs to latest kernels.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-05-30 18:34:10 +01:00

25 lines
607 B
YAML

kernel:
image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:v0.4
- linuxkit/runc:v0.4
onboot:
- name: format
image: linuxkit/format:v0.4
- name: mount
image: linuxkit/mount:v0.4
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.7
binds:
- /var/lib/docker:/var/lib/docker
command: ["touch", "/var/lib/docker/bar"]
- name: poweroff
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"]
trust:
org:
- linuxkit
- library