Switch remaining YAML files to alpine:3.7

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-12-11 13:49:34 +00:00
parent 8434058dcf
commit 00d778cdba
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ onboot:
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
- name: mount-vpnkit
image: alpine:3.6
image: alpine:3.7
binds:
- /var/:/host_var:rbind,rshared
capabilities:
@ -39,7 +39,7 @@ onboot:
command: ["sh", "-c", "mkdir -p /host_var/vpnkit/port && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
# move logs to the mounted disk (this is a temporary fix until we can limit the log sizes)
- name: move-logs
image: alpine:3.6
image: alpine:3.7
binds:
- /var:/host_var
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]

View File

@ -10,7 +10,7 @@ onboot:
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: mount-vpnkit
image: alpine:3.6
image: alpine:3.7
binds:
- /var/:/host_var:rbind,rshared
capabilities: