Enable riscv64 default (#4108)

* include riscv64 in target architectures

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* add riscv64 to explicit packages

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* cadvisor update to v0.51.0 and support for riscv64

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* update tools based on latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* updated example dependencies of tools

Signed-off-by: Avi Deitcher <avi@deitcher.net>

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

Signed-off-by: Avi Deitcher <avi@deitcher.net>

---------

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-02-23 13:37:06 +02:00
committed by GitHub
parent 18e7eea86f
commit 2053d17564
39 changed files with 51 additions and 30 deletions

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