examples: Update to Alpine 3.9

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-03 14:32:40 +00:00
parent 71f87cc6a9
commit e8a80665dc
3 changed files with 4 additions and 4 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.8
image: alpine:3.9
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.8
image: alpine:3.9
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

@ -22,7 +22,7 @@ services:
- INSECURE=true
# A service which generates log messages for testing
- name: write-to-the-logs
image: alpine:3.8
image: alpine:3.9
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
- name: write-and-rotate-logs
image: linuxkit/logwrite:62cbf48ee2fcd374f26de7b901adc287ff6f4696

View File

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