Merge pull request #3371 from guillaumerose/error

Skip disk resize for dos partition if no free space is available
This commit is contained in:
Rolf Neugebauer
2019-12-19 19:31:58 +00:00
committed by GitHub
204 changed files with 130347 additions and 11 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