mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 17:36:42 +00:00
bump alpine; add erofs-utils package (#4161)
* bump alpine to 3.22; include erofs-utils Signed-off-by: Avi Deitcher <avi@deitcher.net> * tools/alpine: Update to latest Signed-off-by: Avi Deitcher <avi@deitcher.net> * tools: Update to the latest linuxkit/alpine Signed-off-by: Avi Deitcher <avi@deitcher.net> * Update use of tools to latest Signed-off-by: Avi Deitcher <avi@deitcher.net> * Update use of test packages to latest Signed-off-by: Avi Deitcher <avi@deitcher.net> * pkgs: Update packages to the latest linuxkit/alpine Signed-off-by: Avi Deitcher <avi@deitcher.net> * Update package tags Signed-off-by: Avi Deitcher <avi@deitcher.net> * fix scaleway error Signed-off-by: Avi Deitcher <avi@deitcher.net> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
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
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
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
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
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
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
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
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,5 +2,5 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.71
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d
|
||||
- linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c
|
||||
|
||||
Reference in New Issue
Block a user