mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 05:51:25 +00:00
Consistently don't use quotes around image names
These are not needed, but we are inconsistent. Been waiting for a quiet moment to fix this since I noticed while doing a presentation... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
services:
|
||||
- name: acpid
|
||||
image: "linuxkit/acpid:1966310cb75e28ffc668863a6577ee991327f918"
|
||||
image: linuxkit/acpid:1966310cb75e28ffc668863a6577ee991327f918
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,9 +7,9 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: "linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119"
|
||||
image: linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,9 +7,9 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: "linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119"
|
||||
image: linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,9 +7,9 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: "linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119"
|
||||
image: linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,14 +7,14 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: check
|
||||
image: "kmod-test"
|
||||
image: kmod-test
|
||||
binds:
|
||||
- /dev:/dev
|
||||
- /lib/modules:/lib/modules
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.4.76"
|
||||
image: linuxkit/kernel:4.4.76
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-tcp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-tcp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-r", "-i", "20", "-c", "5", "-t", "veth", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-udp", "-ip", "4"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.11.9"
|
||||
image: linuxkit/kernel:4.11.9
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,10 +7,10 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test-netns
|
||||
image: "linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776"
|
||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||
command: ["/bin/sh", "/runp.sh", "20", "/netns.sh", "-i", "20", "-c", "5", "-t", "loopback", "-p", "-udp", "-ip", "6"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
org:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -8,23 +8,23 @@ init:
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: "linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0"
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
- name: sysfs
|
||||
image: "linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc"
|
||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||
- name: binfmt
|
||||
image: "linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5"
|
||||
image: linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5
|
||||
- name: format
|
||||
image: "linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954"
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: "linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf"
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
command: ["/mount.sh", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: "linuxkit/rngd:1516d5d70683a5d925fe475eb1b6164a2f67ac3b"
|
||||
image: linuxkit/rngd:1516d5d70683a5d925fe475eb1b6164a2f67ac3b
|
||||
- name: dhcpcd
|
||||
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
- name: docker
|
||||
image: "linuxkit/docker-ce:9b937df179bdbebbc70243779978057df0b54190"
|
||||
image: linuxkit/docker-ce:9b937df179bdbebbc70243779978057df0b54190
|
||||
capabilities:
|
||||
- all
|
||||
net: host
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
- /lib/modules:/lib/modules
|
||||
- /run:/var/run
|
||||
- name: test-docker-bench
|
||||
image: "linuxkit/test-docker-bench:4999d3484771e8466580c0dc2e479595e49faa85"
|
||||
image: linuxkit/test-docker-bench:4999d3484771e8466580c0dc2e479595e49faa85
|
||||
ipc: host
|
||||
pid: host
|
||||
net: host
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,13 +7,13 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: test
|
||||
image: "alpine:3.6"
|
||||
image: alpine:3.6
|
||||
readonly: true
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,16 +7,16 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: binfmt
|
||||
image: "linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5"
|
||||
image: linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5
|
||||
- name: test
|
||||
image: "alpine:3.6"
|
||||
image: alpine:3.6
|
||||
readonly: true
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
- /proc/sys/fs/binfmt_misc:/binfmt_misc
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -8,14 +8,14 @@ init:
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
onboot:
|
||||
- name: test
|
||||
image: "alpine:3.6"
|
||||
image: alpine:3.6
|
||||
readonly: true
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
- /etc:/host-etc
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -8,11 +8,11 @@ init:
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: "linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0"
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
- name: test
|
||||
image: "linuxkit/test-containerd:b9b6046f1eb8ed8a15eb70523bc584e7da657baa"
|
||||
image: linuxkit/test-containerd:b9b6046f1eb8ed8a15eb70523bc584e7da657baa
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,17 +7,17 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: test
|
||||
image: "alpine:3.6"
|
||||
image: alpine:3.6
|
||||
readonly: true
|
||||
net: host
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.x"
|
||||
image: linuxkit/kernel:4.9.x
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -8,11 +8,11 @@ init:
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: "linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c"
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,9 +7,9 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: mkimage
|
||||
image: "linuxkit/mkimage:a63b8ee4c5de335afc32ba850e0af319b25b96c0"
|
||||
image: linuxkit/mkimage:a63b8ee4c5de335afc32ba850e0af319b25b96c0
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,9 +7,9 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: "linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0"
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
- name: test
|
||||
image: "alpine:3.6"
|
||||
image: alpine:3.6
|
||||
net: host
|
||||
pid: host
|
||||
ipc: host
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,11 +7,11 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: ltp
|
||||
image: "linuxkit/test-ltp:6df23ac196332cafb9c0f8e32f328e22d612267d"
|
||||
image: linuxkit/test-ltp:6df23ac196332cafb9c0f8e32f328e22d612267d
|
||||
binds:
|
||||
- /etc/ltp/baseline:/etc/ltp/baseline
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
files:
|
||||
- path: /etc/ltp/baseline
|
||||
contents: "100"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# FIXME: This should use the minimal example
|
||||
# We continue to use the kernel-config-test as CI is currently expecting to see a success message
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -9,12 +9,12 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: check-kernel-config
|
||||
image: "linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119"
|
||||
image: linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user