Update use of test packages to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-01-26 13:56:32 +02:00
parent c6be190454
commit 791b4630ef
74 changed files with 74 additions and 74 deletions

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:8e5406d070b5ac05e624134e0a4f810078626c16
image: linuxkit/test-kernel-config:cc2122d264b96e82e3e9a0bccfd59d2ee68c87a8
- name: poweroff
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:8e5406d070b5ac05e624134e0a4f810078626c16
image: linuxkit/test-kernel-config:cc2122d264b96e82e3e9a0bccfd59d2ee68c87a8
- name: poweroff
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -6,7 +6,7 @@ init:
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:8e5406d070b5ac05e624134e0a4f810078626c16
image: linuxkit/test-kernel-config:cc2122d264b96e82e3e9a0bccfd59d2ee68c87a8
- name: poweroff
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:c8e8145eecff09f69f85e6784680f2ff82c51935
image: linuxkit/test-docker-bench:92d39e49c1787715053ee9e7ec89fe86cb6e83de
ipc: host
pid: host
net: host

View File

@@ -18,6 +18,6 @@ onboot:
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
command: ["/usr/bin/mountie", "/var/lib"]
- name: test
image: linuxkit/test-containerd:32ec3ec67d9c1963f497c71c2e3cd2a466c9f424
image: linuxkit/test-containerd:976933dd32d38aecbf4379597cf974923ff6c66f
- name: poweroff
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5

View File

@@ -12,7 +12,7 @@ onboot:
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:8e5406d070b5ac05e624134e0a4f810078626c16
image: linuxkit/test-kernel-config:cc2122d264b96e82e3e9a0bccfd59d2ee68c87a8
- name: poweroff
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
command: ["/bin/sh", "/poweroff.sh", "120"]

View File

@@ -7,7 +7,7 @@ init:
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
onboot:
- name: test-ns
image: linuxkit/test-ns:1a7c8ae79394b6c569cbb34b848e310554186330
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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