From 6c4eac84c23456b0522a9adc36bfc1dcb306ad06 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:50:35 +0200 Subject: [PATCH 1/8] Update linuxkit/alpine Signed-off-by: Avi Deitcher --- tools/alpine/packages | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/alpine/packages b/tools/alpine/packages index 8d383608a..3c1775e0f 100644 --- a/tools/alpine/packages +++ b/tools/alpine/packages @@ -77,6 +77,7 @@ linux-headers llvm llvm-dev llvm-static +llvm17-gtest lsscsi lvm2 make From 09c85aa0ad88d8ef48a232319d0368dada4c2153 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:53:19 +0200 Subject: [PATCH 2/8] tools/alpine: Update to latest Signed-off-by: Avi Deitcher --- tools/alpine/versions.aarch64 | 3 ++- tools/alpine/versions.x86_64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/alpine/versions.aarch64 b/tools/alpine/versions.aarch64 index 6457fd148..f00c87e3b 100644 --- a/tools/alpine/versions.aarch64 +++ b/tools/alpine/versions.aarch64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:991944e6c81e93544a51d75fee27f14907db92df-arm64 +# linuxkit/alpine:0268de5743ac3a07d48ef10d5094dd71f5ec95b9-arm64 # automatically generated list of installed packages abuild-3.12.0-r0 acpid-2.0.34-r3 @@ -258,6 +258,7 @@ linux-headers-6.5-r0 linux-pam-1.5.3-r7 llvm17-17.0.5-r0 llvm17-dev-17.0.5-r0 +llvm17-gtest-17.0.5-r0 llvm17-libs-17.0.5-r0 llvm17-linker-tools-17.0.5-r0 llvm17-static-17.0.5-r0 diff --git a/tools/alpine/versions.x86_64 b/tools/alpine/versions.x86_64 index 20d71f771..edd413f95 100644 --- a/tools/alpine/versions.x86_64 +++ b/tools/alpine/versions.x86_64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:b7e5dec687492bd70c342a26843e53332ebaaec9-amd64 +# linuxkit/alpine:274be29eef00fcb451da97883a313e21606a859e-amd64 # automatically generated list of installed packages abuild-3.12.0-r0 acpid-2.0.34-r3 @@ -259,6 +259,7 @@ linux-headers-6.5-r0 linux-pam-1.5.3-r7 llvm17-17.0.5-r0 llvm17-dev-17.0.5-r0 +llvm17-gtest-17.0.5-r0 llvm17-libs-17.0.5-r0 llvm17-linker-tools-17.0.5-r0 llvm17-static-17.0.5-r0 From a538a1efcfeaa8ec9e8894c7ed66c2a600fdb851 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:53:56 +0200 Subject: [PATCH 3/8] tools: Update to the latest linuxkit/alpine Signed-off-by: Avi Deitcher --- tools/containerd-dev/Dockerfile | 2 +- tools/go-compile/Dockerfile | 2 +- tools/mkimage-iso-bios/Dockerfile | 2 +- tools/mkimage-iso-efi-initrd/Dockerfile | 2 +- tools/mkimage-iso-efi/Dockerfile | 2 +- tools/mkimage-iso/Dockerfile | 2 +- tools/mkimage-qcow2-efi/Dockerfile | 2 +- tools/mkimage-raw-bios/Dockerfile | 2 +- tools/mkimage-raw-efi/Dockerfile | 2 +- tools/mkimage-squashfs/Dockerfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/containerd-dev/Dockerfile b/tools/containerd-dev/Dockerfile index effc50992..6e1de319f 100644 --- a/tools/containerd-dev/Dockerfile +++ b/tools/containerd-dev/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as builder +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 as builder # checkout and compile containerd diff --git a/tools/go-compile/Dockerfile b/tools/go-compile/Dockerfile index 507be50d5..9103c761e 100644 --- a/tools/go-compile/Dockerfile +++ b/tools/go-compile/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 fbdd9de00..3c56e2c0a 100644 --- a/tools/mkimage-iso-bios/Dockerfile +++ b/tools/mkimage-iso-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/tools/mkimage-iso-efi-initrd/Dockerfile b/tools/mkimage-iso-efi-initrd/Dockerfile index 5598efcfd..80d578559 100644 --- a/tools/mkimage-iso-efi-initrd/Dockerfile +++ b/tools/mkimage-iso-efi-initrd/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:292deb743d85eb79cbd5b163841db8ccd2500677 AS grub -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/tools/mkimage-iso-efi/Dockerfile b/tools/mkimage-iso-efi/Dockerfile index 41aca2405..533ae050f 100644 --- a/tools/mkimage-iso-efi/Dockerfile +++ b/tools/mkimage-iso-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:292deb743d85eb79cbd5b163841db8ccd2500677 AS grub -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/tools/mkimage-iso/Dockerfile b/tools/mkimage-iso/Dockerfile index 7c96e88aa..8083afad6 100644 --- a/tools/mkimage-iso/Dockerfile +++ b/tools/mkimage-iso/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/tools/mkimage-qcow2-efi/Dockerfile b/tools/mkimage-qcow2-efi/Dockerfile index 26d4c03ef..6b309d717 100644 --- a/tools/mkimage-qcow2-efi/Dockerfile +++ b/tools/mkimage-qcow2-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:292deb743d85eb79cbd5b163841db8ccd2500677 AS grub -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/tools/mkimage-raw-bios/Dockerfile b/tools/mkimage-raw-bios/Dockerfile index 25438b664..1aa91b9d5 100644 --- a/tools/mkimage-raw-bios/Dockerfile +++ b/tools/mkimage-raw-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/tools/mkimage-raw-efi/Dockerfile b/tools/mkimage-raw-efi/Dockerfile index f715481e8..3d2dfcf16 100644 --- a/tools/mkimage-raw-efi/Dockerfile +++ b/tools/mkimage-raw-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:292deb743d85eb79cbd5b163841db8ccd2500677 AS grub -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/tools/mkimage-squashfs/Dockerfile b/tools/mkimage-squashfs/Dockerfile index 353ba9097..bfd82a800 100644 --- a/tools/mkimage-squashfs/Dockerfile +++ b/tools/mkimage-squashfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 9cf5d809e8a05f8c18dafd6135ea7f6b4f94efed Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:54:09 +0200 Subject: [PATCH 4/8] Update use of tools to latest Signed-off-by: Avi Deitcher --- pkg/containerd/Dockerfile | 2 +- pkg/init/Dockerfile | 2 +- src/cmd/linuxkit/moby/images.yaml | 16 ++++++++-------- test/pkg/containerd/Dockerfile | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index ba2ae9fbd..395f3438d 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -4,7 +4,7 @@ FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as alpine RUN apk add tzdata binutils RUN mkdir -p /etc/init.d && ln -s /usr/bin/service /etc/init.d/020-containerd -FROM linuxkit/containerd-dev:c6f84bdaf33d4355e97290e0ece3bf17bbcfd316 as containerd-dev +FROM linuxkit/containerd-dev:8f880c3f91e9d43d8d3e754847335e57980836ed as containerd-dev FROM scratch ENTRYPOINT [] diff --git a/pkg/init/Dockerfile b/pkg/init/Dockerfile index 4b5ab9d20..0f53b0755 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/init for linuxkit -FROM linuxkit/containerd-dev:c6f84bdaf33d4355e97290e0ece3bf17bbcfd316 AS containerd-dev +FROM linuxkit/containerd-dev:8f880c3f91e9d43d8d3e754847335e57980836ed AS containerd-dev FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers diff --git a/src/cmd/linuxkit/moby/images.yaml b/src/cmd/linuxkit/moby/images.yaml index 73dc580c9..604ce4bbe 100644 --- a/src/cmd/linuxkit/moby/images.yaml +++ b/src/cmd/linuxkit/moby/images.yaml @@ -1,12 +1,12 @@ - iso: linuxkit/mkimage-iso:adafb2e4fe90ceb4545c517ea7ccbfde02a06b31 - iso-bios: linuxkit/mkimage-iso-bios:b5654a10db5e22c2b1aef78adb890b14703127a4 - iso-efi: linuxkit/mkimage-iso-efi:9be2fef27190e0dcd8781746104a75b2307e9224 - iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:b7c45c4438243c48eac5dae77541407713dfedb1 - raw-bios: linuxkit/mkimage-raw-bios:05f8f446137f4b7327724350aaf0d2fcaead17f3 - raw-efi: linuxkit/mkimage-raw-efi:873f8c73eb15a51d2d46342f83c61d94430a73bb - squashfs: linuxkit/mkimage-squashfs:5840793b5df4abf0158b03654058bec9183146a4 + iso: linuxkit/mkimage-iso:5817aea86740ed075deff0909591dfc0c8df507d + iso-bios: linuxkit/mkimage-iso-bios:ad733f5e2331625b2791fa03ba104c4919be792e + iso-efi: linuxkit/mkimage-iso-efi:935f389ff4cb320a2dddc341acaddd35d647711d + iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:7ab684beebb9cb4c76b1b15c252ea9a8713f44d9 + raw-bios: linuxkit/mkimage-raw-bios:784a31d7b2558eb52004417fda79f4b805ac56c8 + raw-efi: linuxkit/mkimage-raw-efi:14ec8d5550d0f6732370ea9dabcdce39dd13c521 + squashfs: linuxkit/mkimage-squashfs:19269c54a9b00755501d73b101e6c53af057fde7 gcp: linuxkit/mkimage-gcp:035c2c2b4b958060c0b6bdd41d9cbc886a335098 - qcow2-efi: linuxkit/mkimage-qcow2-efi:b9b44471a8716da39b7fc02a5e61fd374a4a6f00 + qcow2-efi: linuxkit/mkimage-qcow2-efi:1d11c71a896921e72aa5c2262d29970c78861fa8 vhd: linuxkit/mkimage-vhd:91bcc7a6475f46a3d5d84cf6161f07c583dd9c21 dynamic-vhd: linuxkit/mkimage-dynamic-vhd:b755f8ff82c8631d18decaebb09867e7b88c2533 vmdk: linuxkit/mkimage-vmdk:20a370a55bd8d58c2ae9d634c297a955bb006efd diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index 6857b59bb..ade4beaae 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/containerd-dev:c6f84bdaf33d4355e97290e0ece3bf17bbcfd316 as containerd-dev +FROM linuxkit/containerd-dev:8f880c3f91e9d43d8d3e754847335e57980836ed as containerd-dev FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ # btrfs-progfs is required for btrfs test (mkfs.btrfs) From 1bd9e9b5a2ffea1860b02dbfae9255b27e129b08 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:54:20 +0200 Subject: [PATCH 5/8] tests: Update packages to the latest linuxkit/alpine Signed-off-by: Avi Deitcher --- test/pkg/containerd/Dockerfile | 2 +- test/pkg/docker-bench/Dockerfile | 2 +- test/pkg/kernel-config/Dockerfile | 2 +- test/pkg/ns/Dockerfile | 4 ++-- test/pkg/virtsock/Dockerfile | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index ade4beaae..7b6999832 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,5 +1,5 @@ FROM linuxkit/containerd-dev:8f880c3f91e9d43d8d3e754847335e57980836ed as containerd-dev -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 751054ccf..9d8aa8047 100644 --- a/test/pkg/docker-bench/Dockerfile +++ b/test/pkg/docker-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 d3a9ec2f6..3da892754 100644 --- a/test/pkg/kernel-config/Dockerfile +++ b/test/pkg/kernel-config/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 12933b956..28393e3ed 100644 --- a/test/pkg/ns/Dockerfile +++ b/test/pkg/ns/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache \ build-base \ git \ diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index aaaec2efa..a4743f70f 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache go musl-dev git make ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off From 8a23691591ac52c35f6346993cef97a6eb7599d0 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:54:43 +0200 Subject: [PATCH 6/8] Update use of test packages to latest Signed-off-by: Avi Deitcher --- test/cases/020_kernel/011_config_5.4.x/test.yml | 2 +- test/cases/020_kernel/013_config_5.10.x/test.yml | 2 +- test/cases/020_kernel/016_config_5.15.x/test.yml | 2 +- .../010_echo-tcp-ipv4-short-1con-single-reverse/test.yml | 2 +- .../010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml | 2 +- .../011_echo-tcp-ipv4-short-10con-single-reverse/test.yml | 2 +- .../010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml | 2 +- .../012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml | 2 +- .../010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml | 2 +- .../015_echo-tcp-ipv4-long-1con-single-reverse/test.yml | 2 +- .../010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml | 2 +- .../016_echo-tcp-ipv4-long-10con-single-reverse/test.yml | 2 +- .../010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml | 2 +- .../010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml | 2 +- .../010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml | 2 +- .../020_echo-tcp-ipv6-short-1con-single-reverse/test.yml | 2 +- .../010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml | 2 +- .../021_echo-tcp-ipv6-short-10con-single-reverse/test.yml | 2 +- .../010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml | 2 +- .../022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml | 2 +- .../010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml | 2 +- .../025_echo-tcp-ipv6-long-1con-single-reverse/test.yml | 2 +- .../010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml | 2 +- .../026_echo-tcp-ipv6-long-10con-single-reverse/test.yml | 2 +- .../010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml | 2 +- .../010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml | 2 +- .../010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml | 2 +- .../030_echo-udp-ipv4-short-1con-single-reverse/test.yml | 2 +- .../010_veth/030_echo-udp-ipv4-short-1con-single/test.yml | 2 +- .../031_echo-udp-ipv4-short-10con-single-reverse/test.yml | 2 +- .../010_veth/031_echo-udp-ipv4-short-10con-single/test.yml | 2 +- .../032_echo-udp-ipv4-short-5con-multi-reverse/test.yml | 2 +- .../010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml | 2 +- .../035_echo-udp-ipv4-long-1con-single-reverse/test.yml | 2 +- .../010_veth/035_echo-udp-ipv4-long-1con-single/test.yml | 2 +- .../036_echo-udp-ipv4-long-10con-single-reverse/test.yml | 2 +- .../010_veth/036_echo-udp-ipv4-long-10con-single/test.yml | 2 +- .../010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml | 2 +- .../010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml | 2 +- .../040_echo-udp-ipv6-short-1con-single-reverse/test.yml | 2 +- .../010_veth/040_echo-udp-ipv6-short-1con-single/test.yml | 2 +- .../041_echo-udp-ipv6-short-10con-single-reverse/test.yml | 2 +- .../010_veth/041_echo-udp-ipv6-short-10con-single/test.yml | 2 +- .../042_echo-udp-ipv6-short-5con-multi-reverse/test.yml | 2 +- .../010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml | 2 +- .../045_echo-udp-ipv6-long-1con-single-reverse/test.yml | 2 +- .../010_veth/045_echo-udp-ipv6-long-1con-single/test.yml | 2 +- .../046_echo-udp-ipv6-long-10con-single-reverse/test.yml | 2 +- .../010_veth/046_echo-udp-ipv6-long-10con-single/test.yml | 2 +- .../010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml | 2 +- .../010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml | 2 +- .../050_unix-domain/010_echo-short-1con-single-reverse/test.yml | 2 +- .../050_unix-domain/010_echo-short-1con-single/test.yml | 2 +- .../011_echo-short-10con-single-reverse/test.yml | 2 +- .../050_unix-domain/011_echo-short-10con-single/test.yml | 2 +- .../050_unix-domain/012_echo-short-5con-multi-reverse/test.yml | 2 +- .../050_unix-domain/012_echo-short-5con-multi/test.yml | 2 +- .../050_unix-domain/015_echo-long-1con-single-reverse/test.yml | 2 +- .../050_unix-domain/015_echo-long-1con-single/test.yml | 2 +- .../050_unix-domain/016_echo-long-10con-single-reverse/test.yml | 2 +- .../050_unix-domain/016_echo-long-10con-single/test.yml | 2 +- .../050_unix-domain/017_echo-long-5con-multi-reverse/test.yml | 2 +- .../050_unix-domain/017_echo-long-5con-multi/test.yml | 2 +- .../200_namespace/100_mix/010_veth-unix-domain-echo/test.yml | 2 +- .../100_mix/011_veth-unix-domain-echo-reverse/test.yml | 2 +- .../200_namespace/100_mix/012_veth-ipv4-echo/test.yml | 2 +- .../200_namespace/100_mix/013_veth-ipv6-echo/test.yml | 2 +- .../020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml | 2 +- .../020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml | 2 +- .../200_namespace/100_mix/020_unix-domain-echo/test.yml | 2 +- test/cases/030_security/000_docker-bench/test.yml | 2 +- test/cases/040_packages/003_containerd/test.yml | 2 +- test/hack/test.yml | 2 +- test/pkg/ns/template.yml | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/test/cases/020_kernel/011_config_5.4.x/test.yml b/test/cases/020_kernel/011_config_5.4.x/test.yml index 83436936f..7c07e3fb6 100644 --- a/test/cases/020_kernel/011_config_5.4.x/test.yml +++ b/test/cases/020_kernel/011_config_5.4.x/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:e51a0075fdb6a2c469da49740d390aab2dfd68ba + image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/013_config_5.10.x/test.yml b/test/cases/020_kernel/013_config_5.10.x/test.yml index d9d1f4465..b811687f6 100644 --- a/test/cases/020_kernel/013_config_5.10.x/test.yml +++ b/test/cases/020_kernel/013_config_5.10.x/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:e51a0075fdb6a2c469da49740d390aab2dfd68ba + image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/016_config_5.15.x/test.yml b/test/cases/020_kernel/016_config_5.15.x/test.yml index c23a7924d..d37f8c213 100644 --- a/test/cases/020_kernel/016_config_5.15.x/test.yml +++ b/test/cases/020_kernel/016_config_5.15.x/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:e51a0075fdb6a2c469da49740d390aab2dfd68ba + image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index 722a08f7d..01336536e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a 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 diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index 3011cfbb9..a4ad3f135 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 45130aee2..7b4deb570 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 45130aee2..7b4deb570 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index 920d0251a..a68093379 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index 920d0251a..a68093379 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index 08f720b8a..9212f739d 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index e8ab201cb..8e34234f1 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index 682cceee2..10e69fc28 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index 682cceee2..10e69fc28 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index 82e494749..e8dbc4eb1 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index 82e494749..e8dbc4eb1 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 73f3bf7bb..ecf4e5414 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a 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 diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index 9277ed96e..e7dac8506 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index b5d532eef..8b37d8de6 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index b5d532eef..8b37d8de6 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index f6462ad5b..9c6f1ac1f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index f6462ad5b..9c6f1ac1f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index ef7d89481..d7f489140 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 0f98a5a88..29c323055 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index 455882d6f..9bef91740 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index 455882d6f..9bef91740 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 2037ef69b..442e07617 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 2037ef69b..442e07617 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index a5c294b47..b1401d1e3 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a 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 diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index 7c572a127..d8ba6f571 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index ef2c338f4..4e037ec94 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index ef2c338f4..4e037ec94 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index 31b835cbe..50b7d7251 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index 31b835cbe..50b7d7251 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index 6694e4409..4b5d73f76 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index e58f927b1..41ea1c962 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index a604863de..69b807a92 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index a604863de..69b807a92 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index 9f21f74ce..e9e642199 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index 9f21f74ce..e9e642199 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index 1a99ad37f..7f5ccfd83 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a 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 diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index be0719156..e6dfb9297 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index a3b538f36..388310504 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index a3b538f36..388310504 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 82d250576..16ba64d87 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 82d250576..16ba64d87 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index 2802852c0..6f07e1ab4 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index f7c4fe13f..fc6cbd451 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index d76444e1d..40cd112b7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index d76444e1d..40cd112b7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index db1897066..e9fde1797 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index db1897066..e9fde1797 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index 427df709a..eb19b76c5 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml index 1c1d3dd9f..521fa47b6 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 0067b6b48..0ff81c2a2 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml index 0067b6b48..0ff81c2a2 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index e7ea9009c..f4e2d66a6 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml index e7ea9009c..f4e2d66a6 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index df07e7e11..b1b034f3d 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml index 4792e7c05..a190156a8 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index 6e7517c45..002bf29fd 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml index 6e7517c45..002bf29fd 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index 9d6a4a515..1af9a3c01 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml index 9d6a4a515..1af9a3c01 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml index d76f6f5aa..7b686847d 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml index e5a8acfb0..ec7c0476b 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml index 8f4a3f513..606cff3ca 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml index f1be9131d..cd5380c3f 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml index bb3464d40..8ecf85324 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml index 4a78406f9..042493488 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup diff --git a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml index 7395da872..2e730363c 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml @@ -1,6 +1,6 @@ onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 17be5a850..210a3628f 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:5ef5c3df0482659085cfbfc534b7e23c52bb9b7f + image: linuxkit/test-docker-bench:2d057e7173b1e9779a907edf6390ae386f12cd59 ipc: host pid: host net: host diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index d596110bd..93a0b98e6 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -18,6 +18,6 @@ onboot: image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:67aeb5ae23456e2d087f76bc24881af5159197da + image: linuxkit/test-containerd:9394ab510b34850b30f97699f9f4c6d0e95b3072 - name: poweroff image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd diff --git a/test/hack/test.yml b/test/hack/test.yml index f5f9bb562..5cb7e2948 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -12,7 +12,7 @@ onboot: image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:e51a0075fdb6a2c469da49740d390aab2dfd68ba + image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 193acec53..53ee40903 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -7,7 +7,7 @@ init: - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 onboot: - name: test-ns - image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed + image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] # command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"] mounts: # for runc From b71ac70742f033c02e0c1300c3ca1cd252990150 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:55:04 +0200 Subject: [PATCH 7/8] pkgs: Update packages to the latest linuxkit/alpine Signed-off-by: Avi Deitcher --- pkg/acpid/Dockerfile | 4 ++-- pkg/auditd/Dockerfile | 2 +- pkg/binfmt/Dockerfile | 2 +- pkg/bpftrace/Dockerfile | 2 +- pkg/ca-certificates/Dockerfile | 2 +- pkg/cadvisor/Dockerfile | 4 ++-- pkg/containerd/Dockerfile | 2 +- pkg/dhcpcd/Dockerfile | 2 +- pkg/dm-crypt/Dockerfile | 2 +- pkg/dummy/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/kmsg/Dockerfile | 2 +- pkg/logwrite/Dockerfile | 2 +- pkg/losetup/Dockerfile | 2 +- pkg/memlogd/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/poweroff/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 +- 42 files changed, 48 insertions(+), 48 deletions(-) diff --git a/pkg/acpid/Dockerfile b/pkg/acpid/Dockerfile index e99e5b43d..081c1a391 100644 --- a/pkg/acpid/Dockerfile +++ b/pkg/acpid/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror2 +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror2 RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ acpid diff --git a/pkg/auditd/Dockerfile b/pkg/auditd/Dockerfile index a07aeace0..5a9a7eb63 100644 --- a/pkg/auditd/Dockerfile +++ b/pkg/auditd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 0f0691e6b..121a369d4 100644 --- a/pkg/binfmt/Dockerfile +++ b/pkg/binfmt/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y qemu-user-static && \ mv /usr/bin/qemu-loongarch64-static /usr/bin/qemu-loongarch64 && \ rm /usr/bin/qemu-*-static -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/bpftrace/Dockerfile b/pkg/bpftrace/Dockerfile index 0f8b7fc90..80a7b40e8 100644 --- a/pkg/bpftrace/Dockerfile +++ b/pkg/bpftrace/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --update \ bison \ build-base \ diff --git a/pkg/ca-certificates/Dockerfile b/pkg/ca-certificates/Dockerfile index a5a8da8fa..96941e402 100644 --- a/pkg/ca-certificates/Dockerfile +++ b/pkg/ca-certificates/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as alpine +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 as alpine RUN apk add ca-certificates diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index 339000a67..4a0ab7e77 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 as build RUN apk add --no-cache bash go git musl-dev linux-headers make patch # Hack to work around an issue with go on arm64 requiring gcc @@ -21,7 +21,7 @@ RUN mkdir -p /go/src/${GITBASE} \ && mv cadvisor /usr/bin/ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 395f3438d..f2e72ca19 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/containerd for linuxkit -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as alpine +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 as alpine RUN apk add tzdata binutils RUN mkdir -p /etc/init.d && ln -s /usr/bin/service /etc/init.d/020-containerd diff --git a/pkg/dhcpcd/Dockerfile b/pkg/dhcpcd/Dockerfile index 2e2ea6f05..937284394 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/dm-crypt/Dockerfile b/pkg/dm-crypt/Dockerfile index a16e06017..8fec979fd 100644 --- a/pkg/dm-crypt/Dockerfile +++ b/pkg/dm-crypt/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/dummy/Dockerfile b/pkg/dummy/Dockerfile index ff0f8e425..5728b58f5 100644 --- a/pkg/dummy/Dockerfile +++ b/pkg/dummy/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache --initdb make FROM scratch diff --git a/pkg/extend/Dockerfile b/pkg/extend/Dockerfile index 664c14718..8b2813ee9 100644 --- a/pkg/extend/Dockerfile +++ b/pkg/extend/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 57e6dea18..17df9aae4 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 3546ed869..6b70c94cc 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -1,7 +1,7 @@ # Make modules from a recentish kernel available FROM linuxkit/kernel:5.4.28 AS kernel -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache git kmod # Clone the firmware repository diff --git a/pkg/format/Dockerfile b/pkg/format/Dockerfile index 4058a9f6a..389829a0f 100644 --- a/pkg/format/Dockerfile +++ b/pkg/format/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 f0f2a1030..8efa8d267 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/getty for linuxkit -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 218c71bf7..42535bdf6 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 0f53b0755..a7b19bcaf 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile to build linuxkit/init for linuxkit FROM linuxkit/containerd-dev:8f880c3f91e9d43d8d3e754847335e57980836ed AS containerd-dev -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers ADD usermode-helper.c ./ @@ -24,7 +24,7 @@ COPY --from=containerd-dev /go/src/github.com/containerd/containerd $GOPATH/src/ 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 29a29188f..6989a16d5 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/kmsg/Dockerfile b/pkg/kmsg/Dockerfile index 0e346bdc3..a9f55286a 100644 --- a/pkg/kmsg/Dockerfile +++ b/pkg/kmsg/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go musl-dev linux-headers ARG GOPKGVERSION diff --git a/pkg/logwrite/Dockerfile b/pkg/logwrite/Dockerfile index 0e9701632..3ceb0131b 100644 --- a/pkg/logwrite/Dockerfile +++ b/pkg/logwrite/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/losetup/Dockerfile b/pkg/losetup/Dockerfile index 51fc3eb17..35e2c3032 100644 --- a/pkg/losetup/Dockerfile +++ b/pkg/losetup/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/memlogd/Dockerfile b/pkg/memlogd/Dockerfile index de9dc6360..fc11b7785 100644 --- a/pkg/memlogd/Dockerfile +++ b/pkg/memlogd/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/memlogd for linuxkit -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/metadata/Dockerfile b/pkg/metadata/Dockerfile index 7be5596f3..e6e7e6e1f 100644 --- a/pkg/metadata/Dockerfile +++ b/pkg/metadata/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go musl-dev linux-headers ARG GOPKGVERSION diff --git a/pkg/mkimage/Dockerfile b/pkg/mkimage/Dockerfile index f0e456c86..cb75dfa32 100644 --- a/pkg/mkimage/Dockerfile +++ b/pkg/mkimage/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 364b655e7..875d259e1 100644 --- a/pkg/modprobe/Dockerfile +++ b/pkg/modprobe/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/modprobe for linuxkit -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 b294b5a79..2a535d4c4 100644 --- a/pkg/mount/Dockerfile +++ b/pkg/mount/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/node_exporter/Dockerfile b/pkg/node_exporter/Dockerfile index 4e6128c54..2bbae4045 100644 --- a/pkg/node_exporter/Dockerfile +++ b/pkg/node_exporter/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 as build RUN apk add --no-cache go git musl-dev make curl gcc diff --git a/pkg/open-vm-tools/Dockerfile b/pkg/open-vm-tools/Dockerfile index 9e06b91c8..2590a93f7 100644 --- a/pkg/open-vm-tools/Dockerfile +++ b/pkg/open-vm-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 bce683e9b..4def181f0 100644 --- a/pkg/openntpd/Dockerfile +++ b/pkg/openntpd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/poweroff/Dockerfile b/pkg/poweroff/Dockerfile index f093b88ec..8fb8b7c35 100644 --- a/pkg/poweroff/Dockerfile +++ b/pkg/poweroff/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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/pkg/qemu-ga/Dockerfile b/pkg/qemu-ga/Dockerfile index 410ea0b2b..8943d19e0 100644 --- a/pkg/qemu-ga/Dockerfile +++ b/pkg/qemu-ga/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 5e9970784..981985c11 100644 --- a/pkg/rngd/Dockerfile +++ b/pkg/rngd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go gcc musl-dev linux-headers ARG GOPKGVERSION diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index c6f881b62..d47c1f31f 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/runc for linuxkit -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 as alpine +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 as alpine RUN \ apk add \ bash \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index 28a09ad0f..f3df74a3b 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 08ed46c30..0ef0ccdc5 100644 --- a/pkg/swap/Dockerfile +++ b/pkg/swap/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 8f42242f0..282608b8c 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/sysctl for linuxkit -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/sysfs/Dockerfile b/pkg/sysfs/Dockerfile index fc389571d..7c670aed7 100644 --- a/pkg/sysfs/Dockerfile +++ b/pkg/sysfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/trim-after-delete/Dockerfile b/pkg/trim-after-delete/Dockerfile index 1b931f92c..2a0fa5806 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:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 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 87e000998..3668ac5c4 100644 --- a/pkg/tss/Dockerfile +++ b/pkg/tss/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build ENV TROUSERS_COMMIT 94144b0a1dcef6e31845d6c319e9bd7357208eb9 ENV TPM_TOOLS_COMMIT bf43837575c5f7d31865562dce7778eae970052e diff --git a/pkg/vpnkit-expose-port/Dockerfile b/pkg/vpnkit-expose-port/Dockerfile index 89b89d23e..e845267dd 100644 --- a/pkg/vpnkit-expose-port/Dockerfile +++ b/pkg/vpnkit-expose-port/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS build +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS build RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/vpnkit-forwarder/Dockerfile b/pkg/vpnkit-forwarder/Dockerfile index 62f3077c9..22b7ee2fe 100644 --- a/pkg/vpnkit-forwarder/Dockerfile +++ b/pkg/vpnkit-forwarder/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/vsudd/Dockerfile b/pkg/vsudd/Dockerfile index 56e226955..23063faf1 100644 --- a/pkg/vsudd/Dockerfile +++ b/pkg/vsudd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:275ef778d89133ebec5e80d82c664c3549f919d4 AS mirror +FROM linuxkit/alpine:a720d2b1b83556653abd52d61faa0fe020c2b161 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off From 45d7ab8fed089dc4092fce8f3efd9911d8ebf755 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 10:57:05 +0200 Subject: [PATCH 8/8] Update package tags Signed-off-by: Avi Deitcher --- contrib/open-vm-tools/open-vm-tools-ds.yaml | 2 +- examples/addbinds.yml | 16 ++++---- examples/cadvisor.yml | 26 ++++++------ examples/dm-crypt-loop.yml | 26 ++++++------ examples/dm-crypt.yml | 22 +++++----- examples/docker-for-mac.yml | 40 +++++++++---------- examples/docker.yml | 24 +++++------ examples/getty.yml | 16 ++++---- examples/hostmount-writeable-overlay.yml | 16 ++++---- examples/influxdb-os.yml | 12 +++--- examples/logging.yml | 20 +++++----- examples/minimal.yml | 10 ++--- examples/node_exporter.yml | 14 +++---- examples/openstack.yml | 18 ++++----- examples/platform-aws.yml | 20 +++++----- examples/platform-azure.yml | 16 ++++---- examples/platform-gcp.yml | 20 +++++----- examples/platform-hetzner.yml | 24 +++++------ examples/platform-packet.arm64.yml | 2 +- examples/platform-packet.yml | 24 +++++------ examples/platform-rt-for-vmware.yml | 18 ++++----- examples/platform-scaleway.yml | 20 +++++----- examples/platform-vmware.yml | 16 ++++---- examples/platform-vultr.yml | 20 +++++----- examples/redis-os.yml | 10 ++--- examples/sshd.yml | 20 +++++----- examples/static-ip.yml | 10 ++--- examples/swap.yml | 22 +++++----- examples/tpm.yml | 18 ++++----- examples/vpnkit-forwarder.yml | 12 +++--- examples/vsudd-containerd.yml | 10 ++--- examples/wireguard.yml | 20 +++++----- linuxkit.yml | 16 ++++---- .../clear-containers/clear-containers.yml | 2 +- projects/compose/compose-dynamic.yml | 24 +++++------ projects/compose/compose-static.yml | 24 +++++------ projects/ima-namespace/ima-namespace.yml | 14 +++---- projects/landlock/landlock.yml | 2 +- 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 ++++---- src/cmd/linuxkit/moby/mkimage.yaml | 8 ++-- test/cases/000_build/000_formats/test.yml | 6 +-- .../cases/000_build/010_reproducible/test.yml | 10 ++--- test/cases/000_build/020_binds/test.yml | 8 ++-- test/cases/000_build/050_sbom/test.yml | 6 +-- .../000_qemu/000_run_kernel+initrd/test.yml | 6 +-- .../000_qemu/005_run_kernel+squashfs/test.yml | 6 +-- .../000_qemu/010_run_iso/test.yml | 6 +-- .../000_qemu/020_run_efi/test.yml | 6 +-- .../000_qemu/030_run_qcow_bios/test.yml | 6 +-- .../000_qemu/040_run_raw_bios/test.yml | 6 +-- .../000_qemu/050_run_aws/test.yml | 6 +-- .../000_qemu/100_container/test.yml | 6 +-- .../000_run_kernel+initrd/test.yml | 6 +-- .../005_run_kernel+squashfs/test.yml | 6 +-- .../010_hyperkit/010_acpi/test.yml | 8 ++-- .../010_platforms/110_gcp/000_run/test.yml | 6 +-- .../020_kernel/011_config_5.4.x/test.yml | 6 +-- .../020_kernel/013_config_5.10.x/test.yml | 6 +-- .../020_kernel/016_config_5.15.x/test.yml | 6 +-- test/cases/020_kernel/111_kmod_5.4.x/test.yml | 6 +-- .../cases/020_kernel/113_kmod_5.10.x/test.yml | 6 +-- .../cases/020_kernel/116_kmod_5.15.x/test.yml | 6 +-- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../test.yml | 2 +- .../010_echo-short-1con-single/test.yml | 2 +- .../test.yml | 2 +- .../011_echo-short-10con-single/test.yml | 2 +- .../test.yml | 2 +- .../012_echo-short-5con-multi/test.yml | 2 +- .../test.yml | 2 +- .../015_echo-long-1con-single/test.yml | 2 +- .../test.yml | 2 +- .../016_echo-long-10con-single/test.yml | 2 +- .../017_echo-long-5con-multi-reverse/test.yml | 2 +- .../017_echo-long-5con-multi/test.yml | 2 +- .../010_veth-unix-domain-echo/test.yml | 2 +- .../test.yml | 2 +- .../100_mix/012_veth-ipv4-echo/test.yml | 2 +- .../100_mix/013_veth-ipv6-echo/test.yml | 2 +- .../100_mix/014_veth-tcp-echo/test.yml | 2 +- .../100_mix/015_veth-udp-echo/test.yml | 2 +- .../100_mix/020_unix-domain-echo/test.yml | 2 +- .../cases/020_kernel/200_namespace/common.yml | 4 +- .../030_security/000_docker-bench/test.yml | 20 +++++----- test/cases/030_security/010_ports/test.yml | 6 +-- test/cases/040_packages/001_dummy/test.yml | 8 ++-- test/cases/040_packages/002_bcc/test.yml | 6 +-- test/cases/040_packages/002_binfmt/test.yml | 8 ++-- test/cases/040_packages/002_bpftrace/test.yml | 8 ++-- .../040_packages/003_ca-certificates/test.yml | 8 ++-- test/cases/040_packages/003_cgroupv2/test.yml | 6 +-- .../040_packages/003_containerd/test.yml | 18 ++++----- test/cases/040_packages/004_dhcpcd/test.yml | 8 ++-- .../004_dm-crypt/000_simple/test.yml | 8 ++-- .../004_dm-crypt/001_luks/test.yml | 8 ++-- .../004_dm-crypt/002_key/test.yml | 8 ++-- .../005_extend/000_ext4/test-create.yml | 10 ++--- .../040_packages/005_extend/000_ext4/test.yml | 10 ++--- .../005_extend/001_btrfs/test-create.yml | 12 +++--- .../005_extend/001_btrfs/test.yml | 12 +++--- .../005_extend/002_xfs/test-create.yml | 8 ++-- .../040_packages/005_extend/002_xfs/test.yml | 10 ++--- .../005_extend/003_gpt/test-create.yml | 10 ++--- .../040_packages/005_extend/003_gpt/test.yml | 10 ++--- .../006_format_mount/000_auto/test.yml | 10 ++--- .../006_format_mount/001_by_label/test.yml | 10 ++--- .../006_format_mount/002_by_name/test.yml.in | 10 ++--- .../006_format_mount/003_btrfs/test.yml | 12 +++--- .../006_format_mount/004_xfs/test.yml | 8 ++-- .../005_by_device_force/test.yml | 16 ++++---- .../006_format_mount/006_gpt/test.yml | 10 ++--- .../006_format_mount/010_multiple/test.yml | 14 +++---- .../007_getty-containerd/test.yml | 12 +++--- .../040_packages/009_init_containerd/test.yml | 8 ++-- test/cases/040_packages/011_kmsg/test.yml | 14 +++---- test/cases/040_packages/012_logwrite/test.yml | 12 +++--- test/cases/040_packages/012_losetup/test.yml | 8 ++-- .../013_metadata/000_cidata/test.yml | 8 ++-- .../040_packages/013_mkimage/mkimage.yml | 8 ++-- test/cases/040_packages/013_mkimage/run.yml | 6 +-- test/cases/040_packages/019_sysctl/test.yml | 8 ++-- .../cases/040_packages/023_wireguard/test.yml | 14 +++---- test/hack/test-ltp.yml | 8 ++-- test/hack/test.yml | 10 ++--- test/pkg/ns/template.yml | 6 +-- 176 files changed, 707 insertions(+), 707 deletions(-) diff --git a/contrib/open-vm-tools/open-vm-tools-ds.yaml b/contrib/open-vm-tools/open-vm-tools-ds.yaml index 4cf6369e6..5a0a4ce85 100644 --- a/contrib/open-vm-tools/open-vm-tools-ds.yaml +++ b/contrib/open-vm-tools/open-vm-tools-ds.yaml @@ -30,7 +30,7 @@ spec: operator: Exists effect: NoSchedule containers: - - image: linuxkit/open-vm-tools:3e604f7d035615362a312d483eeac4aa5c587da3 + - image: linuxkit/open-vm-tools:f541faecf1749724c9b3c8fab09f213cad7c103d name: open-vm-tools resources: requests: diff --git a/examples/addbinds.yml b/examples/addbinds.yml index 4be5b1398..b57a7964c 100644 --- a/examples/addbinds.yml +++ b/examples/addbinds.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.4.30 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 54ea17b0b..eaa03741c 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:f383bf1c1094383fa3a42e5d5cba7d247dfc6720 + image: linuxkit/sysfs:e7910655e4b320b769bb7e5819f33e0d097c98c4 - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: ntpd - image: linuxkit/openntpd:30314674e138726b6dc774dfb62a060d3a8da8d0 + image: linuxkit/openntpd:2a6439b4f52cd694d139f5445287d9f09e392a92 - name: docker image: docker:20.10.6-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:083a62c402b66752b463e2db0264838bd0893501 + image: linuxkit/cadvisor:ae5d1c598c1c3084043df604bf37fc27e50e9708 files: - path: var/lib/docker directory: true diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index 55764ce88..785c613cd 100644 --- a/examples/dm-crypt-loop.yml +++ b/examples/dm-crypt-loop.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:531fe18c83b2e2272ab21b5ca6fc04658bc2cb24 + image: linuxkit/losetup:738e01d31a0ee58b246d5fbaa1b80c6c289eb3c0 command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:7d147d42e0ec560777f2061af3ffff37c1c9c180 + image: linuxkit/dm-crypt:c2b4defb1955d5fd15793b971ec01d4721976c47 command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -34,11 +34,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/dm-crypt.yml b/examples/dm-crypt.yml index 6ee58ea4d..bd201133f 100644 --- a/examples/dm-crypt.yml +++ b/examples/dm-crypt.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:7d147d42e0ec560777f2061af3ffff37c1c9c180 + image: linuxkit/dm-crypt:c2b4defb1955d5fd15793b971ec01d4721976c47 command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -28,11 +28,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index fb955d4e9..cb09acb6a 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -3,30 +3,30 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:873870017f869a74e342a3121d1182ee9baeb139 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/vpnkit-expose-port:2f6d203f8647b1bae5d5cef8aa4aa4bbd071cb5b # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: sysfs - image: linuxkit/sysfs:f383bf1c1094383fa3a42e5d5cba7d247dfc6720 + image: linuxkit/sysfs:e7910655e4b320b769bb7e5819f33e0d097c98c4 - name: binfmt - image: linuxkit/binfmt:7c086ece3b5894c3851e7284c128be8a08ba32b7 + image: linuxkit/binfmt:e13c3d8480ef26523171d872a37c25b1a9b6d653 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:7b7a05f24652d0a6e01b5b5cdcb73feef9d8e6b6 + image: linuxkit/swap:c5218fcde4d99f6763227bf2daf39eee74e1ea11 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:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:3cdd803fbe2d3f0b385caafe478be25fc5d1fadc + image: linuxkit/acpid:f7075311b07774b41d536395ed7b2a1ac36789c3 # Enable getty for easier debugging - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:30314674e138726b6dc774dfb62a060d3a8da8d0 + image: linuxkit/openntpd:2a6439b4f52cd694d139f5445287d9f09e392a92 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:f8d52cb44f80504d9ef08534d06aaca612ccd4df + image: linuxkit/vsudd:95b76be440be0a0dd8de44f0532c897e7df9d1d9 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:3f85f8763b3436bd77d386a0c95679a544b7003a + image: linuxkit/vpnkit-forwarder:447dac4b62d790c0fedf1c0f8ed3245dbc3450f9 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:66535330f2ff8a1995d9a85d10d5484c9cb9b3ba + image: linuxkit/trim-after-delete:93ed89a36fa6fda9ef1fd7761489de8da69d40d0 # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:95b380f87558950fb3737ef8795129f409040387 + image: linuxkit/host-timesync-daemon:7c71f4948c57656657b87a2d4f2709f78fe82b7c # 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 cbdb651ca..019673985 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: sysfs - image: linuxkit/sysfs:f383bf1c1094383fa3a42e5d5cba7d247dfc6720 + image: linuxkit/sysfs:e7910655e4b320b769bb7e5819f33e0d097c98c4 - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: ntpd - image: linuxkit/openntpd:30314674e138726b6dc774dfb62a060d3a8da8d0 + image: linuxkit/openntpd:2a6439b4f52cd694d139f5445287d9f09e392a92 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/examples/getty.yml b/examples/getty.yml index 848c6182e..0c5b63b24 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 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 0309d89ed..ca9c07f4d 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 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:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a 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:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index fb624decb..dab6fdca7 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 9e0101cd1..616997786 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -3,21 +3,21 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 - - linuxkit/memlogd:d6659705676114da65ba67cf006958564c2dc797 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe + - linuxkit/memlogd:0d67a6c71e311caaf3495ace8903b959afed49a7 onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true # A service which generates log messages for testing @@ -25,6 +25,6 @@ services: image: alpine:3.13 command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ] - name: write-and-rotate-logs - image: linuxkit/logwrite:f6a34e9d8a584926a2aa50907c9ace387e9987a7 + image: linuxkit/logwrite:282c874200006861a9763668d9e4d57482a9088b - name: kmsg - image: linuxkit/kmsg:e103cf6b6d478ed7118af34beac49cf0d90cd439 + image: linuxkit/kmsg:48ac66fdbfde6d3065a3236be92fab33b71feafc diff --git a/examples/minimal.yml b/examples/minimal.yml index c3fa72e57..592301f46 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index e7167b2d9..df67bbe51 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: node_exporter - image: linuxkit/node_exporter:5b6f103957edc965ac357f9e52470ff85b7337a8 + image: linuxkit/node_exporter:c0b02b6623608ab615c18cb72ca0f8dae13d0cae diff --git a/examples/openstack.yml b/examples/openstack.yml index f3a4b9400..9ffa8a72e 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-aws.yml b/examples/platform-aws.yml index 03b7acb10..0ddcd59ef 100644 --- a/examples/platform-aws.yml +++ b/examples/platform-aws.yml @@ -2,26 +2,26 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 services: - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd2 - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-azure.yml b/examples/platform-azure.yml index 960cc9089..b18a3a770 100644 --- a/examples/platform-azure.yml +++ b/examples/platform-azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 services: - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index 40e5f1afe..ec95f4dc5 100644 --- a/examples/platform-gcp.yml +++ b/examples/platform-gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-hetzner.yml b/examples/platform-hetzner.yml index b30b694ac..ff9197e03 100644 --- a/examples/platform-hetzner.yml +++ b/examples/platform-hetzner.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 - - linuxkit/firmware:332dc11c1ba110dfe6acaeb7c95a3f597d7f1f21 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe + - linuxkit/firmware:daefe8d1cbe45f2365338a9f731584691b9e79d9 onboot: - name: rngd1 - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-packet.arm64.yml b/examples/platform-packet.arm64.yml index 2454a544f..716a761f2 100644 --- a/examples/platform-packet.arm64.yml +++ b/examples/platform-packet.arm64.yml @@ -10,5 +10,5 @@ kernel: ucode: "" onboot: - name: modprobe - image: linuxkit/modprobe:d5e025ad99e173e6d27c353313033391ac1d19c2 + image: linuxkit/modprobe:0a70ed7d83ad9efed8274c9926035c3e1896af7c command: ["modprobe", "nicvf"] diff --git a/examples/platform-packet.yml b/examples/platform-packet.yml index edc29cf2c..ddc48380e 100644 --- a/examples/platform-packet.yml +++ b/examples/platform-packet.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 - - linuxkit/firmware:332dc11c1ba110dfe6acaeb7c95a3f597d7f1f21 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe + - linuxkit/firmware:daefe8d1cbe45f2365338a9f731584691b9e79d9 onboot: - name: rngd1 - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 command: ["/usr/bin/metadata", "packet"] services: - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index 4d7b69137..b56c97ddf 100644 --- a/examples/platform-rt-for-vmware.yml +++ b/examples/platform-rt-for-vmware.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.11.4-rt cmdline: "console=tty0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: open-vm-tools - image: linuxkit/open-vm-tools:3e604f7d035615362a312d483eeac4aa5c587da3 + image: linuxkit/open-vm-tools:f541faecf1749724c9b3c8fab09f213cad7c103d - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index f312bbfa6..fe2581f53 100644 --- a/examples/platform-scaleway.yml +++ b/examples/platform-scaleway.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: rngd1 - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index 8f6d683ea..33d3d640c 100644 --- a/examples/platform-vmware.yml +++ b/examples/platform-vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 1b9de6b03..7fdf03143 100644 --- a/examples/platform-vultr.yml +++ b/examples/platform-vultr.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 8c7fe9fb2..8bc8e3246 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true # Currently redis:4.0.6-alpine has trust issue with multi-arch diff --git a/examples/sshd.yml b/examples/sshd.yml index 2ac85e0ca..65ba74e6f 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: rngd1 - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: sshd - image: linuxkit/sshd:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/static-ip.yml b/examples/static-ip.yml index 73940cb71..8a93bd2de 100644 --- a/examples/static-ip.yml +++ b/examples/static-ip.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: ip - image: linuxkit/ip:aa7f256293cf69c3b557fa6e0a8c382cdfe7809a + image: linuxkit/ip:de5c194811236597b3f04bbd992a8d1be9f28685 binds: - /etc/ip:/etc/ip command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index e108f7e12..a69ca6ee0 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:7b7a05f24652d0a6e01b5b5cdcb73feef9d8e6b6 + image: linuxkit/swap:c5218fcde4d99f6763227bf2daf39eee74e1ea11 # 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:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 diff --git a/examples/tpm.yml b/examples/tpm.yml index 23beda98d..431d967a5 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: tss - image: linuxkit/tss:e2499eba118a680424ed31d68c576959afb033c0 + image: linuxkit/tss:0fd6fef083d7dccf59623e4bb08b0651f4502bab - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index fec059e47..0036c079c 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.13 @@ -19,11 +19,11 @@ 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:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d binds.add: - /root/.ssh:/root/.ssh - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:3f85f8763b3436bd77d386a0c95679a544b7003a + image: linuxkit/vpnkit-forwarder:447dac4b62d790c0fedf1c0f8ed3245dbc3450f9 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index b10d58890..cc89e407a 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:f8d52cb44f80504d9ef08534d06aaca612ccd4df + image: linuxkit/vsudd:95b76be440be0a0dd8de44f0532c897e7df9d1d9 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 7a9450bd8..5b514f82d 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:aa7f256293cf69c3b557fa6e0a8c382cdfe7809a + image: linuxkit/ip:de5c194811236597b3f04bbd992a8d1be9f28685 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:aa7f256293cf69c3b557fa6e0a8c382cdfe7809a + image: linuxkit/ip:de5c194811236597b3f04bbd992a8d1be9f28685 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 3eee70927..305d5ec30 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:5.15.27 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 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:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index 033c3ea3a..91efe87c3 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:31dcd928602e39ee752843ebcf6c35cbae73c883 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 58a38350c..ea21b8037 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: sysfs - image: linuxkit/sysfs:f383bf1c1094383fa3a42e5d5cba7d247dfc6720 + image: linuxkit/sysfs:e7910655e4b320b769bb7e5819f33e0d097c98c4 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: ntpd - image: linuxkit/openntpd:30314674e138726b6dc774dfb62a060d3a8da8d0 + image: linuxkit/openntpd:2a6439b4f52cd694d139f5445287d9f09e392a92 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index f43110183..778021110 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: sysfs - image: linuxkit/sysfs:f383bf1c1094383fa3a42e5d5cba7d247dfc6720 + image: linuxkit/sysfs:e7910655e4b320b769bb7e5819f33e0d097c98c4 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: ntpd - image: linuxkit/openntpd:30314674e138726b6dc774dfb62a060d3a8da8d0 + image: linuxkit/openntpd:2a6439b4f52cd694d139f5445287d9f09e392a92 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index f39333020..0020ea186 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:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index e5d185710..abb7b3c40 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:31dcd928602e39ee752843ebcf6c35cbae73c883 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index adb2f05fa..a33d6ea47 100644 --- a/projects/memorizer/memorizer.yml +++ b/projects/memorizer/memorizer.yml @@ -2,16 +2,16 @@ kernel: image: "linuxkitprojects/kernel-memorizer:4.10_dbg" cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 0cf238002..57564d4a4 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:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 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 afa6d2938..4115e9952 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - 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:d7286e080dc56a2d5718d20e51efbe32123f83ba + image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index e70add46a..720e15093 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:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 services: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index c2e82ca83..4c7c7ae3e 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:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a env: - INSECURE=true - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/src/cmd/linuxkit/moby/mkimage.yaml b/src/cmd/linuxkit/moby/mkimage.yaml index 539f1e30d..1f90c33b9 100644 --- a/src/cmd/linuxkit/moby/mkimage.yaml +++ b/src/cmd/linuxkit/moby/mkimage.yaml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.9.39 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: mkimage - image: linuxkit/mkimage:95b5d5a532db8fdd52f1dfb8babf89d29dd0ac4f + image: linuxkit/mkimage:dbef4236f366994a69c293941b8ea9aa048eda0c - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b trust: org: - linuxkit diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 35175e3ef..b4beacb45 100644 --- a/test/cases/000_build/000_formats/test.yml +++ b/test/cases/000_build/000_formats/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/test/cases/000_build/010_reproducible/test.yml b/test/cases/000_build/010_reproducible/test.yml index 7057d24d9..051072007 100644 --- a/test/cases/000_build/010_reproducible/test.yml +++ b/test/cases/000_build/010_reproducible/test.yml @@ -3,13 +3,13 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] # Add some random unsorted caps capabilities: @@ -18,7 +18,7 @@ onboot: services: - name: testservice - image: linuxkit/ip:aa7f256293cf69c3b557fa6e0a8c382cdfe7809a + image: linuxkit/ip:de5c194811236597b3f04bbd992a8d1be9f28685 # Some environments env: - BENV=true diff --git a/test/cases/000_build/020_binds/test.yml b/test/cases/000_build/020_binds/test.yml index f12333277..2f883730c 100644 --- a/test/cases/000_build/020_binds/test.yml +++ b/test/cases/000_build/020_binds/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.4.30 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 binds.add: - /check.sh:/check.sh - /var/tmp:/var/tmp @@ -16,7 +16,7 @@ onboot: # - /:/hostroot command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/000_build/050_sbom/test.yml b/test/cases/000_build/050_sbom/test.yml index 611bcf0c8..0e86bb0a7 100644 --- a/test/cases/000_build/050_sbom/test.yml +++ b/test/cases/000_build/050_sbom/test.yml @@ -3,9 +3,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: package1 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 6e1fb11a3..a2963deb9 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 6e1fb11a3..a2963deb9 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 7396a07a1..67a60c3f0 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,10 +2,10 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 416fb5eb8..2c0f77d1d 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 416fb5eb8..2c0f77d1d 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 416fb5eb8..2c0f77d1d 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 416fb5eb8..2c0f77d1d 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 9cbc9f957..68ed97346 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] 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 416fb5eb8..2c0f77d1d 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 416fb5eb8..2c0f77d1d 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,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 328707294..f3ec1b56d 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b services: - name: acpid - image: linuxkit/acpid:3cdd803fbe2d3f0b385caafe478be25fc5d1fadc + image: linuxkit/acpid:f7075311b07774b41d536395ed7b2a1ac36789c3 diff --git a/test/cases/010_platforms/110_gcp/000_run/test.yml b/test/cases/010_platforms/110_gcp/000_run/test.yml index 416fb5eb8..2c0f77d1d 100644 --- a/test/cases/010_platforms/110_gcp/000_run/test.yml +++ b/test/cases/010_platforms/110_gcp/000_run/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/020_kernel/011_config_5.4.x/test.yml b/test/cases/020_kernel/011_config_5.4.x/test.yml index 7c07e3fb6..09abe5503 100644 --- a/test/cases/020_kernel/011_config_5.4.x/test.yml +++ b/test/cases/020_kernel/011_config_5.4.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.4.172 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/013_config_5.10.x/test.yml b/test/cases/020_kernel/013_config_5.10.x/test.yml index b811687f6..cd142719d 100644 --- a/test/cases/020_kernel/013_config_5.10.x/test.yml +++ b/test/cases/020_kernel/013_config_5.10.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/016_config_5.15.x/test.yml b/test/cases/020_kernel/016_config_5.15.x/test.yml index d37f8c213..030f7aaf1 100644 --- a/test/cases/020_kernel/016_config_5.15.x/test.yml +++ b/test/cases/020_kernel/016_config_5.15.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.15.27 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/111_kmod_5.4.x/test.yml b/test/cases/020_kernel/111_kmod_5.4.x/test.yml index 7f6425fe2..e618b0716 100644 --- a/test/cases/020_kernel/111_kmod_5.4.x/test.yml +++ b/test/cases/020_kernel/111_kmod_5.4.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.4.172 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/113_kmod_5.10.x/test.yml b/test/cases/020_kernel/113_kmod_5.10.x/test.yml index 361158b29..23e556977 100644 --- a/test/cases/020_kernel/113_kmod_5.10.x/test.yml +++ b/test/cases/020_kernel/113_kmod_5.10.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/116_kmod_5.15.x/test.yml b/test/cases/020_kernel/116_kmod_5.15.x/test.yml index 82f4effb7..40bdecde6 100644 --- a/test/cases/020_kernel/116_kmod_5.15.x/test.yml +++ b/test/cases/020_kernel/116_kmod_5.15.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.15.27 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index 01336536e..83c07430a 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index a4ad3f135..0b12f3f1b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 7b4deb570..44b16c6d8 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 7b4deb570..44b16c6d8 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index a68093379..12f40a02e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index a68093379..12f40a02e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index 9212f739d..bde8e0729 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index 8e34234f1..7fc7dfcfe 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index 10e69fc28..73cb6eb92 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index 10e69fc28..73cb6eb92 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index e8dbc4eb1..a19ffc59a 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index e8dbc4eb1..a19ffc59a 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index ecf4e5414..1da6a847b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index e7dac8506..caf38cb62 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index 8b37d8de6..76d938bca 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index 8b37d8de6..76d938bca 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 9c6f1ac1f..26ac41e87 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 9c6f1ac1f..26ac41e87 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index d7f489140..2442b2c94 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 29c323055..48b18fb70 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index 9bef91740..a4f8ffbfd 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index 9bef91740..a4f8ffbfd 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 442e07617..c929c9e18 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 442e07617..c929c9e18 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index b1401d1e3..b8db3761e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index d8ba6f571..f5e1a6bf9 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index 4e037ec94..6bac18583 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index 4e037ec94..6bac18583 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index 50b7d7251..c9814f092 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index 50b7d7251..c9814f092 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index 4b5d73f76..d5b558c07 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index 41ea1c962..52434f761 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index 69b807a92..ba34b7139 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index 69b807a92..ba34b7139 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index e9e642199..ab865d4de 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index e9e642199..ab865d4de 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index 7f5ccfd83..3bdabe910 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index e6dfb9297..42d4b1f35 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index 388310504..c85a21d8b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index 388310504..c85a21d8b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 16ba64d87..48a183ac0 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 16ba64d87..48a183ac0 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index 6f07e1ab4..0296d9445 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index fc6cbd451..cd35a8d97 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index 40cd112b7..a36ceab34 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index 40cd112b7..a36ceab34 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index e9fde1797..20018da38 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index e9fde1797..20018da38 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index eb19b76c5..206ff722b 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml index 521fa47b6..c4e3711d5 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 0ff81c2a2..6f2182f0c 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml index 0ff81c2a2..6f2182f0c 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index f4e2d66a6..ddd13a4cb 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml index f4e2d66a6..ddd13a4cb 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index b1b034f3d..519a4f4b8 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml index a190156a8..dfdc3bf26 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index 002bf29fd..9f4a13bf8 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml index 002bf29fd..9f4a13bf8 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index 1af9a3c01..54010d4e0 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml index 1af9a3c01..54010d4e0 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml index 7b686847d..470e1eb05 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml index ec7c0476b..3e4e00571 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml index 606cff3ca..cda578b9a 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml index cd5380c3f..83701ce8d 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml index 8ecf85324..c9d05cb4b 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml index 042493488..e0abe0b25 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml index 2e730363c..b786e05b1 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/common.yml b/test/cases/020_kernel/200_namespace/common.yml index f2d3d10f5..96e3977a9 100644 --- a/test/cases/020_kernel/200_namespace/common.yml +++ b/test/cases/020_kernel/200_namespace/common.yml @@ -2,5 +2,5 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 210a3628f..73f863888 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:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: sysfs - image: linuxkit/sysfs:f383bf1c1094383fa3a42e5d5cba7d247dfc6720 + image: linuxkit/sysfs:e7910655e4b320b769bb7e5819f33e0d097c98c4 - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f + image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3 - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index dab2dd484..e6557dbf6 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:5.10.104 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: test image: alpine:3.13 @@ -12,7 +12,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/001_dummy/test.yml b/test/cases/040_packages/001_dummy/test.yml index 4cd72910e..850b0891b 100644 --- a/test/cases/040_packages/001_dummy/test.yml +++ b/test/cases/040_packages/001_dummy/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: dummy - image: linuxkit/dummy:b7709ab77577f3a372d6d41506f11970d4df19f2 + image: linuxkit/dummy:b030cf83d6486587c4f94bddb70799376eb57a9e - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/002_bcc/test.yml b/test/cases/040_packages/002_bcc/test.yml index a71d70847..74a7304ab 100644 --- a/test/cases/040_packages/002_bcc/test.yml +++ b/test/cases/040_packages/002_bcc/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 - linuxkit/kernel-bcc:5.4.113 onboot: - name: check-bcc @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 498b14b12..ec2c3a309 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: binfmt - image: linuxkit/binfmt:7c086ece3b5894c3851e7284c128be8a08ba32b7 + image: linuxkit/binfmt:e13c3d8480ef26523171d872a37c25b1a9b6d653 - name: test image: alpine:3.13 binds: @@ -14,7 +14,7 @@ onboot: - /proc/sys/fs/binfmt_misc:/binfmt_misc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_bpftrace/test.yml b/test/cases/040_packages/002_bpftrace/test.yml index 9a6f6c196..ff301783e 100644 --- a/test/cases/040_packages/002_bpftrace/test.yml +++ b/test/cases/040_packages/002_bpftrace/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/bpftrace:c4e5d3d64d4a64df111640094dc784b88e88920c + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/bpftrace:c2dbd2fec00db4c7cd4a0e8af5059fd9ec49246d onboot: - name: bpftrace-test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 91cabfad1..01b159cc9 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: test image: alpine:3.13 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_cgroupv2/test.yml b/test/cases/040_packages/003_cgroupv2/test.yml index 436f9a366..78a8463b6 100644 --- a/test/cases/040_packages/003_cgroupv2/test.yml +++ b/test/cases/040_packages/003_cgroupv2/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 93a0b98e6..df08818f8 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib"] - name: test image: linuxkit/test-containerd:9394ab510b34850b30f97699f9f4c6d0e95b3072 - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 76e0a42d4..1dc1ad677 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/000_simple/test.yml b/test/cases/040_packages/004_dm-crypt/000_simple/test.yml index d92711c2d..2d692fbec 100644 --- a/test/cases/040_packages/004_dm-crypt/000_simple/test.yml +++ b/test/cases/040_packages/004_dm-crypt/000_simple/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:7d147d42e0ec560777f2061af3ffff37c1c9c180 + image: linuxkit/dm-crypt:c2b4defb1955d5fd15793b971ec01d4721976c47 command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.13 @@ -16,7 +16,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/001_luks/test.yml b/test/cases/040_packages/004_dm-crypt/001_luks/test.yml index fc9f2521f..0b1459c01 100644 --- a/test/cases/040_packages/004_dm-crypt/001_luks/test.yml +++ b/test/cases/040_packages/004_dm-crypt/001_luks/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:7d147d42e0ec560777f2061af3ffff37c1c9c180 + image: linuxkit/dm-crypt:c2b4defb1955d5fd15793b971ec01d4721976c47 command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.13 @@ -16,7 +16,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/002_key/test.yml b/test/cases/040_packages/004_dm-crypt/002_key/test.yml index 38670575f..e4b2fc67c 100644 --- a/test/cases/040_packages/004_dm-crypt/002_key/test.yml +++ b/test/cases/040_packages/004_dm-crypt/002_key/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:7d147d42e0ec560777f2061af3ffff37c1c9c180 + image: linuxkit/dm-crypt:c2b4defb1955d5fd15793b971ec01d4721976c47 command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"] binds: - /dev/:/dev @@ -19,7 +19,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 4694c7e45..3ac6470c6 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -16,5 +16,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 0adedd9ff..a958371fa 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: extend - image: linuxkit/extend:a8d84b942a57db67e63ec99acd4f42ac5ced8da9 + image: linuxkit/extend:70ff05184c6ce6ccd0b21848a2b9cb9a68d25df1 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 051dc4da3..945bb1f91 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: modprobe - image: linuxkit/modprobe:d5e025ad99e173e6d27c353313033391ac1d19c2 + image: linuxkit/modprobe:0a70ed7d83ad9efed8274c9926035c3e1896af7c command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -20,5 +20,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 e22cd977d..f3089d336 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: modprobe - image: linuxkit/modprobe:d5e025ad99e173e6d27c353313033391ac1d19c2 + image: linuxkit/modprobe:0a70ed7d83ad9efed8274c9926035c3e1896af7c command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:a8d84b942a57db67e63ec99acd4f42ac5ced8da9 + image: linuxkit/extend:70ff05184c6ce6ccd0b21848a2b9cb9a68d25df1 command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -21,7 +21,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 8d415bded..2e24141fb 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,5 +17,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] 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 d6bb50193..e510c8211 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: extend - image: linuxkit/extend:a8d84b942a57db67e63ec99acd4f42ac5ced8da9 + image: linuxkit/extend:70ff05184c6ce6ccd0b21848a2b9cb9a68d25df1 command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/003_gpt/test-create.yml b/test/cases/040_packages/005_extend/003_gpt/test-create.yml index 606d93c0c..7b3a1cab3 100644 --- a/test/cases/040_packages/005_extend/003_gpt/test-create.yml +++ b/test/cases/040_packages/005_extend/003_gpt/test-create.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,5 +17,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/003_gpt/test.yml b/test/cases/040_packages/005_extend/003_gpt/test.yml index 0adedd9ff..a958371fa 100644 --- a/test/cases/040_packages/005_extend/003_gpt/test.yml +++ b/test/cases/040_packages/005_extend/003_gpt/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: extend - image: linuxkit/extend:a8d84b942a57db67e63ec99acd4f42ac5ced8da9 + image: linuxkit/extend:70ff05184c6ce6ccd0b21848a2b9cb9a68d25df1 - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 b2e871e86..5918d84b9 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 346d52b26..858040908 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 74a7d6b3d..dd62f1c2a 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 e2c26c3a3..3aa0f3ddf 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: modprobe - image: linuxkit/modprobe:d5e025ad99e173e6d27c353313033391ac1d19c2 + image: linuxkit/modprobe:0a70ed7d83ad9efed8274c9926035c3e1896af7c command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -21,7 +21,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 1c06688ef..4c1862019 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 19c3f5d92..ef82208d8 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/006_gpt/test.yml b/test/cases/040_packages/006_format_mount/006_gpt/test.yml index 2b25d0137..b54da4bb6 100644 --- a/test/cases/040_packages/006_format_mount/006_gpt/test.yml +++ b/test/cases/040_packages/006_format_mount/006_gpt/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 d9e574223..b64bdc83b 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:ae6114d970492747fafbd2071602090c8df3bbf4 + image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:6c799d9cd854cb13cab253945aa3893995f22704 + image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13 command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"] - name: test image: alpine:3.13 @@ -25,7 +25,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index b2e301898..389cbfae3 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84 + image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/test/cases/040_packages/009_init_containerd/test.yml b/test/cases/040_packages/009_init_containerd/test.yml index 6195f5570..0ba2628ee 100644 --- a/test/cases/040_packages/009_init_containerd/test.yml +++ b/test/cases/040_packages/009_init_containerd/test.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe services: - name: test image: alpine:3.13 diff --git a/test/cases/040_packages/011_kmsg/test.yml b/test/cases/040_packages/011_kmsg/test.yml index 5a60f3f79..99c5d1193 100644 --- a/test/cases/040_packages/011_kmsg/test.yml +++ b/test/cases/040_packages/011_kmsg/test.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 - - linuxkit/memlogd:d6659705676114da65ba67cf006958564c2dc797 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe + - linuxkit/memlogd:0d67a6c71e311caaf3495ace8903b959afed49a7 services: - name: kmsg - image: linuxkit/kmsg:e103cf6b6d478ed7118af34beac49cf0d90cd439 + image: linuxkit/kmsg:48ac66fdbfde6d3065a3236be92fab33b71feafc - name: write-and-rotate-logs - image: linuxkit/logwrite:f6a34e9d8a584926a2aa50907c9ace387e9987a7 + image: linuxkit/logwrite:282c874200006861a9763668d9e4d57482a9088b - name: check-the-logs image: alpine:3.13 binds: diff --git a/test/cases/040_packages/012_logwrite/test.yml b/test/cases/040_packages/012_logwrite/test.yml index 569d3dd09..2a4771cfb 100644 --- a/test/cases/040_packages/012_logwrite/test.yml +++ b/test/cases/040_packages/012_logwrite/test.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 - - linuxkit/memlogd:d6659705676114da65ba67cf006958564c2dc797 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe + - linuxkit/memlogd:0d67a6c71e311caaf3495ace8903b959afed49a7 services: # A service which generates logs of log messages - name: fill-the-logs image: alpine command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); done" ] - name: write-and-rotate-logs - image: linuxkit/logwrite:f6a34e9d8a584926a2aa50907c9ace387e9987a7 + image: linuxkit/logwrite:282c874200006861a9763668d9e4d57482a9088b command: ["/usr/bin/logwrite", "-max-log-size", "1024"] - name: check-the-logs image: alpine:3.13 diff --git a/test/cases/040_packages/012_losetup/test.yml b/test/cases/040_packages/012_losetup/test.yml index ff3b236c1..db54567e8 100644 --- a/test/cases/040_packages/012_losetup/test.yml +++ b/test/cases/040_packages/012_losetup/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: losetup - image: linuxkit/losetup:531fe18c83b2e2272ab21b5ca6fc04658bc2cb24 + image: linuxkit/losetup:738e01d31a0ee58b246d5fbaa1b80c6c289eb3c0 command: ["/usr/bin/loopy", "-c", "/var/test.img"] - name: test image: alpine:3.13 @@ -20,7 +20,7 @@ onboot: type: b command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/013_metadata/000_cidata/test.yml b/test/cases/040_packages/013_metadata/000_cidata/test.yml index 958b65f33..55e9c707f 100644 --- a/test/cases/040_packages/013_metadata/000_cidata/test.yml +++ b/test/cases/040_packages/013_metadata/000_cidata/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: metadata - image: linuxkit/metadata:a5df09643d7ac6565295cad633c3d63489c3d4df + image: linuxkit/metadata:fa7dda444e6cfcdaad696a013364d53c9ebebd62 command: ["/usr/bin/metadata", "-v"] - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b 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 47ffee715..d41dc435f 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: mkimage - image: linuxkit/mkimage:95b5d5a532db8fdd52f1dfb8babf89d29dd0ac4f + image: linuxkit/mkimage:dbef4236f366994a69c293941b8ea9aa048eda0c - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 929ad6ec9..95b7fbdb6 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 5efaf4866..73c482640 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: sysctl - image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5 + image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57 - name: test image: alpine:3.13 net: host @@ -16,7 +16,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index bbf07d675..85015c755 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:5.10.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 - - linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b + - linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:aa7f256293cf69c3b557fa6e0a8c382cdfe7809a + image: linuxkit/ip:de5c194811236597b3f04bbd992a8d1be9f28685 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:aa7f256293cf69c3b557fa6e0a8c382cdfe7809a + image: linuxkit/ip:de5c194811236597b3f04bbd992a8d1be9f28685 net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index af62b8fb3..a08f7228e 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index 5cb7e2948..f2661151a 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,15 +4,15 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 + - linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b onboot: - name: dhcpcd - image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 + image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381 - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 53ee40903..61942aa68 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,8 +3,8 @@ kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 + - linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d + - linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962 onboot: - name: test-ns image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a @@ -14,5 +14,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd + image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b command: ["/bin/sh", "/poweroff.sh", "3"]