Update use of test packages to latest

Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
Chris Irrgang
2025-10-27 10:44:47 +00:00
committed by Avi Deitcher
parent 7dfbca36c7
commit c56bc379e6
80 changed files with 91 additions and 91 deletions

View File

@@ -4,7 +4,7 @@ FROM linuxkit/alpine:6090baae063eb5023c9601966e88df831f789a70 as alpine
RUN apk add tzdata binutils
RUN mkdir -p /etc/init.d && ln -s /usr/bin/service /etc/init.d/020-containerd
FROM linuxkit/containerd-dev:0efc3fd1cb4a71c737ed678d521660844c093da5 as containerd-dev
FROM linuxkit/containerd-dev:7621fbbb0e7f7b657319d4ce8c81aa57c830cdd6 as containerd-dev
FROM scratch
ENTRYPOINT []

View File

@@ -1,6 +1,6 @@
# Dockerfile to build linuxkit/init for linuxkit
FROM linuxkit/containerd-dev:0efc3fd1cb4a71c737ed678d521660844c093da5 AS containerd-dev
FROM linuxkit/alpine:6090baae063eb5023c9601966e88df831f789a70 AS build
FROM linuxkit/containerd-dev:7621fbbb0e7f7b657319d4ce8c81aa57c830cdd6 AS containerd-dev
FROM linuxkit/alpine:8382c70bfe6b581d2c6b3032ca1081ef2ef76e1f AS build
RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers
ADD usermode-helper.c ./

View File

@@ -1,13 +1,13 @@
iso: linuxkit/mkimage-iso:7525e3e572f9427bb947be99dc83a67862a9d753
iso-bios: linuxkit/mkimage-iso-bios:29c3630141cc44fc5671dcca5cef8750a7bd85f5
iso-efi: linuxkit/mkimage-iso-efi:68efcb415a57202228322c781bb93186d69dcddb
iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:71572f9b4ede211348086b821364a0a8b25afb08
raw-bios: linuxkit/mkimage-raw-bios:586f73116e7c1a8a52fccca8bb67ce779fb7a7c5
raw-efi: linuxkit/mkimage-raw-efi:68f35160d651b3b0b52c89b564b9e0f71b40f31e
squashfs: linuxkit/mkimage-squashfs:0e2fff757f4563bdf3bfdf6621b2eb39b7d329d8
erofs: linuxkit/mkimage-erofs:9a6423700303d279279174bc9bac4ae0d54f35c3
iso: linuxkit/mkimage-iso:1fdfd11dab719a123d03412a41ccde72b7f1be80
iso-bios: linuxkit/mkimage-iso-bios:ad10f55bfe44f77cb115c2be785998873cb9f868
iso-efi: linuxkit/mkimage-iso-efi:966bf54bf9b0bb026c09a545e1c714088d274c13
iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:7de55d34fb1ac6466cf950c003b1fd7285508e83
raw-bios: linuxkit/mkimage-raw-bios:97fe53b0fcd6dfe5d3e7848c754ef35d62f3aa9d
raw-efi: linuxkit/mkimage-raw-efi:29257aed2e0f026245a23537ae5c8bb4dd0b0042
squashfs: linuxkit/mkimage-squashfs:95b91b04fe4f4cf464e4f88596170b374345af2f
erofs: linuxkit/mkimage-erofs:c8457e5322987959c826ae054621fbdc6a65c0fd
gcp: linuxkit/mkimage-gcp:7f220881aed6336708b62afea9820e436b573cea
qcow2-efi: linuxkit/mkimage-qcow2-efi:1d3842b113920a1d1a6b333f93ef4e9d040d3b25
qcow2-efi: linuxkit/mkimage-qcow2-efi:24027b6a419fef9890255c349575bca02e7da71e
vhd: linuxkit/mkimage-vhd:c6f7696575081986bdda9a6b48ead70498e2aeee
dynamic-vhd: linuxkit/mkimage-dynamic-vhd:f76ac6c6803e9e25d09f22f7fe431e5386885a85
vmdk: linuxkit/mkimage-vmdk:e2f2973907ca1ad412344cebd11bfa6d47dd6099

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:7eddc809847ae8d41f4d12a44a2390583e1c735f
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:7eddc809847ae8d41f4d12a44a2390583e1c735f
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:7eddc809847ae8d41f4d12a44a2390583e1c735f
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:7eddc809847ae8d41f4d12a44a2390583e1c735f
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:7eddc809847ae8d41f4d12a44a2390583e1c735f
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"]
mounts: # for runc
- type: cgroup

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:c495734d799c451d3b73b1902f0c41e2731c74dd
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
mounts: # for runc
- type: cgroup

View File

@@ -34,7 +34,7 @@ services:
- /run:/var/run
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: test-docker-bench
image: linuxkit/test-docker-bench:04223ac05d270da7f3995fcbd6b820c477aacdf6
image: linuxkit/test-docker-bench:f79bbef758ef0bd76d9b98306a67cb8cc75a294a
ipc: host
pid: host
net: host

View File

@@ -18,6 +18,6 @@ onboot:
image: linuxkit/mount:54906e884b21aca02bf5ecae65f3741b89d8c4e6
command: ["/usr/bin/mountie", "/var/lib"]
- name: test
image: linuxkit/test-containerd:498f54d551169437a60b0d2ff98c5df212ee1db4
image: linuxkit/test-containerd:5352be9542b33d0e9ef2b1b9c297cba7541a19f5
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7

View File

@@ -12,7 +12,7 @@ onboot:
image: linuxkit/dhcpcd:4681273eeea47c26d980958656e60fe70d49e318
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:7eddc809847ae8d41f4d12a44a2390583e1c735f
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "120"]

View File

@@ -7,7 +7,7 @@ init:
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: test-ns
image: linuxkit/test-ns:ebaa9a41f675f54c03a02c1f5bcadcf322515c42-dirty-c0f6961
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
# command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"]
mounts: # for runc

View File

@@ -1,6 +1,6 @@
FROM --platform=linux/amd64 linuxkit/grub-dev:b006e88dd60d9f5863b93ca869801f3148788fa6 AS grub-build-amd64
FROM --platform=linux/arm64 linuxkit/grub-dev:b006e88dd60d9f5863b93ca869801f3148788fa6 AS grub-build-arm64
FROM --platform=linux/riscv64 linuxkit/grub-dev:b006e88dd60d9f5863b93ca869801f3148788fa6 AS grub-build-riscv64
FROM --platform=linux/amd64 linuxkit/grub-dev:f59274029edcceac4e45d19eef495164c2c63216 AS grub-build-amd64
FROM --platform=linux/arm64 linuxkit/grub-dev:f59274029edcceac4e45d19eef495164c2c63216 AS grub-build-arm64
FROM --platform=linux/riscv64 linuxkit/grub-dev:f59274029edcceac4e45d19eef495164c2c63216 AS grub-build-riscv64
FROM scratch
ENTRYPOINT []