Update extend package

Signed-off-by: Guillaume Rose <guillaume.rose@docker.com>
This commit is contained in:
Guillaume Rose 2019-06-11 10:00:46 +02:00
parent 6a6d169af9
commit 97ad842018
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
onboot:
- name: extend
image: linuxkit/extend:v0.7
image: linuxkit/extend:79475e430851110b39d93dfb4a7e8ea041b57dc0
- name: mount
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]

View File

@ -9,7 +9,7 @@ onboot:
image: linuxkit/modprobe:v0.7
command: ["modprobe", "btrfs"]
- name: extend
image: linuxkit/extend:v0.7
image: linuxkit/extend:79475e430851110b39d93dfb4a7e8ea041b57dc0
command: ["/usr/bin/extend", "-type", "btrfs"]
- name: mount
image: linuxkit/mount:v0.7

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
onboot:
- name: extend
image: linuxkit/extend:v0.7
image: linuxkit/extend:79475e430851110b39d93dfb4a7e8ea041b57dc0
command: ["/usr/bin/extend", "-type", "xfs"]
- name: mount
image: linuxkit/mount:v0.7