From 46b90f0dae9d4a9afb077e40bbb3f6da8d505fea Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 11:38:21 +0100 Subject: [PATCH 1/9] tools/alpine: Update to latest Signed-off-by: Rolf Neugebauer --- tools/alpine/versions.aarch64 | 4 ++-- tools/alpine/versions.s390x | 4 ++-- tools/alpine/versions.x86_64 | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/alpine/versions.aarch64 b/tools/alpine/versions.aarch64 index ca876eb80..284853a85 100644 --- a/tools/alpine/versions.aarch64 +++ b/tools/alpine/versions.aarch64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:14e0cf6d30dc39993ac7fb97439049e1cd69ccd5-arm64 +# linuxkit/alpine:b962932a2ef2753ee8cc7b97c2b8041557796430-arm64 # automatically generated list of installed packages abuild-3.1.0-r3 alpine-baselayout-3.0.5-r2 @@ -90,7 +90,7 @@ iptables-1.6.1-r1 ipvsadm-1.29-r0 isl-0.18-r0 jansson-2.10-r0 -jq-1.5-r4 +jq-1.5-r5 json-c-0.12.1-r1 keyutils-1.5.10-r0 keyutils-libs-1.5.10-r0 diff --git a/tools/alpine/versions.s390x b/tools/alpine/versions.s390x index 5d1730be4..ae215832f 100644 --- a/tools/alpine/versions.s390x +++ b/tools/alpine/versions.s390x @@ -1,4 +1,4 @@ -# linuxkit/alpine:d91bd2b9c9f0303d520ad7249e23afeb7bdf9abc-s390x +# linuxkit/alpine:f010e05d1143fc41aee05da05fb7cefd5d8bb2cf-s390x # automatically generated list of installed packages abuild-3.1.0-r3 alpine-baselayout-3.0.5-r2 @@ -89,7 +89,7 @@ iptables-1.6.1-r1 ipvsadm-1.29-r0 isl-0.18-r0 jansson-2.10-r0 -jq-1.5-r4 +jq-1.5-r5 json-c-0.12.1-r1 keyutils-1.5.10-r0 keyutils-libs-1.5.10-r0 diff --git a/tools/alpine/versions.x86_64 b/tools/alpine/versions.x86_64 index 7041cc8d1..4750eb48a 100644 --- a/tools/alpine/versions.x86_64 +++ b/tools/alpine/versions.x86_64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3-amd64 +# linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c-amd64 # automatically generated list of installed packages abuild-3.1.0-r3 alpine-baselayout-3.0.5-r2 @@ -92,7 +92,7 @@ iptables-1.6.1-r1 ipvsadm-1.29-r0 isl-0.18-r0 jansson-2.10-r0 -jq-1.5-r4 +jq-1.5-r5 json-c-0.12.1-r1 keyutils-1.5.10-r0 keyutils-libs-1.5.10-r0 @@ -190,7 +190,7 @@ lzo-2.10-r2 m4-1.4.18-r0 make-4.2.1-r0 mesa-gbm-17.2.4-r1 -mkinitfs-3.2.0-r2 +mkinitfs-3.2.0-r4 mpc1-1.0.3-r1 mpc1-dev-1.0.3-r1 mpfr-dev-3.1.5-r1 From d9c3e3fce2ce98048b7a369c9fa048089255538a Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 12:10:32 +0100 Subject: [PATCH 2/9] tools: Update to latest alpine base Signed-off-by: Rolf Neugebauer --- tools/go-compile/Dockerfile | 2 +- tools/mkimage-iso-bios/Dockerfile | 2 +- tools/mkimage-iso-efi/Dockerfile | 4 ++-- tools/mkimage-qcow2-efi/Dockerfile | 4 ++-- tools/mkimage-raw-bios/Dockerfile | 2 +- tools/mkimage-raw-efi/Dockerfile | 4 ++-- tools/mkimage-rpi3/Dockerfile | 2 +- tools/mkimage-squashfs/Dockerfile | 2 +- tools/qemu/Dockerfile | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/go-compile/Dockerfile b/tools/go-compile/Dockerfile index 99f9cd984..d187d73d7 100644 --- a/tools/go-compile/Dockerfile +++ b/tools/go-compile/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/tools/mkimage-iso-bios/Dockerfile b/tools/mkimage-iso-bios/Dockerfile index 03ee463e1..801c89b86 100644 --- a/tools/mkimage-iso-bios/Dockerfile +++ b/tools/mkimage-iso-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-iso-efi/Dockerfile b/tools/mkimage-iso-efi/Dockerfile index 61dc884d8..16b9c5666 100644 --- a/tools/mkimage-iso-efi/Dockerfile +++ b/tools/mkimage-iso-efi/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS grub-build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS grub-build RUN apk add \ automake \ @@ -39,7 +39,7 @@ RUN mkdir /grub-lib && \ ;; \ esac -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS make-img +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS make-img RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-qcow2-efi/Dockerfile b/tools/mkimage-qcow2-efi/Dockerfile index 57320d34b..2268dbcc3 100644 --- a/tools/mkimage-qcow2-efi/Dockerfile +++ b/tools/mkimage-qcow2-efi/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS grub-build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS grub-build RUN apk add \ automake \ @@ -40,7 +40,7 @@ RUN mkdir /grub-lib && \ ;; \ esac -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS make-img +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS make-img RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-raw-bios/Dockerfile b/tools/mkimage-raw-bios/Dockerfile index 142cbb78a..408ca5735 100644 --- a/tools/mkimage-raw-bios/Dockerfile +++ b/tools/mkimage-raw-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-raw-efi/Dockerfile b/tools/mkimage-raw-efi/Dockerfile index bc15f8d0a..d0c6150a4 100644 --- a/tools/mkimage-raw-efi/Dockerfile +++ b/tools/mkimage-raw-efi/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS grub-build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS grub-build RUN apk add \ automake \ @@ -40,7 +40,7 @@ RUN mkdir /grub-lib && \ ;; \ esac -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS make-img +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS make-img RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-rpi3/Dockerfile b/tools/mkimage-rpi3/Dockerfile index 5f2df7fd7..7bf38df15 100644 --- a/tools/mkimage-rpi3/Dockerfile +++ b/tools/mkimage-rpi3/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 as build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build RUN apk add \ bc \ dtc \ diff --git a/tools/mkimage-squashfs/Dockerfile b/tools/mkimage-squashfs/Dockerfile index 72d24f2f3..a6e9f181c 100644 --- a/tools/mkimage-squashfs/Dockerfile +++ b/tools/mkimage-squashfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c RUN \ apk update && apk upgrade && \ diff --git a/tools/qemu/Dockerfile b/tools/qemu/Dockerfile index 17bf99011..9e0b474c7 100644 --- a/tools/qemu/Dockerfile +++ b/tools/qemu/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ From 5de0a862933344989b74348c655f90eb918c6ddb Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 12:38:05 +0100 Subject: [PATCH 3/9] Update use of tools to latest Signed-off-by: Rolf Neugebauer --- Makefile | 2 +- docs/vendoring.md | 4 ++-- src/cmd/linuxkit/main.go | 14 +++++++------- src/cmd/linuxkit/run_qemu.go | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index ea412983c..76493d5a0 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: default VERSION="v0.3+" GIT_COMMIT=$(shell git rev-list -1 HEAD) -GO_COMPILE=linuxkit/go-compile:2940a8141d907c2976be15f201f6e9b7c4c1f931 +GO_COMPILE=linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79 LINUXKIT?=bin/linuxkit GOOS?=$(shell uname -s | tr '[:upper:]' '[:lower:]') diff --git a/docs/vendoring.md b/docs/vendoring.md index d3044834b..02f524c49 100644 --- a/docs/vendoring.md +++ b/docs/vendoring.md @@ -28,7 +28,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:2940a8141d907c2976be15f201f6e9b7c4c1f931 +linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79 ``` To update a single dependency: @@ -38,7 +38,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:2940a8141d907c2976be15f201f6e9b7c4c1f931 +linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79 github.com/docker/docker ``` diff --git a/src/cmd/linuxkit/main.go b/src/cmd/linuxkit/main.go index ac0f59a37..b4cf2dfe6 100644 --- a/src/cmd/linuxkit/main.go +++ b/src/cmd/linuxkit/main.go @@ -19,17 +19,17 @@ func init() { // This allows us to overwrite the hashes locally without having // to re-vendor the 'github.com/moby/tool' when we update 'mkimage-*' imgs := map[string]string{ - "iso-bios": "linuxkit/mkimage-iso-bios:9a51dc64a461f1cc50ba05f30a38f73f5227ac03", - "iso-efi": "linuxkit/mkimage-iso-efi:343cf1a8ac0aba7d8a1f13b7f45fa0b57ab897dc", - "raw-bios": "linuxkit/mkimage-raw-bios:d90713b2dd610cf9a0f5f9d9095f8bf86f40d5c6", - "raw-efi": "linuxkit/mkimage-raw-efi:8938ffb6014543e557b624a40cce1714f30ce4b6", - "squashfs": "linuxkit/mkimage-squashfs:b44d00b0a336fd32c122ff32bd2b39c36a965135", + "iso-bios": "linuxkit/mkimage-iso-bios:86981371921813019ea0f12c778b348a9a3d40ed", + "iso-efi": "linuxkit/mkimage-iso-efi:1cebc76eab89254f3e288526890bbc7cddf0ffaf", + "raw-bios": "linuxkit/mkimage-raw-bios:3b1a68b2d652180ccb57ef9d2580af7e7d966d35", + "raw-efi": "linuxkit/mkimage-raw-efi:6743fc2b475dcb7da510ea2b6029dbcaadf94805", + "squashfs": "linuxkit/mkimage-squashfs:99efca8bc93737fcb56880c444b9142a2166a79e", "gcp": "linuxkit/mkimage-gcp:e6cdcf859ab06134c0c37a64ed5f886ec8dae1a1", - "qcow2-efi": "linuxkit/mkimage-qcow2-efi:787b54906e14a56b9f1da35dcc8e46bd58435285", + "qcow2-efi": "linuxkit/mkimage-qcow2-efi:2525659ffe71502f4307766c2321075350c3448e", "vhd": "linuxkit/mkimage-vhd:3820219e5c350fe8ab2ec6a217272ae82f4b9242", "dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:743ac9959fe6d3912ebd78b4fd490b117c53f1a6", "vmdk": "linuxkit/mkimage-vmdk:cee81a3ed9c44ae446ef7ebff8c42c1e77b3e1b5", - "rpi3": "linuxkit/mkimage-rpi3:0f23c4f37cdca99281ca33ac6188e1942fa7a2b8", + "rpi3": "linuxkit/mkimage-rpi3:0cedb2da51efe25309bef391e5c904cef645b5ea", } if err := moby.UpdateOutputImages(imgs); err != nil { log.Fatalf("Failed to register mkimage-*. %v", err) diff --git a/src/cmd/linuxkit/run_qemu.go b/src/cmd/linuxkit/run_qemu.go index cf5d27f30..872eeaa7a 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:099ab6ec9a2f38947e839e5f6a02fa0af3529440" + QemuImg = "linuxkit/qemu:e85ce22b5c133eafbd3e6f110512e53d2e1e1596" defaultFWPath = "/usr/share/ovmf/bios.bin" ) From ea1e10297fbc373c64b3dedcb68facb0ec122215 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 12:43:17 +0100 Subject: [PATCH 4/9] tests: Update packages to latest alpine base Signed-off-by: Rolf Neugebauer --- test/pkg/containerd/Dockerfile | 2 +- test/pkg/docker-bench/Dockerfile | 2 +- test/pkg/kernel-config/Dockerfile | 2 +- test/pkg/ns/Dockerfile | 4 ++-- test/pkg/poweroff/Dockerfile | 2 +- test/pkg/virtsock/Dockerfile | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index 0ebd44966..fd2c819fc 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ # btrfs-progfs is required for btrfs test (mkfs.btrfs) # util-linux is required for btrfs test (losetup) diff --git a/test/pkg/docker-bench/Dockerfile b/test/pkg/docker-bench/Dockerfile index 62bac5e4d..8278e7220 100644 --- a/test/pkg/docker-bench/Dockerfile +++ b/test/pkg/docker-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/test/pkg/kernel-config/Dockerfile b/test/pkg/kernel-config/Dockerfile index c1898626c..6696ba01f 100644 --- a/test/pkg/kernel-config/Dockerfile +++ b/test/pkg/kernel-config/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl bash diff --git a/test/pkg/ns/Dockerfile b/test/pkg/ns/Dockerfile index eb3ee50cc..5fc2fed68 100644 --- a/test/pkg/ns/Dockerfile +++ b/test/pkg/ns/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ @@ -8,7 +8,7 @@ RUN apk add --no-cache --initdb -p /out \ musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache \ build-base \ git \ diff --git a/test/pkg/poweroff/Dockerfile b/test/pkg/poweroff/Dockerfile index 2edb2be65..9830f6cba 100644 --- a/test/pkg/poweroff/Dockerfile +++ b/test/pkg/poweroff/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index 84e907e84..1f6664d5c 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ tini RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache go musl-dev git make ENV GOPATH=/go PATH=$PATH:/go/bin From 693b6427612d95007fb1e7180da06b666e76b634 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 13:15:41 +0100 Subject: [PATCH 5/9] Update use of test packages to latest Signed-off-by: Rolf Neugebauer --- .../010_platforms/000_qemu/000_run_kernel+initrd/test.yml | 2 +- .../010_platforms/000_qemu/005_run_kernel+squashfs/test.yml | 2 +- test/cases/010_platforms/000_qemu/010_run_iso/test.yml | 2 +- test/cases/010_platforms/000_qemu/020_run_efi/test.yml | 2 +- test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml | 2 +- test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml | 2 +- test/cases/010_platforms/000_qemu/050_run_aws/test.yml | 2 +- test/cases/010_platforms/000_qemu/100_container/test.yml | 2 +- .../010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml | 2 +- .../010_hyperkit/005_run_kernel+squashfs/test.yml | 2 +- test/cases/020_kernel/000_config_4.4.x/test.yml | 4 ++-- test/cases/020_kernel/001_config_4.9.x/test.yml | 4 ++-- test/cases/020_kernel/006_config_4.14.x/test.yml | 4 ++-- test/cases/020_kernel/008_config_4.16.x/test.yml | 4 ++-- test/cases/020_kernel/010_kmod_4.4.x/test.yml | 2 +- test/cases/020_kernel/011_kmod_4.9.x/test.yml | 2 +- test/cases/020_kernel/016_kmod_4.14.x/test.yml | 2 +- test/cases/020_kernel/018_kmod_4.16.x/test.yml | 2 +- .../010_echo-tcp-ipv4-short-1con-single-reverse/test.yml | 4 ++-- .../010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml | 4 ++-- .../011_echo-tcp-ipv4-short-10con-single-reverse/test.yml | 4 ++-- .../010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml | 4 ++-- .../012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml | 4 ++-- .../015_echo-tcp-ipv4-long-1con-single-reverse/test.yml | 4 ++-- .../010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml | 4 ++-- .../016_echo-tcp-ipv4-long-10con-single-reverse/test.yml | 4 ++-- .../010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml | 4 ++-- .../017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml | 4 ++-- .../020_echo-tcp-ipv6-short-1con-single-reverse/test.yml | 4 ++-- .../010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml | 4 ++-- .../021_echo-tcp-ipv6-short-10con-single-reverse/test.yml | 4 ++-- .../010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml | 4 ++-- .../022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml | 4 ++-- .../025_echo-tcp-ipv6-long-1con-single-reverse/test.yml | 4 ++-- .../010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml | 4 ++-- .../026_echo-tcp-ipv6-long-10con-single-reverse/test.yml | 4 ++-- .../010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml | 4 ++-- .../027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml | 4 ++-- .../030_echo-udp-ipv4-short-1con-single-reverse/test.yml | 4 ++-- .../010_veth/030_echo-udp-ipv4-short-1con-single/test.yml | 4 ++-- .../031_echo-udp-ipv4-short-10con-single-reverse/test.yml | 4 ++-- .../010_veth/031_echo-udp-ipv4-short-10con-single/test.yml | 4 ++-- .../032_echo-udp-ipv4-short-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml | 4 ++-- .../035_echo-udp-ipv4-long-1con-single-reverse/test.yml | 4 ++-- .../010_veth/035_echo-udp-ipv4-long-1con-single/test.yml | 4 ++-- .../036_echo-udp-ipv4-long-10con-single-reverse/test.yml | 4 ++-- .../010_veth/036_echo-udp-ipv4-long-10con-single/test.yml | 4 ++-- .../037_echo-udp-ipv4-long-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml | 4 ++-- .../040_echo-udp-ipv6-short-1con-single-reverse/test.yml | 4 ++-- .../010_veth/040_echo-udp-ipv6-short-1con-single/test.yml | 4 ++-- .../041_echo-udp-ipv6-short-10con-single-reverse/test.yml | 4 ++-- .../010_veth/041_echo-udp-ipv6-short-10con-single/test.yml | 4 ++-- .../042_echo-udp-ipv6-short-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml | 4 ++-- .../045_echo-udp-ipv6-long-1con-single-reverse/test.yml | 4 ++-- .../010_veth/045_echo-udp-ipv6-long-1con-single/test.yml | 4 ++-- .../046_echo-udp-ipv6-long-10con-single-reverse/test.yml | 4 ++-- .../010_veth/046_echo-udp-ipv6-long-10con-single/test.yml | 4 ++-- .../047_echo-udp-ipv6-long-5con-multi-reverse/test.yml | 4 ++-- .../010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml | 4 ++-- .../010_echo-short-1con-single-reverse/test.yml | 4 ++-- .../050_unix-domain/010_echo-short-1con-single/test.yml | 4 ++-- .../011_echo-short-10con-single-reverse/test.yml | 4 ++-- .../050_unix-domain/011_echo-short-10con-single/test.yml | 4 ++-- .../012_echo-short-5con-multi-reverse/test.yml | 4 ++-- .../050_unix-domain/012_echo-short-5con-multi/test.yml | 4 ++-- .../015_echo-long-1con-single-reverse/test.yml | 4 ++-- .../050_unix-domain/015_echo-long-1con-single/test.yml | 4 ++-- .../016_echo-long-10con-single-reverse/test.yml | 4 ++-- .../050_unix-domain/016_echo-long-10con-single/test.yml | 4 ++-- .../050_unix-domain/017_echo-long-5con-multi-reverse/test.yml | 4 ++-- .../050_unix-domain/017_echo-long-5con-multi/test.yml | 4 ++-- .../110_namespace/100_mix/010_veth-unix-domain-echo/test.yml | 4 ++-- .../100_mix/011_veth-unix-domain-echo-reverse/test.yml | 4 ++-- .../110_namespace/100_mix/012_veth-ipv4-echo/test.yml | 4 ++-- .../110_namespace/100_mix/013_veth-ipv6-echo/test.yml | 4 ++-- .../110_namespace/100_mix/014_veth-tcp-echo/test.yml | 4 ++-- .../110_namespace/100_mix/015_veth-udp-echo/test.yml | 4 ++-- .../110_namespace/100_mix/020_unix-domain-echo/test.yml | 4 ++-- test/cases/030_security/000_docker-bench/test.yml | 2 +- test/cases/030_security/010_ports/test.yml | 2 +- test/cases/040_packages/002_binfmt/test.yml | 2 +- test/cases/040_packages/003_ca-certificates/test.yml | 2 +- test/cases/040_packages/003_containerd/test.yml | 4 ++-- test/cases/040_packages/004_dhcpcd/test.yml | 2 +- test/cases/040_packages/005_extend/000_ext4/test-create.yml | 2 +- test/cases/040_packages/005_extend/000_ext4/test.yml | 2 +- test/cases/040_packages/005_extend/001_btrfs/test-create.yml | 2 +- test/cases/040_packages/005_extend/001_btrfs/test.yml | 2 +- test/cases/040_packages/005_extend/002_xfs/test-create.yml | 2 +- test/cases/040_packages/005_extend/002_xfs/test.yml | 2 +- test/cases/040_packages/006_format_mount/000_auto/test.yml | 2 +- .../cases/040_packages/006_format_mount/001_by_label/test.yml | 2 +- .../040_packages/006_format_mount/002_by_name/test.yml.in | 2 +- test/cases/040_packages/006_format_mount/003_btrfs/test.yml | 2 +- test/cases/040_packages/006_format_mount/004_xfs/test.yml | 2 +- .../006_format_mount/005_by_device_force/test.yml | 2 +- .../cases/040_packages/006_format_mount/010_multiple/test.yml | 2 +- test/cases/040_packages/013_mkimage/mkimage.yml | 2 +- test/cases/040_packages/013_mkimage/run.yml | 2 +- test/cases/040_packages/019_sysctl/test.yml | 2 +- test/hack/test-ltp.yml | 2 +- test/hack/test.yml | 4 ++-- test/pkg/ns/template.yml | 2 +- 110 files changed, 183 insertions(+), 183 deletions(-) diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml index 0cb08dce0..0974d591a 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml index 0cb08dce0..0974d591a 100644 --- a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 b331bf992..2bdff925c 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 @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 a7ca936ec..55150dbf5 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 @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml index a7ca936ec..55150dbf5 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml index a7ca936ec..55150dbf5 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml index a7ca936ec..55150dbf5 100644 --- a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml +++ b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 6ae24fcd1..e919eceef 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml index a7ca936ec..55150dbf5 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: diff --git a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml index a7ca936ec..55150dbf5 100644 --- a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 99b445707..66093b5d4 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 @@ -6,9 +6,9 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 + image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 831db1c30..088661883 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 @@ -6,9 +6,9 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 + image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/006_config_4.14.x/test.yml b/test/cases/020_kernel/006_config_4.14.x/test.yml index ff912ff52..d7478f0ea 100644 --- a/test/cases/020_kernel/006_config_4.14.x/test.yml +++ b/test/cases/020_kernel/006_config_4.14.x/test.yml @@ -6,9 +6,9 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 + image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/008_config_4.16.x/test.yml b/test/cases/020_kernel/008_config_4.16.x/test.yml index c774583a1..21f670114 100644 --- a/test/cases/020_kernel/008_config_4.16.x/test.yml +++ b/test/cases/020_kernel/008_config_4.16.x/test.yml @@ -6,9 +6,9 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 + image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.yml b/test/cases/020_kernel/010_kmod_4.4.x/test.yml index 1007af467..10c25a1cf 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/test.yml +++ b/test/cases/020_kernel/010_kmod_4.4.x/test.yml @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.yml b/test/cases/020_kernel/011_kmod_4.9.x/test.yml index d92e3f641..7a195d265 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/test.yml +++ b/test/cases/020_kernel/011_kmod_4.9.x/test.yml @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.yml b/test/cases/020_kernel/016_kmod_4.14.x/test.yml index 3edfa72f4..720ab8a32 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.yml @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/018_kmod_4.16.x/test.yml b/test/cases/020_kernel/018_kmod_4.16.x/test.yml index 937e0267b..3fa0cc930 100644 --- a/test/cases/020_kernel/018_kmod_4.16.x/test.yml +++ b/test/cases/020_kernel/018_kmod_4.16.x/test.yml @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index 9938bdfa1..bcc6976c3 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index 4e6be30e6..3fcaeb480 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 96661ca98..8690cd07d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 96661ca98..8690cd07d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index 6455eb367..b6aa151b9 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index 6455eb367..b6aa151b9 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index 98da4d904..905474bc5 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index ba5015bb8..409ff417a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index a7bf91b7b..69501b25a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index a7bf91b7b..69501b25a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index 4ef4be173..de84ecf33 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index 4ef4be173..de84ecf33 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 322ed10b0..4953ec82f 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index 44de45135..6c946118c 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index 2609ac523..3335ab852 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index 2609ac523..3335ab852 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 39c1ae789..210e4eb4c 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 39c1ae789..210e4eb4c 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index d0d480955..2e482aee2 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index a9d4841b2..0d1e1d766 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index 7b7d8b3a6..36960eb5d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index 7b7d8b3a6..36960eb5d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 45c154af8..7cf72c50f 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 45c154af8..7cf72c50f 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index e8b7d8b6f..dfafab201 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index 9aba1fc35..f1cce2e42 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index fe48f555c..bd28bc2e7 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index fe48f555c..bd28bc2e7 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index fd9a7beaf..2986eec18 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index fd9a7beaf..2986eec18 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index 3755cf45b..a0b965467 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index 5c7b629e8..520b7ecc6 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index 6307c42e1..fe6b8f54a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index 6307c42e1..fe6b8f54a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index 3fad4c907..1fc30b6d5 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index 3fad4c907..1fc30b6d5 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index c335136e6..d23795216 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index a2743a146..c2aa4e777 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index fe91563af..7045f5b01 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index fe91563af..7045f5b01 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 1dc38c7ba..2c7af8e2d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 1dc38c7ba..2c7af8e2d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index a6a85c51a..da38a2ce0 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index be3b313f9..86ab87464 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index 25341856f..898df98d5 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index 25341856f..898df98d5 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index 9df7a0b54..e17ffd78a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index 9df7a0b54..e17ffd78a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index f9a0e56a3..2e2f7788f 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml index 97ed948ca..05eb170b6 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 92b746ecb..5643064e6 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml index 92b746ecb..5643064e6 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index 41452dbbb..121ebe75c 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml index 41452dbbb..121ebe75c 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index bef3dd10e..48faa5059 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml index 6be14b5bd..9551273a3 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index 0106fddb0..b83ddc315 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml index 0106fddb0..b83ddc315 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index 9fc91785b..c7c683467 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml index 9fc91785b..c7c683467 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 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:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml index 6b518ed5d..76fd57890 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml index 79bcbf22d..848edceae 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml index 7dbf3a1b1..04015cdb5 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml index 76e696829..f4c32ea1c 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml index a94e5b6bc..1d42a3c80 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml index 887829ee2..30e64dd67 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml index 86c13f556..060eef7c5 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c + image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index bce556513..65c8804b0 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -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:395e2f27a1f37b241abc5a04e05a8b087e471c75 + image: linuxkit/test-docker-bench:574dad10cf0d7ab322ea564bf67dbffcd84e0e35 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 970702017..5c1e8d53f 100644 --- a/test/cases/030_security/010_ports/test.yml +++ b/test/cases/030_security/010_ports/test.yml @@ -12,7 +12,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 e8d3f2b18..e94223783 100644 --- a/test/cases/040_packages/002_binfmt/test.yml +++ b/test/cases/040_packages/002_binfmt/test.yml @@ -14,7 +14,7 @@ onboot: - /proc/sys/fs/binfmt_misc:/binfmt_misc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 4ab73369d..f603905e8 100644 --- a/test/cases/040_packages/003_ca-certificates/test.yml +++ b/test/cases/040_packages/003_ca-certificates/test.yml @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 f62dd06f6..c0fe82c71 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -18,9 +18,9 @@ onboot: image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:d63fd9049c8c614de81276ae62a99dab3af095e2 + image: linuxkit/test-containerd:f910e9f093683ea9080df8c26ddb6da04784a7e9 - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 trust: org: - linuxkit diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index ca5b6087b..501e26ec7 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -15,7 +15,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 182f49e4d..05733fc6d 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 @@ -16,7 +16,7 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 6a6b98c03..bcef1e9ad 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test.yml @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 67997dd27..4e81c48d9 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 @@ -20,7 +20,7 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 7fe659dc3..cec96be00 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -21,7 +21,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 a6995d345..fba42a9cf 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 @@ -17,7 +17,7 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 3a9969447..423dfaedc 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test.yml @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 d07f136d9..9ed49f201 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 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 f5ffe8d84..e52b6d914 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 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 0d499b13a..882b94874 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 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 99033a08e..7c1a89a35 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 @@ -21,7 +21,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 082a394f4..12f2b9a4c 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 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 969bac310..1efa2fe29 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 @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 f5e035e42..c2343ae73 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 @@ -25,7 +25,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 9c9f22332..7b385370d 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -8,7 +8,7 @@ onboot: - name: mkimage image: linuxkit/mkimage:b06b6487f585efef71d5a99a93d36301842a94cf - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 trust: org: - linuxkit diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 90cffea62..e03e8fe53 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d onboot: - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 trust: org: - linuxkit diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 83cdbff89..760fe45a0 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -16,7 +16,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index ba9278b0e..f5b61d8b0 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -11,7 +11,7 @@ onboot: binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index 166554e71..50c797757 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -12,9 +12,9 @@ onboot: image: linuxkit/dhcpcd:v0.3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 + image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 717ac094e..f6b36bb37 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -14,7 +14,7 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae + image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: From 1de059188ba539056fdd7d0bdd33d0442e4d184c Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 13:18:03 +0100 Subject: [PATCH 6/9] pkgs: Update packages to latest alpine base Signed-off-by: Rolf Neugebauer --- pkg/acpid/Dockerfile | 4 ++-- pkg/auditd/Dockerfile | 2 +- pkg/binfmt/Dockerfile | 4 ++-- pkg/ca-certificates/Dockerfile | 2 +- pkg/cadvisor/Dockerfile | 4 ++-- pkg/containerd/Dockerfile | 2 +- pkg/dhcpcd/Dockerfile | 2 +- pkg/extend/Dockerfile | 4 ++-- pkg/firmware-all/Dockerfile | 2 +- pkg/firmware/Dockerfile | 2 +- pkg/format/Dockerfile | 4 ++-- pkg/getty/Dockerfile | 2 +- pkg/host-timesync-daemon/Dockerfile | 2 +- pkg/init/Dockerfile | 4 ++-- pkg/ip/Dockerfile | 2 +- pkg/metadata/Dockerfile | 2 +- pkg/mkimage/Dockerfile | 2 +- pkg/modprobe/Dockerfile | 2 +- pkg/mount/Dockerfile | 4 ++-- pkg/node_exporter/Dockerfile | 2 +- pkg/open-vm-tools/Dockerfile | 2 +- pkg/openntpd/Dockerfile | 2 +- pkg/qemu-ga/Dockerfile | 2 +- pkg/rngd/Dockerfile | 2 +- pkg/runc/Dockerfile | 2 +- pkg/sshd/Dockerfile | 2 +- pkg/swap/Dockerfile | 2 +- pkg/sysctl/Dockerfile | 2 +- pkg/sysfs/Dockerfile | 2 +- pkg/trim-after-delete/Dockerfile | 2 +- pkg/tss/Dockerfile | 2 +- pkg/vpnkit-expose-port/Dockerfile | 2 +- pkg/vpnkit-forwarder/Dockerfile | 2 +- pkg/vsudd/Dockerfile | 2 +- 34 files changed, 41 insertions(+), 41 deletions(-) diff --git a/pkg/acpid/Dockerfile b/pkg/acpid/Dockerfile index fed6eb2e1..54f36cb68 100644 --- a/pkg/acpid/Dockerfile +++ b/pkg/acpid/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -6,7 +6,7 @@ RUN apk add --no-cache --initdb -p /out \ busybox RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror2 +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror2 RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ busybox-initscripts diff --git a/pkg/auditd/Dockerfile b/pkg/auditd/Dockerfile index 1afe7ac22..07053b00f 100644 --- a/pkg/auditd/Dockerfile +++ b/pkg/auditd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --initdb -p /out alpine-baselayout apk-tools audit busybox tini diff --git a/pkg/binfmt/Dockerfile b/pkg/binfmt/Dockerfile index 5fa98e754..cd912216d 100644 --- a/pkg/binfmt/Dockerfile +++ b/pkg/binfmt/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS qemu +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS qemu RUN apk add \ qemu-aarch64 \ qemu-arm \ qemu-ppc64le -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/ca-certificates/Dockerfile b/pkg/ca-certificates/Dockerfile index 1343c30d5..d5cbe2d83 100644 --- a/pkg/ca-certificates/Dockerfile +++ b/pkg/ca-certificates/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 as alpine +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine RUN apk add ca-certificates diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index 3adbb1c36..6c3d42967 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 as build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build RUN apk add --no-cache bash go git musl-dev linux-headers make @@ -16,7 +16,7 @@ RUN go get -d ${GITREPO} \ && mv cadvisor /usr/bin/ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index e613935e0..8d56b4621 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 as alpine +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine RUN apk add tzdata WORKDIR $GOPATH/src/github.com/containerd/containerd diff --git a/pkg/dhcpcd/Dockerfile b/pkg/dhcpcd/Dockerfile index 3f8bf90e6..2659ac345 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/extend/Dockerfile b/pkg/extend/Dockerfile index 0d1be79c4..463bb7f66 100644 --- a/pkg/extend/Dockerfile +++ b/pkg/extend/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/firmware-all/Dockerfile b/pkg/firmware-all/Dockerfile index 3252ee742..5d9723cce 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache git # Make sure you also update the FW_COMMIT in ../firmware/Dockerfile diff --git a/pkg/firmware/Dockerfile b/pkg/firmware/Dockerfile index 4db13ed2c..3973965a8 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -1,7 +1,7 @@ # Make modules from a recentish kernel available FROM linuxkit/kernel:4.14.28 AS kernel -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache git kmod # Clone the firmware repository diff --git a/pkg/format/Dockerfile b/pkg/format/Dockerfile index d3b08844d..6df12a50c 100644 --- a/pkg/format/Dockerfile +++ b/pkg/format/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/getty/Dockerfile b/pkg/getty/Dockerfile index 71f95d994..f8716a841 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/host-timesync-daemon/Dockerfile b/pkg/host-timesync-daemon/Dockerfile index 796ed0fd4..7235efd4d 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go musl-dev git ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/init/Dockerfile b/pkg/init/Dockerfile index cb47d95d4..b425c8b5f 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers ADD usermode-helper.c ./ @@ -19,7 +19,7 @@ RUN mkdir /tmp/bin && cd /tmp/bin/ && cp /go/bin/rc.init . && ln -s rc.init rc.s RUN cd /go/src/cmd/service && ./skanky-vendor.sh $GOPATH/src/github.com/containerd/containerd RUN go-compile.sh /go/src/cmd/service -FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index 67f7a4893..5872efff0 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add curl RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/metadata/Dockerfile b/pkg/metadata/Dockerfile index 4e9360bb6..e67c7a1e5 100644 --- a/pkg/metadata/Dockerfile +++ b/pkg/metadata/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/mkimage/Dockerfile b/pkg/mkimage/Dockerfile index 778f329e4..40ae12ddb 100644 --- a/pkg/mkimage/Dockerfile +++ b/pkg/mkimage/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/modprobe/Dockerfile b/pkg/modprobe/Dockerfile index 518839e56..1a189a9d7 100644 --- a/pkg/modprobe/Dockerfile +++ b/pkg/modprobe/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/mount/Dockerfile b/pkg/mount/Dockerfile index 0651df42d..1f3dfd27c 100644 --- a/pkg/mount/Dockerfile +++ b/pkg/mount/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -9,7 +9,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/node_exporter/Dockerfile b/pkg/node_exporter/Dockerfile index 263320e4e..d3615348b 100644 --- a/pkg/node_exporter/Dockerfile +++ b/pkg/node_exporter/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 as build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build RUN apk add --no-cache go git musl-dev make diff --git a/pkg/open-vm-tools/Dockerfile b/pkg/open-vm-tools/Dockerfile index b28eb4d02..846470cc2 100644 --- a/pkg/open-vm-tools/Dockerfile +++ b/pkg/open-vm-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/openntpd/Dockerfile b/pkg/openntpd/Dockerfile index 2de2e7b68..9ed299105 100644 --- a/pkg/openntpd/Dockerfile +++ b/pkg/openntpd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/qemu-ga/Dockerfile b/pkg/qemu-ga/Dockerfile index 540c5d3da..294ed24da 100644 --- a/pkg/qemu-ga/Dockerfile +++ b/pkg/qemu-ga/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/var/run RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/rngd/Dockerfile b/pkg/rngd/Dockerfile index 403793ee6..a6595a9e7 100644 --- a/pkg/rngd/Dockerfile +++ b/pkg/rngd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go gcc musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index c2c24cac2..403f15e77 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:02d7e748614512ea099e8c76254e41bcea03ba8f as alpine +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine # containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7 # Use the same version of go for consistency. RUN \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index db1d89405..7969ef8d0 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/swap/Dockerfile b/pkg/swap/Dockerfile index 2f359dd70..5abb4f881 100644 --- a/pkg/swap/Dockerfile +++ b/pkg/swap/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/sysctl/Dockerfile b/pkg/sysctl/Dockerfile index 80e9f5a34..8532c09e1 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/sysfs/Dockerfile b/pkg/sysfs/Dockerfile index a54728fd6..5d607c0e7 100644 --- a/pkg/sysfs/Dockerfile +++ b/pkg/sysfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/trim-after-delete/Dockerfile b/pkg/trim-after-delete/Dockerfile index 40d4e8476..f8143bb9c 100644 --- a/pkg/trim-after-delete/Dockerfile +++ b/pkg/trim-after-delete/Dockerfile @@ -1,5 +1,5 @@ # We need the `fstrim` binary: -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/tss/Dockerfile b/pkg/tss/Dockerfile index 08a868ae5..a4944eede 100644 --- a/pkg/tss/Dockerfile +++ b/pkg/tss/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build ENV TROUSERS_COMMIT de57f069ef2297d6a6b3a0353e217a5a2f66e444 ENV TPM_TOOLS_COMMIT bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84 diff --git a/pkg/vpnkit-expose-port/Dockerfile b/pkg/vpnkit-expose-port/Dockerfile index 9ef669df6..3bc4e47c6 100644 --- a/pkg/vpnkit-expose-port/Dockerfile +++ b/pkg/vpnkit-expose-port/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/vpnkit-forwarder/Dockerfile b/pkg/vpnkit-forwarder/Dockerfile index 810eb0277..410a2a1e7 100644 --- a/pkg/vpnkit-forwarder/Dockerfile +++ b/pkg/vpnkit-forwarder/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/vsudd/Dockerfile b/pkg/vsudd/Dockerfile index 4e7215263..a41314ce7 100644 --- a/pkg/vsudd/Dockerfile +++ b/pkg/vsudd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror +FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin From 440ec4a4c49ff027822cd2d677d7ec877cad4b8d Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 14:32:14 +0100 Subject: [PATCH 7/9] Update package tags to v0.4 Signed-off-by: Rolf Neugebauer --- contrib/crosvm/README.md | 8 ++-- examples/aws.yml | 18 ++++----- examples/azure.yml | 16 ++++---- examples/cadvisor.yml | 26 ++++++------ examples/docker-for-mac.yml | 40 +++++++++---------- examples/docker.yml | 24 +++++------ examples/gcp.yml | 20 +++++----- examples/getty.yml | 16 ++++---- examples/hostmount-writeable-overlay.yml | 16 ++++---- examples/influxdb-os.yml | 12 +++--- examples/minimal.yml | 10 ++--- examples/node_exporter.yml | 14 +++---- examples/openstack.yml | 18 ++++----- examples/packet.arm64.yml | 2 +- examples/packet.yml | 24 +++++------ examples/redis-os.yml | 10 ++--- examples/rt-for-vmware.yml | 18 ++++----- examples/sshd.yml | 20 +++++----- examples/swap.yml | 22 +++++----- examples/tpm.yml | 18 ++++----- examples/vmware.yml | 16 ++++---- examples/vpnkit-forwarder.yml | 12 +++--- examples/vsudd-containerd.yml | 10 ++--- examples/vultr.yml | 20 +++++----- examples/wireguard.yml | 20 +++++----- linuxkit.yml | 16 ++++---- .../clear-containers/clear-containers.yml | 2 +- projects/compose/compose-dynamic.yml | 22 +++++----- projects/compose/compose-static.yml | 22 +++++----- projects/ima-namespace/ima-namespace.yml | 14 +++---- projects/landlock/landlock.yml | 2 +- projects/logging/examples/logging.yml | 14 +++---- projects/memorizer/memorizer.yml | 10 ++--- projects/miragesdk/examples/fdd.yml | 16 ++++---- projects/miragesdk/examples/mirage-dhcp.yml | 12 +++--- projects/okernel/examples/okernel_simple.yaml | 14 +++---- projects/shiftfs/shiftfs.yml | 16 ++++---- test/cases/000_build/000_formats/test.yml | 6 +-- .../000_qemu/000_run_kernel+initrd/test.yml | 4 +- .../000_qemu/005_run_kernel+squashfs/test.yml | 4 +- .../000_qemu/010_run_iso/test.yml | 4 +- .../000_qemu/020_run_efi/test.yml | 4 +- .../000_qemu/030_run_qcow_bios/test.yml | 4 +- .../000_qemu/040_run_raw_bios/test.yml | 4 +- .../000_qemu/050_run_aws/test.yml | 4 +- .../000_qemu/100_container/test.yml | 4 +- .../000_run_kernel+initrd/test.yml | 4 +- .../005_run_kernel+squashfs/test.yml | 4 +- .../010_hyperkit/010_acpi/test.yml | 8 ++-- .../020_kernel/000_config_4.4.x/test.yml | 4 +- .../020_kernel/001_config_4.9.x/test.yml | 4 +- .../020_kernel/006_config_4.14.x/test.yml | 4 +- .../020_kernel/008_config_4.16.x/test.yml | 4 +- test/cases/020_kernel/010_kmod_4.4.x/test.yml | 4 +- test/cases/020_kernel/011_kmod_4.9.x/test.yml | 4 +- .../cases/020_kernel/016_kmod_4.14.x/test.yml | 4 +- .../cases/020_kernel/018_kmod_4.16.x/test.yml | 4 +- .../cases/020_kernel/110_namespace/common.yml | 4 +- .../030_security/000_docker-bench/test.yml | 20 +++++----- test/cases/030_security/010_ports/test.yml | 4 +- test/cases/040_packages/002_binfmt/test.yml | 6 +-- .../040_packages/003_ca-certificates/test.yml | 6 +-- .../040_packages/003_containerd/test.yml | 16 ++++---- test/cases/040_packages/004_dhcpcd/test.yml | 6 +-- .../005_extend/000_ext4/test-create.yml | 8 ++-- .../040_packages/005_extend/000_ext4/test.yml | 8 ++-- .../005_extend/001_btrfs/test-create.yml | 10 ++--- .../005_extend/001_btrfs/test.yml | 10 ++--- .../005_extend/002_xfs/test-create.yml | 8 ++-- .../040_packages/005_extend/002_xfs/test.yml | 8 ++-- .../006_format_mount/000_auto/test.yml | 8 ++-- .../006_format_mount/001_by_label/test.yml | 8 ++-- .../006_format_mount/002_by_name/test.yml.in | 8 ++-- .../006_format_mount/003_btrfs/test.yml | 10 ++--- .../006_format_mount/004_xfs/test.yml | 8 ++-- .../005_by_device_force/test.yml | 14 +++---- .../006_format_mount/010_multiple/test.yml | 12 +++--- .../007_getty-containerd/test.yml | 12 +++--- .../040_packages/013_mkimage/mkimage.yml | 6 +-- test/cases/040_packages/013_mkimage/run.yml | 4 +- test/cases/040_packages/019_sysctl/test.yml | 6 +-- .../cases/040_packages/023_wireguard/test.yml | 14 +++---- test/hack/test-ltp.yml | 6 +-- test/hack/test.yml | 8 ++-- test/pkg/ns/template.yml | 4 +- 85 files changed, 459 insertions(+), 459 deletions(-) diff --git a/contrib/crosvm/README.md b/contrib/crosvm/README.md index 74bbab86d..84a94c671 100644 --- a/contrib/crosvm/README.md +++ b/contrib/crosvm/README.md @@ -33,12 +33,12 @@ kernel: image: linuxkit/kernel:4.9.91 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 services: - name: getty - image: linuxkit/getty:v0.3 + image: linuxkit/getty:v0.4 env: - INSECURE=true trust: diff --git a/examples/aws.yml b/examples/aws.yml index 5fa774896..8b9eb1bd3 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd + image: linuxkit/metadata:v0.4 services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/azure.yml b/examples/azure.yml index 0e00386e1..e7f51e2af 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index c287a5098..9f3e5441a 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 + image: linuxkit/sysfs:v0.4 - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: ntpd - image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 + image: linuxkit/openntpd:v0.4 - name: docker image: docker:17.10.0-ce-dind @@ -46,7 +46,7 @@ services: - /etc/docker/daemon.json:/etc/docker/daemon.json command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: cadvisor - image: linuxkit/cadvisor:9a4b626e808c6a961bf17c8c3eb8adbe55f94e20 + image: linuxkit/cadvisor:v0.4 files: - path: var/lib/docker directory: true diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 3d50d8b6f..f90fe82ad 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -3,30 +3,30 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:4e2ea826aaefdd196c7473255654d06ad96c4c21 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/vpnkit-expose-port:v0.4 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd + image: linuxkit/metadata:v0.4 - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: sysfs - image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 + image: linuxkit/sysfs:v0.4 - name: binfmt - image: linuxkit/binfmt:aa7909fd14c251948a83edb5398b4fb7d5153ad1 + image: linuxkit/binfmt:v0.4 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb + image: linuxkit/swap:v0.4 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:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:6c05004a07f4f9228aec89605d5c72b184695d2a + image: linuxkit/acpid:v0.4 # Enable getty for easier debugging - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 + image: linuxkit/openntpd:v0.4 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b + image: linuxkit/vsudd:v0.4 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:49b506c4dab8789fd42b216c35a4eb1cca503b32 + image: linuxkit/vpnkit-forwarder:v0.4 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:9e62cea1246d66659bc1a74987f5f4c40e04de83 + image: linuxkit/trim-after-delete:v0.4 # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:921f623f1d12b7a79417370c4628752c495e7ee8 + image: linuxkit/host-timesync-daemon:v0.4 # Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container. # Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit # for vpnkit coordination and /run/config/docker for the configuration file. diff --git a/examples/docker.yml b/examples/docker.yml index 6dd2a86e3..15c0f4741 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: sysfs - image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 + image: linuxkit/sysfs:v0.4 - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: ntpd - image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 + image: linuxkit/openntpd:v0.4 - name: docker image: docker:17.09.0-ce-dind capabilities: diff --git a/examples/gcp.yml b/examples/gcp.yml index 226a35f6a..4061fef77 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd + image: linuxkit/metadata:v0.4 services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/getty.yml b/examples/getty.yml index 59a9771aa..94ea6966d 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index ee94a478f..6461116c3 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,7 +18,7 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true runtime: @@ -30,7 +30,7 @@ services: destination: writeable-host-etc options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"] - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 4ca945260..1cfa84c77 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: influxdb diff --git a/examples/minimal.yml b/examples/minimal.yml index 71d8efe23..87edbc60f 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true trust: diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 1385e532a..ba77b77d3 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: node_exporter - image: linuxkit/node_exporter:693341bd019aeca0e9a6bf33bdbc5f46aa2bf2a1 + image: linuxkit/node_exporter:v0.4 trust: org: - linuxkit diff --git a/examples/openstack.yml b/examples/openstack.yml index d015b8345..582a077ac 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd + image: linuxkit/metadata:v0.4 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index 028ab834f..9ea04c0c7 100644 --- a/examples/packet.arm64.yml +++ b/examples/packet.arm64.yml @@ -10,5 +10,5 @@ kernel: ucode: "" onboot: - name: modprobe - image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976 + image: linuxkit/modprobe:v0.4 command: ["modprobe", "nicvf"] diff --git a/examples/packet.yml b/examples/packet.yml index 9407f6d31..7a9ed8546 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - - linuxkit/firmware:177575af191cf16e19c4989200e40f11422c3b32 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 + - linuxkit/firmware:v0.4 onboot: - name: rngd1 - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd + image: linuxkit/metadata:v0.4 command: ["/usr/bin/metadata", "packet"] services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 040288346..af7011193 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true # Currently redis:4.0.6-alpine has trust issue with multi-arch diff --git a/examples/rt-for-vmware.yml b/examples/rt-for-vmware.yml index 913492e6b..6ebcb98e5 100644 --- a/examples/rt-for-vmware.yml +++ b/examples/rt-for-vmware.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.34-rt cmdline: "console=tty0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: open-vm-tools - image: linuxkit/open-vm-tools:435f47c1a8c004b3626da21eb17fcebcc628714a + image: linuxkit/open-vm-tools:v0.4 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/sshd.yml b/examples/sshd.yml index 6dfe5f440..bde57e92c 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: rngd1 - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/swap.yml b/examples/swap.yml index 7b09f3496..ad8892359 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb + image: linuxkit/swap:v0.4 # 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:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 trust: org: - linuxkit diff --git a/examples/tpm.yml b/examples/tpm.yml index 39cf517f0..7371fd220 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:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: tss - image: linuxkit/tss:0f21e6d31c81a6eaa9f08638b87f678144ea9217 + image: linuxkit/tss:v0.4 - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 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 b09775061..fa9d36c3b 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 7cfca1240..2e962e58e 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.7 @@ -19,9 +19,9 @@ 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:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:49b506c4dab8789fd42b216c35a4eb1cca503b32 + image: linuxkit/vpnkit-forwarder:v0.4 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 98cf0c8aa..6f4f47868 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b + image: linuxkit/vsudd:v0.4 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/vultr.yml b/examples/vultr.yml index 226a35f6a..4061fef77 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd + image: linuxkit/metadata:v0.4 services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 74376a10a..58c3ccf83 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96 + image: linuxkit/ip:v0.4 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96 + image: linuxkit/ip:v0.4 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 1f4809544..c48e1c8b0 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:v0.3 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:v0.3 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:v0.3 + image: linuxkit/dhcpcd:v0.4 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:v0.3 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.3 + image: linuxkit/rngd:v0.4 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index 158cf4e3e..0a3c53e9c 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:11929b0007b87384f7372e9265067479c4616586 + - linuxkit/init:v0.4 onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index a509845f3..ac5a2e974 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: sysfs - image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 + image: linuxkit/sysfs:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: ntpd - image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 + image: linuxkit/openntpd:v0.4 - name: docker image: docker:17.07.0-ce-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index a91ef28ef..e67182cb3 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: sysfs - image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 + image: linuxkit/sysfs:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: ntpd - image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 + image: linuxkit/openntpd:v0.4 - name: docker image: docker:17.07.0-ce-dind capabilities: diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index 058f09584..8ae4c4f0c 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:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index 3fe58f035..dbad2b5fb 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:11929b0007b87384f7372e9265067479c4616586 + - linuxkit/init:v0.4 - 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 f75f5be11..f3eee6e12 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 - linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index ff7e5e969..9849ec9fc 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:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index c721466e9..22ed286a1 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:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 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 e7aa87ba5..4f69dcc63 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcp-client image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 net: host @@ -28,9 +28,9 @@ onboot: - /lib:/lib # for ifconfig services: - name: sshd - image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb + image: linuxkit/sshd:v0.4 - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 033f3ac9a..5ee5a71c2 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:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 services: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index fc6e8f2d0..1d3da7ea6 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:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 75e078db5..9924f9e31 100644 --- a/test/cases/000_build/000_formats/test.yml +++ b/test/cases/000_build/000_formats/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] trust: org: diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml index 0974d591a..c3a5b513f 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 diff --git a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml index 0974d591a..c3a5b513f 100644 --- a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 2bdff925c..d95f166d7 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 55150dbf5..41871ac4b 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml index 55150dbf5..41871ac4b 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 diff --git a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml index 55150dbf5..41871ac4b 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 diff --git a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml index 55150dbf5..41871ac4b 100644 --- a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml +++ b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 e919eceef..b6d48022b 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml index 55150dbf5..41871ac4b 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 diff --git a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml index 55150dbf5..41871ac4b 100644 --- a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 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 f6e74653d..f03e3d204 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.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 services: - name: acpid - image: linuxkit/acpid:6c05004a07f4f9228aec89605d5c72b184695d2a + image: linuxkit/acpid:v0.4 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 66093b5d4..b648833ef 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.4.131 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 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 088661883..e38e5f3f9 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.99 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 diff --git a/test/cases/020_kernel/006_config_4.14.x/test.yml b/test/cases/020_kernel/006_config_4.14.x/test.yml index d7478f0ea..08cb22d4b 100644 --- a/test/cases/020_kernel/006_config_4.14.x/test.yml +++ b/test/cases/020_kernel/006_config_4.14.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 diff --git a/test/cases/020_kernel/008_config_4.16.x/test.yml b/test/cases/020_kernel/008_config_4.16.x/test.yml index 21f670114..051a12a91 100644 --- a/test/cases/020_kernel/008_config_4.16.x/test.yml +++ b/test/cases/020_kernel/008_config_4.16.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.16.8 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.yml b/test/cases/020_kernel/010_kmod_4.4.x/test.yml index 10c25a1cf..d4b931cca 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/test.yml +++ b/test/cases/020_kernel/010_kmod_4.4.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.4.131 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.yml b/test/cases/020_kernel/011_kmod_4.9.x/test.yml index 7a195d265..84209cc13 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/test.yml +++ b/test/cases/020_kernel/011_kmod_4.9.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.99 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.yml b/test/cases/020_kernel/016_kmod_4.14.x/test.yml index 720ab8a32..ee544ac03 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/018_kmod_4.16.x/test.yml b/test/cases/020_kernel/018_kmod_4.16.x/test.yml index 3fa0cc930..27525065c 100644 --- a/test/cases/020_kernel/018_kmod_4.16.x/test.yml +++ b/test/cases/020_kernel/018_kmod_4.16.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.16.8 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index 65b32e190..60953fb7d 100644 --- a/test/cases/020_kernel/110_namespace/common.yml +++ b/test/cases/020_kernel/110_namespace/common.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 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 65c8804b0..760e4113a 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.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: sysfs - image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 + image: linuxkit/sysfs:v0.4 - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 + image: linuxkit/rngd:v0.4 - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 - name: docker image: docker:17.07.0-ce-dind capabilities: diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 5c1e8d53f..9c4344155 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.14.40 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: test image: alpine:3.7 diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index e94223783..cd25ba339 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: binfmt - image: linuxkit/binfmt:aa7909fd14c251948a83edb5398b4fb7d5153ad1 + image: linuxkit/binfmt:v0.4 - name: test image: alpine:3.7 binds: diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index f603905e8..b408a8a71 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: test image: alpine:3.7 diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index c0fe82c71..aa10f68f8 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib"] - name: test image: linuxkit/test-containerd:f910e9f093683ea9080df8c26ddb6da04784a7e9 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 501e26ec7..67181320e 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test image: alpine:3.7 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 05733fc6d..a06d3f10c 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 bcef1e9ad..699dab23b 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: extend - image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df + image: linuxkit/extend:v0.4 - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 4e81c48d9..f3eea6203 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,17 +2,17 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: modprobe - image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976 + image: linuxkit/modprobe:v0.4 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 cec96be00..d3fe5a2b7 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: modprobe - image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976 + image: linuxkit/modprobe:v0.4 command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df + image: linuxkit/extend:v0.4 command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 fba42a9cf..9ca277875 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 423dfaedc..2db844cee 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: extend - image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df + image: linuxkit/extend:v0.4 command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 9ed49f201..62406d001 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 e52b6d914..e04ca7248 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: test image: alpine:3.7 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 882b94874..838c8158b 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 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"] - name: test image: alpine:3.7 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 7c1a89a35..b8c635e2e 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,17 +2,17 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: modprobe - image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976 + image: linuxkit/modprobe:v0.4 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 12f2b9a4c..c9affedda 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.7 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 1efa2fe29..f134222a1 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 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 binds: - /check.sh:/check.sh command: ["sh", "./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 c2343ae73..5ed476ad9 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 + image: linuxkit/format:v0.4 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe + image: linuxkit/mount:v0.4 command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"] - name: test image: alpine:3.7 diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index 6ce75a3b1..d84ea784c 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 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 + image: linuxkit/getty:v0.4 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 7b385370d..f55ef28bb 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: mkimage - image: linuxkit/mkimage:b06b6487f585efef71d5a99a93d36301842a94cf + image: linuxkit/mkimage:v0.4 - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 trust: diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index e03e8fe53..460578afc 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: poweroff image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 760fe45a0..841a2d890 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: sysctl - image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 + image: linuxkit/sysctl:v0.4 - name: test image: alpine:3.7 net: host diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 62894ed9e..73d2fc02d 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.14.40 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 + - linuxkit/ca-certificates:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96 + image: linuxkit/ip:v0.4 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96 + image: linuxkit/ip:v0.4 net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index f5b61d8b0..995206566 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd diff --git a/test/hack/test.yml b/test/hack/test.yml index 50c797757..5bb2eb647 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,12 +4,12 @@ kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 + - linuxkit/containerd:v0.4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.3 + image: linuxkit/dhcpcd:v0.4 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index f6b36bb37..e46dd6d9f 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,8 +3,8 @@ kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=ttyS0" init: - - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d + - linuxkit/init:v0.4 + - linuxkit/runc:v0.4 onboot: - name: test-ns image: linuxkit/test-ns: From d6d5a66a1c087d2aedab49139bb6f0a53ba2f6f8 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 14:34:40 +0100 Subject: [PATCH 8/9] build: Bump version to v0.4 Signed-off-by: Rolf Neugebauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76493d5a0..a2c0d1275 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ default: bin/linuxkit bin/rtf all: default -VERSION="v0.3+" +VERSION="v0.4" GIT_COMMIT=$(shell git rev-list -1 HEAD) GO_COMPILE=linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79 From f84c13a5decd24b4bf844cb6b0a275ac5673b75a Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 12 May 2018 14:51:54 +0100 Subject: [PATCH 9/9] Add entry in CHANGELOG.md for v0.4 Signed-off-by: Rolf Neugebauer --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996e159d6..7cd793d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [v0.4] - 2018-05-12 +### Added +- Support for v4.16.x kernels. +- Support for MPLS, USB_STORAGE, and SCTP support in the kernel config. +- Support for creating and booting from squashfs root filesystems. +- Super experimental support for crosvm. +- Support for compiling with go 1.10. +- Adjusted hyperkit support to be compatible with soon to be released Docker for Mac changes. + +### Changed +- `containerd` updated to v1.1.0. +- WireGuard updated to 0.0.20180420. +- Intel CPU microcode update to 20180425. + +### Removed +- Support for v4.15.x. kernels as they have been EOLed. +- `perf` support for 4.9.x kernels (the compile broke). + + ## [v0.3] - 2018-04-05 ### Added - Initial `s390x` support.