Update all uses of alpine:3.9 to alpine:3.11

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2020-04-13 13:41:06 +01:00
parent 336f7b44d3
commit 678e904ae3
33 changed files with 47 additions and 47 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.9
image: alpine:3.11
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.9
image: alpine:3.11
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.9
image: alpine:3.11
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
- name: write-and-rotate-logs
image: linuxkit/logwrite:v0.7

View File

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

View File

@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.9
FROM alpine:3.11
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.9
FROM alpine:3.11
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.9
FROM alpine:3.11
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.9
FROM alpine:3.11
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:69b4a35eaa22eba4990ee52cccc8f48f6c08ed03
onboot:
- name: test
image: alpine:3.9
image: alpine:3.11
readonly: true
binds:
- /check.sh:/check.sh

View File

@ -8,7 +8,7 @@ onboot:
- name: binfmt
image: linuxkit/binfmt:v0.7
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /check.sh:/check.sh
- /proc/sys/fs/binfmt_misc:/binfmt_misc
@ -23,4 +23,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -7,7 +7,7 @@ init:
- linuxkit/bpftrace:v0.7
onboot:
- name: bpftrace-test
image: alpine:3.9
image: alpine:3.11
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
@ -26,4 +26,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -7,7 +7,7 @@ init:
- linuxkit/ca-certificates:v0.7
onboot:
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /check.sh:/check.sh
- /etc:/host-etc
@ -22,4 +22,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -9,7 +9,7 @@ onboot:
image: linuxkit/dhcpcd:v0.7
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: test
image: alpine:3.9
image: alpine:3.11
net: host
binds:
- /check.sh:/check.sh
@ -24,4 +24,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -9,7 +9,7 @@ onboot:
image: linuxkit/dm-crypt:v0.7
command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"]
- name: test
image: alpine:3.9
image: alpine:3.11
net: host
binds:
- /check.sh:/check.sh
@ -27,4 +27,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -9,7 +9,7 @@ onboot:
image: linuxkit/dm-crypt:v0.7
command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"]
- name: test
image: alpine:3.9
image: alpine:3.11
net: host
binds:
- /check.sh:/check.sh
@ -27,4 +27,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -12,7 +12,7 @@ onboot:
- /dev/:/dev
- /some/other/enc_key:/some/other/enc_key
- name: test
image: alpine:3.9
image: alpine:3.11
net: host
binds:
- /check.sh:/check.sh
@ -30,4 +30,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -11,7 +11,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
command: ["touch", "/var/lib/docker/bar"]

View File

@ -11,7 +11,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -15,7 +15,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
command: ["touch", "/var/lib/docker/bar"]

View File

@ -15,7 +15,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -12,7 +12,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
command: ["touch", "/var/lib/docker/bar"]

View File

@ -12,7 +12,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -12,7 +12,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -12,7 +12,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -12,7 +12,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -15,7 +15,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -12,7 +12,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /check.sh:/check.sh

View File

@ -18,7 +18,7 @@ onboot:
image: linuxkit/mount:v0.7
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
- name: test
image: alpine:3.9
image: alpine:3.11
binds:
- /var/lib/docker:/var/lib/docker
- /var/foo:/var/foo

View File

@ -9,7 +9,7 @@ onboot:
image: linuxkit/losetup:v0.7
command: ["/usr/bin/loopy", "-c", "/var/test.img"]
- name: test
image: alpine:3.9
image: alpine:3.11
net: host
binds:
- /check.sh:/check.sh
@ -25,4 +25,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -8,7 +8,7 @@ onboot:
- name: sysctl
image: linuxkit/sysctl:v0.7
- name: test
image: alpine:3.9
image: alpine:3.11
net: host
pid: host
ipc: host
@ -25,4 +25,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -38,7 +38,7 @@ onboot:
net: /run/netns/wg1
onshutdown:
- name: test2
image: alpine:3.9
image: alpine:3.11
binds:
- /tmp:/tmp
- /check.sh:/check.sh
@ -55,7 +55,7 @@ services:
- CAP_SETGID
- CAP_DAC_OVERRIDE
- name: test
image: alpine:3.9
image: alpine:3.11
net: /run/netns/wg1
pid: host
capabilities:

View File

@ -16,7 +16,7 @@ services:
image: linuxkit/logwrite:v0.7
command: ["/usr/bin/logwrite", "-max-log-size", "1024"]
- name: check-the-logs
image: alpine:3.9
image: alpine:3.11
binds:
- /check.sh:/check.sh
- /dev/console:/dev/console
@ -32,4 +32,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -13,7 +13,7 @@ services:
- name: write-and-rotate-logs
image: linuxkit/logwrite:v0.7
- name: check-the-logs
image: alpine:3.9
image: alpine:3.11
binds:
- /check.sh:/check.sh
- /dev/console:/dev/console
@ -29,4 +29,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11

View File

@ -7,7 +7,7 @@ init:
- linuxkit/kernel-bcc:5.4.30
onboot:
- name: check-bcc
image: alpine:3.9
image: alpine:3.11
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
@ -26,4 +26,4 @@ trust:
org:
- linuxkit
image:
- alpine:3.9
- alpine:3.11