remove unnecessary apkdb from final package for memlogd and runc

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-12-03 11:09:07 +02:00
committed by Avi Deitcher
parent cde127790c
commit a2753b8da3
194 changed files with 195 additions and 199 deletions

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check-kernel-config
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check
image: kmod-test

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check
image: kmod-test

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check
image: kmod-test

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check
image: kmod-test

View File

@@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
onboot:
- name: check
image: kmod-test

View File

@@ -1,6 +1,6 @@
onboot:
- name: test-ns
image: linuxkit/test-ns:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
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:5d9261984b4a6234f140032e9a5b2bd8c8d79258
image: linuxkit/test-ns:0eab5c9f77b00d2dddf6d2ee26baa853d02326dd
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
mounts: # for runc
- type: cgroup

View File

@@ -3,4 +3,4 @@ kernel:
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9