diff --git a/Makefile b/Makefile index 973d81de1..1513cd810 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: default VERSION="0.0" # dummy for now GIT_COMMIT=$(shell git rev-list -1 HEAD) -GO_COMPILE=linuxkit/go-compile:7cac05c5588b3dd6a7f7bdb34fc1da90257394c7 +GO_COMPILE=linuxkit/go-compile:20621b2539e546a8c94e625928f8d59f12684398 MOBY?=bin/moby LINUXKIT?=bin/linuxkit diff --git a/blueprints/docker-for-mac/base.yml b/blueprints/docker-for-mac/base.yml index e4d5e07f7..74aceda59 100644 --- a/blueprints/docker-for-mac/base.yml +++ b/blueprints/docker-for-mac/base.yml @@ -3,30 +3,30 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:fa4ab4ac78b83fe392e39b861b4114c3bb02d170 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/vpnkit-expose-port:62c36a9df76b53b36103783040d26246a5670697 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: # support metadata for optional config in /var/config - name: metadata - image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 + image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: sysfs - image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 + image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8 - name: binfmt - image: linuxkit/binfmt:472eeba777d056c5f98fe074aa0f581c67ccc7ff + image: linuxkit/binfmt:dff7a32108d8e40922027642b598b4eb011f46bb # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:3881b1e0fadb7765d2fa85d03563c887ab9335a6 + image: linuxkit/swap:195ef5c89fcd68ff412ecb01a330e75503dc7b83 command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"] # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding - name: mount-vpnkit @@ -44,41 +44,41 @@ onboot: - /var:/host_var command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"] - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:79e5c20de96e1633c9c40935b99dde45aefba37b + image: linuxkit/acpid:6e3f0c5deca1633230dce9a35b67e1f61f05c47a # Enable getty for easier debugging - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 + image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:d40f65855dfc4fe4740ba5fb5d3282cbc2131715 + image: linuxkit/vsudd:c6afbe7c0abc87e9aa204fa98247f8b05dee3488 binds: - /var/run:/var/run command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"] # vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373. # It needs access to the vpnkit 9P coordination share - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:42d80758e3b6a9f58cdfd25e53c775eebe951669 + image: linuxkit/vpnkit-forwarder:41dea19da37ce88d351ef3bd612004fb455a5a71 binds: - /var/vpnkit:/port net: host command: ["/vpnkit-forwarder", "-vsockPort", "62373"] # Monitor for image deletes and invoke a TRIM on the container filesystem - name: trim-after-delete - image: linuxkit/trim-after-delete:8e7aea3dc87bbb72cf56e62d8b8861ff93946480 + image: linuxkit/trim-after-delete:75f57f502528aa16dea1f9ac78b8993b217917fb # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:625a906f2c3d9a3a2b8c856f062bc6c0d6b526bd + image: linuxkit/host-timesync-daemon:a5f86805ac54c086fc1ef6fa107d50a13ef2ec7e trust: org: diff --git a/blueprints/lcow.yml b/blueprints/lcow.yml index a395d5d6b..727c1a742 100644 --- a/blueprints/lcow.yml +++ b/blueprints/lcow.yml @@ -4,8 +4,8 @@ kernel: cmdline: "console=ttyS0" tar: none init: - - linuxkit/init-lcow:877bfca958c836f7e0ba9a6157088905611a08f9 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init-lcow:50112be5023c21bf5a355323243c56b30890bc89 + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a files: - path: etc/linuxkit.yml metadata: yaml diff --git a/docs/vendoring.md b/docs/vendoring.md index fa82b41a7..c9f51e6d4 100644 --- a/docs/vendoring.md +++ b/docs/vendoring.md @@ -22,7 +22,7 @@ docker run -it --rm \ -v $(pwd):/go/src/github.com/linuxkit/linuxkit \ -w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \ --entrypoint /go/bin/vndr \ -linuxkit/go-compile:7cac05c5588b3dd6a7f7bdb34fc1da90257394c7 +linuxkit/go-compile:20621b2539e546a8c94e625928f8d59f12684398 ``` To update a single dependency: @@ -32,7 +32,7 @@ docker run -it --rm \ -v $(pwd):/go/src/github.com/linuxkit/linuxkit \ -w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \ --entrypoint /go/bin/vndr \ -linuxkit/go-compile:7cac05c5588b3dd6a7f7bdb34fc1da90257394c7 +linuxkit/go-compile:20621b2539e546a8c94e625928f8d59f12684398 github.com/docker/docker ``` diff --git a/examples/aws.yml b/examples/aws.yml index 1de0531e4..1d37eb212 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 + image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f binds: - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/azure.yml b/examples/azure.yml index c818de14e..987ef48ca 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/docker.yml b/examples/docker.yml index 68c79310a..297ef6d13 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: sysfs - image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 + image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8 - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 - name: ntpd - image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 + image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c - name: docker image: docker:17.07.0-ce-dind capabilities: diff --git a/examples/gcp.yml b/examples/gcp.yml index c98561870..bd0b6c80b 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 + image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f binds: - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/getty.yml b/examples/getty.yml index 6d015eda2..52856e2ef 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/minimal.yml b/examples/minimal.yml index c8a11a0de..67134ee39 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true trust: diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 0ac277093..9af58cf5e 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 - name: node_exporter image: linuxkit/node_exporter:a058fe1c6a4440a9689022a9fd7cffdcfd56d52c trust: diff --git a/examples/packet.yml b/examples/packet.yml index 2f811b9ac..b60852878 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: rngd1 - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 + image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b command: ["/usr/bin/metadata", "packet"] services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f trust: org: - linuxkit diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 93f732a0f..588328654 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: redis diff --git a/examples/sshd.yml b/examples/sshd.yml index e6e324b27..94b09a895 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: rngd1 - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/swap.yml b/examples/swap.yml index 2990e86e0..1340783b7 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:3881b1e0fadb7765d2fa85d03563c887ab9335a6 + image: linuxkit/swap:195ef5c89fcd68ff412ecb01a330e75503dc7b83 # to use unencrypted swap, use: # command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"] command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: nginx image: nginx:alpine capabilities: diff --git a/examples/tpm.yml b/examples/tpm.yml index 2241890b3..4bc283c4a 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: tss - image: linuxkit/tss:7f7d8d3d76d764e3130dd92f52c4944908c8bd80 + image: linuxkit/tss:2c29b212733e90fbbd7aeaf032cadc044dbc7fe4 - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/vmware.yml b/examples/vmware.yml index 35f2aeabf..8ede2de91 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 - name: nginx image: nginx:alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 715282521..1c0308192 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.6 @@ -19,15 +19,15 @@ onboot: command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] services: - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:42d80758e3b6a9f58cdfd25e53c775eebe951669 + image: linuxkit/vpnkit-forwarder:41dea19da37ce88d351ef3bd612004fb455a5a71 binds: - /var/vpnkit:/port net: host command: ["/vpnkit-forwarder"] - name: vpnkit-expose-port - image: linuxkit/vpnkit-forwarder:42d80758e3b6a9f58cdfd25e53c775eebe951669 + image: linuxkit/vpnkit-forwarder:41dea19da37ce88d351ef3bd612004fb455a5a71 net: none binds: - /var/vpnkit:/port diff --git a/examples/vsudd.yml b/examples/vsudd.yml index 1a454c850..1e57b2a0b 100644 --- a/examples/vsudd.yml +++ b/examples/vsudd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:d40f65855dfc4fe4740ba5fb5d3282cbc2131715 + image: linuxkit/vsudd:c6afbe7c0abc87e9aa204fa98247f8b05dee3488 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/vultr.yml b/examples/vultr.yml index a3152c6ff..51802a993 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 + image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f binds: - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 1fed57ebb..0571c3331 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:4.9.49 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:bdc10950043419d4eb19a10c3122e12ee472d465 + image: linuxkit/ip:7a82871df06767cfe26a04d0ed6bee1031ba5d04 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:bdc10950043419d4eb19a10c3122e12ee472d465 + image: linuxkit/ip:7a82871df06767cfe26a04d0ed6bee1031ba5d04 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:48870d0f92c65fecd6ddb18004d68d85f9b9cde3 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: nginx image: nginx:alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index a25291a28..695609e07 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,11 +18,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: nginx image: nginx:alpine capabilities: diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index a40b2e6cf..bb540450a 100644 --- a/projects/clear-containers/clear-containers.yml +++ b/projects/clear-containers/clear-containers.yml @@ -2,7 +2,7 @@ kernel: image: linuxkit/kernel-clear-containers:4.9.x cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 81fadac31..dc00b5062 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: sysfs image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 @@ -21,7 +21,7 @@ onboot: command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: ntpd image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 - name: docker diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 9ae51be36..08ba998ea 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: sysfs image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 @@ -21,7 +21,7 @@ onboot: command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: ntpd image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 - name: docker diff --git a/projects/etcd/etcd.yml b/projects/etcd/etcd.yml index f24c6dd86..5a060c162 100644 --- a/projects/etcd/etcd.yml +++ b/projects/etcd/etcd.yml @@ -2,26 +2,26 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: format image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 - name: mount image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da command: ["/usr/bin/mountie", "/var/lib/etcd"] - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: ntpd image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 - name: node_exporter diff --git a/projects/etcd/prom-us-central1-f.yml b/projects/etcd/prom-us-central1-f.yml index a2b7ce8b4..0634a2296 100644 --- a/projects/etcd/prom-us-central1-f.yml +++ b/projects/etcd/prom-us-central1-f.yml @@ -2,15 +2,15 @@ kernel: image: mobylinux/kernel:4.9.x cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index 6b57cff16..e18d98906 100644 --- a/projects/ima-namespace/ima-namespace.yml +++ b/projects/ima-namespace/ima-namespace.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148 cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: nginx image: nginx:alpine capabilities: diff --git a/projects/kubernetes/cri-containerd.yml b/projects/kubernetes/cri-containerd.yml index bd7aeb6f8..4c0c9034c 100644 --- a/projects/kubernetes/cri-containerd.yml +++ b/projects/kubernetes/cri-containerd.yml @@ -1,6 +1,6 @@ services: - name: cri-containerd - image: linuxkitprojects/cri-containerd:2e3f5fcb87f92e1176637943b496910b9d979fb5 + image: linuxkitprojects/cri-containerd:5330c05b7eabba51d97af9d06204b7664e0719ef files: - path: /etc/kubelet.sh.conf contents: | diff --git a/projects/kubernetes/kube.yml b/projects/kubernetes/kube.yml index 84325d833..f9b8f7b97 100644 --- a/projects/kubernetes/kube.yml +++ b/projects/kubernetes/kube.yml @@ -2,41 +2,41 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 binds: - /etc/sysctl.d/01-kubernetes.conf:/etc/sysctl.d/01-kubernetes.conf readonly: false - name: sysfs - image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 + image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 + image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mounts - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: ntpd - image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 + image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c - name: sshd - image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f + image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f - name: kubelet - image: linuxkitprojects/kubernetes:2a42ca12c52a756ffd83ec014f2b396891880e4a + image: linuxkitprojects/kubernetes:6ec18b4e75dcf17c47887ece1848b63ddbe10230 files: - path: etc/linuxkit.yml metadata: yaml diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index 42ac864a0..2f066accc 100644 --- a/projects/landlock/landlock.yml +++ b/projects/landlock/landlock.yml @@ -2,7 +2,7 @@ kernel: image: mobylinux/kernel-landlock:4.9.x cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/logging/examples/logging.yml b/projects/logging/examples/logging.yml index e97690e7e..dc673f22b 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 # with runc, logwrite, startmemlogd - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a # with runc, logwrite, startmemlogd + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 - linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: nginx image: nginx:alpine capabilities: diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index a3f7d7383..ac85dc3cc 100644 --- a/projects/memorizer/memorizer.yml +++ b/projects/memorizer/memorizer.yml @@ -2,16 +2,16 @@ kernel: image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540" cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 31e815eec..0d96f35e0 100644 --- a/projects/miragesdk/examples/fdd.yml +++ b/projects/miragesdk/examples/fdd.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.9.34 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 files: - path: etc/init.d/020-fdd-init mode: "0700" diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index a819a565a..257fca88b 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcp-client image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 net: host @@ -30,7 +30,7 @@ services: - name: sshd image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 90771651b..0952f4bc8 100644 --- a/projects/okernel/examples/okernel_simple.yaml +++ b/projects/okernel/examples/okernel_simple.yaml @@ -2,18 +2,18 @@ kernel: image: okernel:latest cmdline: "console=tty0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 services: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 440f7e713..98d8da3cb 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -2,23 +2,23 @@ kernel: image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: nginx image: nginx:alpine capabilities: diff --git a/projects/swarmd/swarmd.yml b/projects/swarmd/swarmd.yml index 684931fe3..710f89790 100644 --- a/projects/swarmd/swarmd.yml +++ b/projects/swarmd/swarmd.yml @@ -2,38 +2,38 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 binds: - /etc/sysctl.d/01-swarmd.conf:/etc/sysctl.d/01-swarmd.conf - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/swarmd"] - name: metadata - image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 + image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 env: - INSECURE=true - name: qemu-ga - image: linuxkit/qemu-ga:7c845bfb09ec6807fc15bfd93ce5d5fcc591e999 + image: linuxkit/qemu-ga:2f002fffcb6f5f65bc034b5c0fef60545631ff93 binds: - /dev/vport0p1:/dev/vport0p1 - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: ntpd - image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 + image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c - name: weave image: weaveworks/weave:2.0.1@sha256:2d70caac7db33365482cc923d40ff8d3ec1238ae7fe06a00b3dde310d09f226e # Must match swarmd/Dockerfile command: ["/bin/sh", "/home/weave/weaver-wrapper"] @@ -45,7 +45,7 @@ services: - /var:/var - /var/lib/swarmd:/weavedb - name: swarmd - image: linuxkitprojects/swarmd:cce587b5e67b7d3e088a2e527dafc5ad3edb6502 + image: linuxkitprojects/swarmd:89144a08c30ff753c23b1dad1f8127e9c1ed32e0 command: ["/usr/bin/swarmd", "--containerd-addr=/run/containerd/containerd.sock", "--log-level=debug", "--state-dir=/var/lib/swarmd"] capabilities: - all diff --git a/src/cmd/linuxkit/run_qemu.go b/src/cmd/linuxkit/run_qemu.go index 637e91e64..b2ce5f147 100644 --- a/src/cmd/linuxkit/run_qemu.go +++ b/src/cmd/linuxkit/run_qemu.go @@ -20,7 +20,7 @@ import ( // QemuImg is the version of qemu container const ( - QemuImg = "linuxkit/qemu:4eb19447a221052654276cdf57effa20b672b081" + QemuImg = "linuxkit/qemu:f185296d0420d3771cfea26e069e595069a5be3e" defaultFWPath = "/usr/share/ovmf/bios.bin" ) diff --git a/test/cases/000_build/000_outputs/test.yml b/test/cases/000_build/000_outputs/test.yml index 3ba1787af..87c1ca599 100644 --- a/test/cases/000_build/000_outputs/test.yml +++ b/test/cases/000_build/000_outputs/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml b/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml index acb99b679..f452bf938 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml +++ b/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml index 0a5576438..50842d7df 100644 --- a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml +++ b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml index acb99b679..f452bf938 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow/test.yml b/test/cases/010_platforms/000_qemu/030_run_qcow/test.yml index acb99b679..f452bf938 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow/test.yml +++ b/test/cases/010_platforms/000_qemu/030_run_qcow/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/040_run_raw/test.yml b/test/cases/010_platforms/000_qemu/040_run_raw/test.yml index acb99b679..f452bf938 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw/test.yml +++ b/test/cases/010_platforms/000_qemu/040_run_raw/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/100_container/test.yml b/test/cases/010_platforms/000_qemu/100_container/test.yml index 4baf675ae..3e62eba4c 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml b/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml index acb99b679..f452bf938 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml index a61023c42..941ee3652 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 services: - name: acpid - image: linuxkit/acpid:79e5c20de96e1633c9c40935b99dde45aefba37b + image: linuxkit/acpid:6e3f0c5deca1633230dce9a35b67e1f61f05c47a trust: org: - linuxkit diff --git a/test/cases/020_kernel/000_config_4.4.x/test.yml b/test/cases/020_kernel/000_config_4.4.x/test.yml index cf96639b8..335cde076 100644 --- a/test/cases/020_kernel/000_config_4.4.x/test.yml +++ b/test/cases/020_kernel/000_config_4.4.x/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.4.90 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa + image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/001_config_4.9.x/test.yml b/test/cases/020_kernel/001_config_4.9.x/test.yml index 65d1523d3..0fc1efb0e 100644 --- a/test/cases/020_kernel/001_config_4.9.x/test.yml +++ b/test/cases/020_kernel/001_config_4.9.x/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa + image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/005_config_4.13.x/test.yml b/test/cases/020_kernel/005_config_4.13.x/test.yml index a6ebf81e4..614937d65 100644 --- a/test/cases/020_kernel/005_config_4.13.x/test.yml +++ b/test/cases/020_kernel/005_config_4.13.x/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.13.5 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa + image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/010_kmod_4.9.x/test.yml b/test/cases/020_kernel/010_kmod_4.9.x/test.yml index 9a2f0fd7e..f0b3e18ef 100644 --- a/test/cases/020_kernel/010_kmod_4.9.x/test.yml +++ b/test/cases/020_kernel/010_kmod_4.9.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: check image: kmod-test @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index e72008944..4a7cc38d2 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index 755e7d505..c75e78b85 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 6c782b2c3..0188fe443 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 6c782b2c3..0188fe443 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index 374dcff74..d2346dd82 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index 374dcff74..d2346dd82 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index fbe3f5daa..68bb6d544 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index 182776db1..68b61e05d 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index 00fc690a5..608794f85 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index 00fc690a5..608794f85 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index b5d309cdb..c47ec0b28 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index b5d309cdb..c47ec0b28 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 59a79bf19..9d5cd25cb 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index edec86aa5..3ef4bc4d0 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index c446cd0b8..78e8b5f75 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index c446cd0b8..78e8b5f75 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 51671ee1c..3f2d46ebb 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 51671ee1c..3f2d46ebb 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index 6c986c0fc..b1699e608 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 61e17dd62..5b9572761 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index fd1a5968b..b003c5e50 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index fd1a5968b..b003c5e50 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 17b9c32a8..ad177526f 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 17b9c32a8..ad177526f 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index 7e4f63898..480c61d8e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index 8052c644f..3b523986e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index 0b7e040db..05d2df14c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index 0b7e040db..05d2df14c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index fe36d3bd2..cce5b3822 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index fe36d3bd2..cce5b3822 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index afd5cc4cf..6533616b8 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index d7cabf9e3..689e8f4e1 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index dcaf09d7b..2204096e2 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index dcaf09d7b..2204096e2 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index 08c9e8a8b..2cba5b99c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index 08c9e8a8b..2cba5b99c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index d88ea49f1..3d7da7ae9 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index ae18acfb0..0f233f6f5 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index 44d33e25e..92343c3d3 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index 44d33e25e..92343c3d3 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 4a4401915..0fe539f83 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 4a4401915..0fe539f83 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index e10f6fa53..318239bcd 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index ac9c41993..f024fabb2 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index 45ce6aa70..6f392f387 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index 45ce6aa70..6f392f387 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index a06aa7cc0..3319ed926 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index a06aa7cc0..3319ed926 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index 06a5a2f3b..aab481ecf 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.yml index 39c633f37..b3d31f5b2 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 8b9464d06..7794c3bcd 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.yml index 8b9464d06..7794c3bcd 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index 95f120efc..12c8cff09 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.yml index 95f120efc..12c8cff09 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index 3733d77ba..3f5f1f998 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.yml index 4c1744acf..6733c2f51 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index d31ad31b4..21541443e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.yml index d31ad31b4..21541443e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index c50b3e3fa..ba1ba4584 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.yml index c50b3e3fa..ba1ba4584 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.yml index 37ac137d2..af8a94f9f 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml index a7a2e0c82..22b2473a3 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.yml index 2363ae368..f1b4c0c0e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.yml index f1167a8a0..eae61cabf 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.yml index 7d9481562..cce6e24a3 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.yml index c3d178c51..e7f2e14e1 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.yml index fee7e114e..e291031f6 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml index 7d255fdb3..84ed554c3 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.4.90 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a trust: org: - linuxkit diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index e72008944..4a7cc38d2 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index 755e7d505..c75e78b85 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 6c782b2c3..0188fe443 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 6c782b2c3..0188fe443 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index 374dcff74..d2346dd82 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index 374dcff74..d2346dd82 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index fbe3f5daa..68bb6d544 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index 182776db1..68b61e05d 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index 00fc690a5..608794f85 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index 00fc690a5..608794f85 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index b5d309cdb..c47ec0b28 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index b5d309cdb..c47ec0b28 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 59a79bf19..9d5cd25cb 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index edec86aa5..3ef4bc4d0 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index c446cd0b8..78e8b5f75 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index c446cd0b8..78e8b5f75 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 51671ee1c..3f2d46ebb 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 51671ee1c..3f2d46ebb 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index 6c986c0fc..b1699e608 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 61e17dd62..5b9572761 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index fd1a5968b..b003c5e50 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index fd1a5968b..b003c5e50 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 17b9c32a8..ad177526f 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 17b9c32a8..ad177526f 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index 7e4f63898..480c61d8e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index 8052c644f..3b523986e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index 0b7e040db..05d2df14c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index 0b7e040db..05d2df14c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index fe36d3bd2..cce5b3822 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index fe36d3bd2..cce5b3822 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index afd5cc4cf..6533616b8 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index d7cabf9e3..689e8f4e1 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index dcaf09d7b..2204096e2 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index dcaf09d7b..2204096e2 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index 08c9e8a8b..2cba5b99c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index 08c9e8a8b..2cba5b99c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index d88ea49f1..3d7da7ae9 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index ae18acfb0..0f233f6f5 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index 44d33e25e..92343c3d3 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index 44d33e25e..92343c3d3 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 4a4401915..0fe539f83 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 4a4401915..0fe539f83 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index e10f6fa53..318239bcd 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index ac9c41993..f024fabb2 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index 45ce6aa70..6f392f387 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index 45ce6aa70..6f392f387 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index a06aa7cc0..3319ed926 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index a06aa7cc0..3319ed926 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index 06a5a2f3b..aab481ecf 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.yml index 39c633f37..b3d31f5b2 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 8b9464d06..7794c3bcd 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.yml index 8b9464d06..7794c3bcd 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index 95f120efc..12c8cff09 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.yml index 95f120efc..12c8cff09 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index 3733d77ba..3f5f1f998 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.yml index 4c1744acf..6733c2f51 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index d31ad31b4..21541443e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.yml index d31ad31b4..21541443e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index c50b3e3fa..ba1ba4584 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.yml index c50b3e3fa..ba1ba4584 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.yml index 37ac137d2..af8a94f9f 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml index a7a2e0c82..22b2473a3 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.yml index 2363ae368..f1b4c0c0e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.yml index f1167a8a0..eae61cabf 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.yml index 7d9481562..cce6e24a3 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.yml index c3d178c51..e7f2e14e1 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.yml index fee7e114e..e291031f6 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml index 07a2d711a..addf635b4 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a trust: org: - linuxkit diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index e72008944..4a7cc38d2 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index 755e7d505..c75e78b85 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 6c782b2c3..0188fe443 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 6c782b2c3..0188fe443 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index 374dcff74..d2346dd82 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index 374dcff74..d2346dd82 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index fbe3f5daa..68bb6d544 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index 182776db1..68b61e05d 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index 00fc690a5..608794f85 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index 00fc690a5..608794f85 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index b5d309cdb..c47ec0b28 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index b5d309cdb..c47ec0b28 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 59a79bf19..9d5cd25cb 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index edec86aa5..3ef4bc4d0 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index c446cd0b8..78e8b5f75 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index c446cd0b8..78e8b5f75 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 51671ee1c..3f2d46ebb 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 51671ee1c..3f2d46ebb 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index 6c986c0fc..b1699e608 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 61e17dd62..5b9572761 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index fd1a5968b..b003c5e50 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index fd1a5968b..b003c5e50 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 17b9c32a8..ad177526f 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 17b9c32a8..ad177526f 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index 7e4f63898..480c61d8e 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index 8052c644f..3b523986e 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index 0b7e040db..05d2df14c 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index 0b7e040db..05d2df14c 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index fe36d3bd2..cce5b3822 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index fe36d3bd2..cce5b3822 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index afd5cc4cf..6533616b8 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index d7cabf9e3..689e8f4e1 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index dcaf09d7b..2204096e2 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index dcaf09d7b..2204096e2 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index 08c9e8a8b..2cba5b99c 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index 08c9e8a8b..2cba5b99c 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index d88ea49f1..3d7da7ae9 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index ae18acfb0..0f233f6f5 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index 44d33e25e..92343c3d3 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index 44d33e25e..92343c3d3 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 4a4401915..0fe539f83 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 4a4401915..0fe539f83 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index e10f6fa53..318239bcd 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index ac9c41993..f024fabb2 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index 45ce6aa70..6f392f387 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index 45ce6aa70..6f392f387 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index a06aa7cc0..3319ed926 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index a06aa7cc0..3319ed926 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index 06a5a2f3b..aab481ecf 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single/test.yml index 39c633f37..b3d31f5b2 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 8b9464d06..7794c3bcd 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single/test.yml index 8b9464d06..7794c3bcd 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index 95f120efc..12c8cff09 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi/test.yml index 95f120efc..12c8cff09 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index 3733d77ba..3f5f1f998 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single/test.yml index 4c1744acf..6733c2f51 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index d31ad31b4..21541443e 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single/test.yml index d31ad31b4..21541443e 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index c50b3e3fa..ba1ba4584 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi/test.yml index c50b3e3fa..ba1ba4584 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 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:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/010_veth-unix-domain-echo/test.yml index 37ac137d2..af8a94f9f 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml index a7a2e0c82..22b2473a3 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/012_veth-ipv4-echo/test.yml index 2363ae368..f1b4c0c0e 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/012_veth-ipv4-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/013_veth-ipv6-echo/test.yml index f1167a8a0..eae61cabf 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/013_veth-ipv6-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/014_veth-tcp-echo/test.yml index 7d9481562..cce6e24a3 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/014_veth-tcp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/015_veth-udp-echo/test.yml index c3d178c51..e7f2e14e1 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/015_veth-udp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/020_unix-domain-echo/test.yml index fee7e114e..e291031f6 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/100_mix/020_unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf + image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/common.yml b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/common.yml index 20fcb93a6..d17090871 100644 --- a/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/common.yml +++ b/test/cases/020_kernel/110_namespace/005_kernel-4.13.x/common.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.13.5 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a trust: org: - linuxkit diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index ff370bc74..e479cce87 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: sysfs - image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 + image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8 - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e + image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 - name: docker image: docker:17.07.0-ce-dind capabilities: @@ -34,7 +34,7 @@ services: - /run:/var/run command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: test-docker-bench - image: linuxkit/test-docker-bench:135177ce27874f310e5e1bedbba494ad01e402a9 + image: linuxkit/test-docker-bench:759499d829289f0b4a33ae2d6892dd5e2c1eb901 ipc: host pid: host net: host diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index a503c50d1..c7629f554 100644 --- a/test/cases/030_security/010_ports/test.yml +++ b/test/cases/030_security/010_ports/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: test image: alpine:3.6 @@ -12,7 +12,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index b5cdf97dc..70de65623 100644 --- a/test/cases/040_packages/002_binfmt/test.yml +++ b/test/cases/040_packages/002_binfmt/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: binfmt - image: linuxkit/binfmt:472eeba777d056c5f98fe074aa0f581c67ccc7ff + image: linuxkit/binfmt:dff7a32108d8e40922027642b598b4eb011f46bb - name: test image: alpine:3.6 binds: @@ -14,7 +14,7 @@ onboot: - /proc/sys/fs/binfmt_misc:/binfmt_misc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index 1f570d43b..9fad1ed80 100644 --- a/test/cases/040_packages/003_ca-certificates/test.yml +++ b/test/cases/040_packages/003_ca-certificates/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: test image: alpine:3.6 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index aea63d2a9..eba6e90ea 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:d6d49adba473c8bd512555fb1bd3c4bd882c830c + image: linuxkit/test-containerd:f6b01d5513313524e307dffef786f605075b78a7 - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 trust: org: - linuxkit diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 236fbc3b8..a4339af3d 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test image: alpine:3.6 @@ -15,7 +15,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/000_ext4/test-create.yml b/test/cases/040_packages/005_extend/000_ext4/test-create.yml index c6cffd38d..08374db1e 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test-create.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test-create.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -16,7 +16,7 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/040_packages/005_extend/000_ext4/test.yml b/test/cases/040_packages/005_extend/000_ext4/test.yml index 2e1c6833f..9dc2027c4 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: extend - image: linuxkit/extend:468cc677e35503a265235767d5f488253f51cfd6 + image: linuxkit/extend:84839cd2c713b7479ce8c7b076b748336c5a94dd - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml index 7e2e58c73..41710e0e0 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: modprobe image: alpine:3.6 @@ -13,10 +13,10 @@ onboot: - /sys:/sys command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -24,7 +24,7 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/040_packages/005_extend/001_btrfs/test.yml b/test/cases/040_packages/005_extend/001_btrfs/test.yml index 1cec286e1..081d5dd8f 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: modprobe image: alpine:3.6 @@ -13,10 +13,10 @@ onboot: - /sys:/sys command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:468cc677e35503a265235767d5f488253f51cfd6 + image: linuxkit/extend:84839cd2c713b7479ce8c7b076b748336c5a94dd command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -25,7 +25,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/002_xfs/test-create.yml b/test/cases/040_packages/005_extend/002_xfs/test-create.yml index 76ca83ea6..82a04b437 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test-create.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test-create.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -17,7 +17,7 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/040_packages/005_extend/002_xfs/test.yml b/test/cases/040_packages/005_extend/002_xfs/test.yml index f1108b3f6..b8b2fd247 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: extend - image: linuxkit/extend:468cc677e35503a265235767d5f488253f51cfd6 + image: linuxkit/extend:84839cd2c713b7479ce8c7b076b748336c5a94dd command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/000_auto/test.yml b/test/cases/040_packages/006_format_mount/000_auto/test.yml index 9d7231d4b..c25fda567 100644 --- a/test/cases/040_packages/006_format_mount/000_auto/test.yml +++ b/test/cases/040_packages/006_format_mount/000_auto/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/001_by_label/test.yml b/test/cases/040_packages/006_format_mount/001_by_label/test.yml index 65d0acd46..191516ccd 100644 --- a/test/cases/040_packages/006_format_mount/001_by_label/test.yml +++ b/test/cases/040_packages/006_format_mount/001_by_label/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in index 80ef8b75b..188860409 100644 --- a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in +++ b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml index 97ce76795..29e8decb6 100644 --- a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml +++ b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: modprobe image: alpine:3.6 @@ -13,10 +13,10 @@ onboot: - /sys:/sys command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -25,7 +25,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/004_xfs/test.yml b/test/cases/040_packages/006_format_mount/004_xfs/test.yml index 20c9331a4..08587ce1c 100644 --- a/test/cases/040_packages/006_format_mount/004_xfs/test.yml +++ b/test/cases/040_packages/006_format_mount/004_xfs/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.6 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml index 0ab6c6154..dc063102d 100644 --- a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml +++ b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.9.51 cmdline: "console=ttyS0" init: - - linuxkit/init:6fe9d31a53bbd200183bb31edd795305e868d5a7 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/010_multiple/test.yml b/test/cases/040_packages/006_format_mount/010_multiple/test.yml index 315d705ab..30ebf4709 100644 --- a/test/cases/040_packages/006_format_mount/010_multiple/test.yml +++ b/test/cases/040_packages/006_format_mount/010_multiple/test.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 + image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da + image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"] - name: test image: alpine:3.6 @@ -25,7 +25,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index 253746b88..7c467c7b4 100644 --- a/test/cases/040_packages/007_getty-containerd/test.yml +++ b/test/cases/040_packages/007_getty-containerd/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.9.x cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6 + image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index b6a8048bc..9531bb351 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: mkimage - image: linuxkit/mkimage:194193fb42cc999b8abe9c5966ed05dbef2a63c1 + image: linuxkit/mkimage:13b6efeefd97fed9043c9cd3a8fe1fe7ad1cda12 - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 trust: org: - linuxkit diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 2460d4a27..8124db723 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 trust: org: - linuxkit diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index ff1976655..53d035781 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a onboot: - name: sysctl - image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 + image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 - name: test image: alpine:3.6 net: host @@ -16,7 +16,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 78601c12a..fd98bb490 100644 --- a/test/cases/040_packages/023_wireguard/test.yml +++ b/test/cases/040_packages/023_wireguard/test.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a - - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 + - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:bdc10950043419d4eb19a10c3122e12ee472d465 + image: linuxkit/ip:7a82871df06767cfe26a04d0ed6bee1031ba5d04 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:bdc10950043419d4eb19a10c3122e12ee472d465 + image: linuxkit/ip:7a82871df06767cfe26a04d0ed6bee1031ba5d04 net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 2ab1e8a73..fade89698 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: ltp - image: linuxkit/test-ltp:38cec1526acc8b1a2ce4b4ece78a810078c807e1 + image: linuxkit/test-ltp:96c9845f8bca2cfb2d3c5e6ca53d82f77b2fddd0 binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index 95cc2c266..415e45842 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,17 +4,17 @@ kernel: image: linuxkit/kernel:4.9.53 cmdline: "console=ttyS0" init: - - linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 - - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a - - linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a + - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a + - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a + - linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e + image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa + image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc - name: poweroff - image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998 + image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] trust: image: