mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-05 02:04:12 +00:00
Add alpine bcc tools (#4105)
* Update linuxkit/alpine 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> * tests: Update packages to the latest linuxkit/alpine 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> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
|
||||
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
|
||||
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
|
||||
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
# Add some random unsorted caps
|
||||
capabilities:
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
|
||||
services:
|
||||
- name: testservice
|
||||
image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc
|
||||
image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
||||
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
|
||||
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
# Add some random unsorted caps
|
||||
capabilities:
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
|
||||
services:
|
||||
- name: testservice
|
||||
image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc
|
||||
image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: mount
|
||||
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
|
||||
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
|
||||
binds.add:
|
||||
- /check.sh:/check.sh
|
||||
- /var/tmp:/var/tmp
|
||||
@@ -16,7 +16,7 @@ onboot:
|
||||
# - /:/hostroot
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
@@ -3,9 +3,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
||||
|
||||
onboot:
|
||||
- name: package1
|
||||
|
||||
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
|
||||
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
|
||||
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -17,11 +17,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
|
||||
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
|
||||
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
||||
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
||||
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
|
||||
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
|
||||
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1", "change"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,7 +18,7 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
|
||||
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: nginx
|
||||
|
||||
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
|
||||
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
|
||||
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -17,11 +17,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
|
||||
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
|
||||
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: test1
|
||||
image: alpine:3.20
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola:ro
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: test1
|
||||
image: alpine:3.20
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
- vola:/vola:ro
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: testbinds
|
||||
image: alpine:3.20
|
||||
@@ -27,7 +27,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,10 +2,10 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
||||
services:
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9
|
||||
image: linuxkit/acpid:6cb5575e487a8fcbd4c3eb6721c23299e6ea452f
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
|
||||
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
||||
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
||||
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
|
||||
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"]
|
||||
mounts: # for runc
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
||||
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user