bump all test cases and example alpine:3.19 to alpine:3.21

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2025-02-23 12:42:27 +02:00
parent e912efcc8d
commit 1c133c90d4
12 changed files with 12 additions and 12 deletions

View File

@ -39,7 +39,7 @@ services:
volumes:
- name: blank # blank volume
- name: alpine # populated volume
image: alpine:3.19
image: alpine:3.21
files:
- path: etc/linuxkit-config
metadata: yaml

View File

@ -1 +1 @@
FROM alpine:3.19
FROM alpine:3.21

View File

@ -1 +1 @@
FROM alpine:3.19
FROM alpine:3.21

View File

@ -1 +1 @@
FROM alpine:3.19
FROM alpine:3.21

View File

@ -1 +1 @@
FROM alpine:3.19
FROM alpine:3.21

View File

@ -1,4 +1,4 @@
org: linuxkit
image: image-in-build-args
buildArgs:
- IMAGE=alpine:3.19
- IMAGE=alpine:3.21

View File

@ -1 +1 @@
IMAGE=alpine:3.19
IMAGE=alpine:3.21

View File

@ -1 +1 @@
IMAGE=alpine:3.19
IMAGE=alpine:3.21

View File

@ -16,7 +16,7 @@ onboot:
command: ["/bin/sh", "/poweroff.sh", "10"]
volumes:
- name: vola
image: alpine:3.19
image: alpine:3.21
files:
- path: check.sh
source: ./check.sh

View File

@ -31,7 +31,7 @@ onboot:
command: ["/bin/sh", "/poweroff.sh", "10"]
volumes:
- name: vola
image: alpine:3.19
image: alpine:3.21
files:
- path: check.sh
source: ./check.sh

View File

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

View File

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