From 7276939ad219ec141f09f171b42659514a0a1ec4 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:47:44 +0200 Subject: [PATCH 1/8] Update linuxkit/alpine Signed-off-by: Avi Deitcher --- tools/alpine/packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/alpine/packages b/tools/alpine/packages index 11b07d819..1dff6a96b 100644 --- a/tools/alpine/packages +++ b/tools/alpine/packages @@ -138,3 +138,5 @@ zfs zip zlib-dev zlib-static +zstd +zstd-static From 8bd896a955e5676a665c4096ec4ac07827765f71 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:50:01 +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 2534ba889..53bdf66f3 100644 --- a/tools/alpine/versions.aarch64 +++ b/tools/alpine/versions.aarch64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:fb4be9f8ff8a3b66f13fff259d2037aac122be7f-arm64 +# linuxkit/alpine:4747d80575f40c1f664efc21683524ce48bfe37d-arm64 # automatically generated list of installed packages abuild-3.12.0-r0 acpid-2.0.34-r3 @@ -429,3 +429,4 @@ zlib-static-1.3.1-r0 zstd-1.5.5-r8 zstd-dev-1.5.5-r8 zstd-libs-1.5.5-r8 +zstd-static-1.5.5-r8 diff --git a/tools/alpine/versions.x86_64 b/tools/alpine/versions.x86_64 index a6b5e702c..cf99e8d2d 100644 --- a/tools/alpine/versions.x86_64 +++ b/tools/alpine/versions.x86_64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:397f43dd96977699794af37b5c511177d4c2f6e7-amd64 +# linuxkit/alpine:7057662e2a168729aec939e0d23f872aeecf4520-amd64 # automatically generated list of installed packages abuild-3.12.0-r0 acpid-2.0.34-r3 @@ -439,3 +439,4 @@ zlib-static-1.3.1-r0 zstd-1.5.5-r8 zstd-dev-1.5.5-r8 zstd-libs-1.5.5-r8 +zstd-static-1.5.5-r8 From 7977310c52b59f89ef58fe220cdf2d3edb52a2b5 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:51:04 +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 c7443df08..5eb050016 100644 --- a/tools/containerd-dev/Dockerfile +++ b/tools/containerd-dev/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 as builder +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e as builder # checkout and compile containerd diff --git a/tools/go-compile/Dockerfile b/tools/go-compile/Dockerfile index 59d2c83f3..04b43cac3 100644 --- a/tools/go-compile/Dockerfile +++ b/tools/go-compile/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 e4566a3ea..01a2c4354 100644 --- a/tools/mkimage-iso-bios/Dockerfile +++ b/tools/mkimage-iso-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 as mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 b0f010e6a..9e125ca83 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 eb8674231..789b251ba 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 e4e642664..499bc7a2a 100644 --- a/tools/mkimage-iso/Dockerfile +++ b/tools/mkimage-iso/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 af6045667..a972131d8 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 c679dc070..6b6ce89ab 100644 --- a/tools/mkimage-raw-bios/Dockerfile +++ b/tools/mkimage-raw-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 931d1096f..84ccddf82 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 3ee6de142..e1b068879 100644 --- a/tools/mkimage-squashfs/Dockerfile +++ b/tools/mkimage-squashfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 927997930b08de788a39210516f2b17d8a4b017a Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:51:14 +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 725241af4..63ac37952 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -4,7 +4,7 @@ FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 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:c4f8d1e36b6ee0af8cde390240fbd7cf566fb7ff as containerd-dev +FROM linuxkit/containerd-dev:25522a7fcffd14465d807fadc3d3e4f6da7b10ec as containerd-dev FROM scratch ENTRYPOINT [] diff --git a/pkg/init/Dockerfile b/pkg/init/Dockerfile index a46944dff..c6aa684d9 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/init for linuxkit -FROM linuxkit/containerd-dev:c4f8d1e36b6ee0af8cde390240fbd7cf566fb7ff AS containerd-dev +FROM linuxkit/containerd-dev:25522a7fcffd14465d807fadc3d3e4f6da7b10ec AS containerd-dev FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 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 a9ed2ea62..2a5a201fd 100644 --- a/src/cmd/linuxkit/moby/images.yaml +++ b/src/cmd/linuxkit/moby/images.yaml @@ -1,12 +1,12 @@ - iso: linuxkit/mkimage-iso:6f2affe6e1e97c3c4062994f94132193dc4e9cf6 - iso-bios: linuxkit/mkimage-iso-bios:d5fdc10887c4dd58a62489ee5c42ed3383451989 - iso-efi: linuxkit/mkimage-iso-efi:9bf5e0f4a40aa12c8af9abd62f495fefb14db62e - iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:66c26792550045ab75e3ffbc854117622df53c9d - raw-bios: linuxkit/mkimage-raw-bios:7edd95b128fe632da74b6252b2c220ac106b9624 - raw-efi: linuxkit/mkimage-raw-efi:637ccfb048423239282b4e710c54780fd34036b1 - squashfs: linuxkit/mkimage-squashfs:f5e805334758c510e94e156ea9c741b8ae5ef045 + iso: linuxkit/mkimage-iso:08d19f8acf285bdce65dd4aea24f01d8adbedfbc + iso-bios: linuxkit/mkimage-iso-bios:96d5dac296345c308b8ad9e6cae7467e76ba8fd1 + iso-efi: linuxkit/mkimage-iso-efi:cf2a3ff1dacfcacfb1f165abc210d9e33dc9d161 + iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:a9e61bc810ae9928bab92f41f6e810e5b4f6183a + raw-bios: linuxkit/mkimage-raw-bios:4c21d66c81fd3641c62b9e80ddf5494000a1a442 + raw-efi: linuxkit/mkimage-raw-efi:df0979572e8d0251a5cf55b6f73131868d036bb4 + squashfs: linuxkit/mkimage-squashfs:a61fd76227ab4998d6c1ba17229cd8bd749e8f13 gcp: linuxkit/mkimage-gcp:035c2c2b4b958060c0b6bdd41d9cbc886a335098 - qcow2-efi: linuxkit/mkimage-qcow2-efi:7c4f5816375b09b7b2815784129a75b961d7e4f0 + qcow2-efi: linuxkit/mkimage-qcow2-efi:98a6e3e7b6eed965f879cd77c009c7c404d4457d 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 1c664a9e4..25fa230c5 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/containerd-dev:c4f8d1e36b6ee0af8cde390240fbd7cf566fb7ff as containerd-dev +FROM linuxkit/containerd-dev:25522a7fcffd14465d807fadc3d3e4f6da7b10ec as containerd-dev FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 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 eff77819a4574537f0bf3c392b93a5ea34765d3c Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:51:16 +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 25fa230c5..a8a4e973f 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,5 +1,5 @@ FROM linuxkit/containerd-dev:25522a7fcffd14465d807fadc3d3e4f6da7b10ec as containerd-dev -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 a278a8189..f34a86210 100644 --- a/test/pkg/docker-bench/Dockerfile +++ b/test/pkg/docker-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 d347dd192..bfe7275d6 100644 --- a/test/pkg/kernel-config/Dockerfile +++ b/test/pkg/kernel-config/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 5070e9f3b..979c1710b 100644 --- a/test/pkg/ns/Dockerfile +++ b/test/pkg/ns/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS build RUN apk add --no-cache \ build-base \ git \ diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index 0855e754e..67b30d29e 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS build RUN apk add --no-cache go musl-dev git make ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off From 909e5c97ffc9942e5bdb3465b70d8572624a1805 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:51:24 +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 44743dd2a..412ddb94c 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:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:932b0380cb87ce82e3e722dbfc91db7fbff6d40e + image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b 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 1e96258e9..ec5008524 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:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:932b0380cb87ce82e3e722dbfc91db7fbff6d40e + image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b 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 ebd9dff61..f592d2022 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:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:932b0380cb87ce82e3e722dbfc91db7fbff6d40e + image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b 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 7b0a9f94e..83ec12a55 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 6a7ef6b42..d8893c852 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 e8a0f88b9..f71b2a05f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 e8a0f88b9..f71b2a05f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 d436a6308..e8d2915ba 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 d436a6308..e8d2915ba 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 6ef8ddd2b..0e944dc87 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 15893dec0..36adca012 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 8cbdfcb95..4a575f31c 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 8cbdfcb95..4a575f31c 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 f1c0b2b10..930e04cab 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 f1c0b2b10..930e04cab 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 f6c6d8241..490d075d3 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 bb5a59c79..c24088d78 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 89e02db67..a63bde155 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 89e02db67..a63bde155 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 3d9920441..8b403838f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 3d9920441..8b403838f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 477a2671d..4e506aa03 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 779fcd752..e1a101cd4 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 47c9d83aa..a1e924939 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 47c9d83aa..a1e924939 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 959a509e5..6fcf9b1ba 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 959a509e5..6fcf9b1ba 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 593fc8229..153674113 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 0680e5a40..7d1b5379f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 b5d7cc891..0757bb018 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 b5d7cc891..0757bb018 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 a46da79c1..65a7c236a 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 a46da79c1..65a7c236a 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 2a41175bf..2d97f14da 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 067ee149d..07478e09a 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 27ef0652d..c15b0b77f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 27ef0652d..c15b0b77f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 58e1b1ce2..7044e34b1 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 58e1b1ce2..7044e34b1 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 80f6037ee..22028fbe8 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 56779da83..17f37c3ae 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 b21b60be6..55cac8b86 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 b21b60be6..55cac8b86 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 73c164625..5ecf8f52d 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 73c164625..5ecf8f52d 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 badad6e42..33bb7f043 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 df95e3874..981daf131 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 db1388d96..53e11a173 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 db1388d96..53e11a173 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 261c20ac7..456dd5440 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 261c20ac7..456dd5440 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 f4c1349b1..f7a9d53d5 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 aee74f990..6f05209dc 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 72d2ba5a0..67c523488 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 72d2ba5a0..67c523488 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 0182bb547..d8b5b8851 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 0182bb547..d8b5b8851 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 8ee28f61c..0ccd2163d 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 9cbdeef1d..cd99a63de 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 166cfb852..0872d510e 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 166cfb852..0872d510e 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 d39d5ff2d..c30f44dfa 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 d39d5ff2d..c30f44dfa 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 4fe47bed0..db8cf41db 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 059a59a13..dfcf0b816 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 1ff197059..0c6f64df5 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 fc12da939..db7929433 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 d6c3f06f6..3abd53591 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 c87645151..519a95c5f 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 76272f4cc..bc81b51fb 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:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 fdf7d1a25..af1835072 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:c7c79f20a3f164ab7add8bef525325d5a50800fb + image: linuxkit/test-docker-bench:dbca021f83f52f4b1b7134c122210bc9c209d677 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 66ec114b0..9bfb752c4 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:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:6767aece9d1407069d35ec34a339a035bd5df83c + image: linuxkit/test-containerd:28c007ed5fbba471250ecf6bb9686db5cd5b2ffe - name: poweroff image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b diff --git a/test/hack/test.yml b/test/hack/test.yml index 0b529f30b..cc884709d 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -12,7 +12,7 @@ onboot: image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:932b0380cb87ce82e3e722dbfc91db7fbff6d40e + image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 3223628df..48fd65c19 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -7,7 +7,7 @@ init: - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb onboot: - name: test-ns - image: linuxkit/test-ns:41c0a4021c2c3cce4843bc404ad5056975cf706c + image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d 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 d018c425f683d3b553a046ab4595885712048263 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:51:39 +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 8ad4dadcf..c6499b7a9 100644 --- a/pkg/acpid/Dockerfile +++ b/pkg/acpid/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror2 +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 5b575beee..f159db659 100644 --- a/pkg/auditd/Dockerfile +++ b/pkg/auditd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 6eaaca1d1..ee4068a68 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 925536116..840cc6925 100644 --- a/pkg/bpftrace/Dockerfile +++ b/pkg/bpftrace/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS build RUN apk add --update \ bison \ build-base \ diff --git a/pkg/ca-certificates/Dockerfile b/pkg/ca-certificates/Dockerfile index 8426fab98..d30e3e444 100644 --- a/pkg/ca-certificates/Dockerfile +++ b/pkg/ca-certificates/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 as alpine +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e as alpine RUN apk add ca-certificates diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index a2bff20df..f59ee9779 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 as build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 63ac37952..25355f7b9 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/containerd for linuxkit -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 as alpine +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 73dfd7c0a..ed760cfed 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 f3993b4df..91d747e51 100644 --- a/pkg/dm-crypt/Dockerfile +++ b/pkg/dm-crypt/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 db903002f..fc55579d6 100644 --- a/pkg/dummy/Dockerfile +++ b/pkg/dummy/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS build RUN apk add --no-cache --initdb make FROM scratch diff --git a/pkg/extend/Dockerfile b/pkg/extend/Dockerfile index cb6bd1bce..cd6a2a161 100644 --- a/pkg/extend/Dockerfile +++ b/pkg/extend/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 6ef9756e4..c18e8ed33 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 47ed45cec..b335ce012 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS build RUN apk add --no-cache git kmod # Clone the firmware repository diff --git a/pkg/format/Dockerfile b/pkg/format/Dockerfile index c298da22c..6579653f6 100644 --- a/pkg/format/Dockerfile +++ b/pkg/format/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 eb63f3e52..ae10de07d 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/getty for linuxkit -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 3d6a0fdf0..2674eaa84 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 c6aa684d9..fbd91661a 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile to build linuxkit/init for linuxkit FROM linuxkit/containerd-dev:25522a7fcffd14465d807fadc3d3e4f6da7b10ec AS containerd-dev -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 0cdf0d5d1..a1b5bb335 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 7b17d1fa2..eaede56c0 100644 --- a/pkg/kmsg/Dockerfile +++ b/pkg/kmsg/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 be522fa9f..e7c597177 100644 --- a/pkg/logwrite/Dockerfile +++ b/pkg/logwrite/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/losetup/Dockerfile b/pkg/losetup/Dockerfile index d099d6bd1..846af98bc 100644 --- a/pkg/losetup/Dockerfile +++ b/pkg/losetup/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 cbe6a2810..0a4111a95 100644 --- a/pkg/memlogd/Dockerfile +++ b/pkg/memlogd/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/memlogd for linuxkit -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/metadata/Dockerfile b/pkg/metadata/Dockerfile index 587928599..5a8a7c872 100644 --- a/pkg/metadata/Dockerfile +++ b/pkg/metadata/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 b8f188e5c..9efe89304 100644 --- a/pkg/mkimage/Dockerfile +++ b/pkg/mkimage/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 c8c39670c..0cb683fa6 100644 --- a/pkg/modprobe/Dockerfile +++ b/pkg/modprobe/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/modprobe for linuxkit -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 85558471c..a250b85f1 100644 --- a/pkg/mount/Dockerfile +++ b/pkg/mount/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 4939a23e3..2c3df9d28 100644 --- a/pkg/node_exporter/Dockerfile +++ b/pkg/node_exporter/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 as build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 736e9275f..6db475e30 100644 --- a/pkg/open-vm-tools/Dockerfile +++ b/pkg/open-vm-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 80c2abbd1..b8c073005 100644 --- a/pkg/openntpd/Dockerfile +++ b/pkg/openntpd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 46bb6254e..ac2481d0c 100644 --- a/pkg/poweroff/Dockerfile +++ b/pkg/poweroff/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 3982718af..c3dd89aaf 100644 --- a/pkg/qemu-ga/Dockerfile +++ b/pkg/qemu-ga/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 655a346f9..58695caef 100644 --- a/pkg/rngd/Dockerfile +++ b/pkg/rngd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 9f258e5a6..8036ab257 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/runc for linuxkit -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 as alpine +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e as alpine RUN \ apk add \ bash \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index 98d0c1547..efddf3922 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 86651b0b9..66ac1e890 100644 --- a/pkg/swap/Dockerfile +++ b/pkg/swap/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 a5a05343f..c989b81be 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/sysctl for linuxkit -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS mirror RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/sysfs/Dockerfile b/pkg/sysfs/Dockerfile index bc36c697b..b38ef5cbe 100644 --- a/pkg/sysfs/Dockerfile +++ b/pkg/sysfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 f598851b3..87c34df08 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:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 e68390320..25c345382 100644 --- a/pkg/tss/Dockerfile +++ b/pkg/tss/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 a72ca46f5..e30229db9 100644 --- a/pkg/vpnkit-expose-port/Dockerfile +++ b/pkg/vpnkit-expose-port/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS build +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 e7ab56543..630ee2071 100644 --- a/pkg/vpnkit-forwarder/Dockerfile +++ b/pkg/vpnkit-forwarder/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e 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 507ff3d6a..e6c237086 100644 --- a/pkg/vsudd/Dockerfile +++ b/pkg/vsudd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:7aea0bb7faf70f35c6b7d2d244c91da1d4b3ea93 AS mirror +FROM linuxkit/alpine:146f540f25cd92ec8ff0c5b0c98342a9a95e479e AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off From 3a6398e35169d8ec45baa324556cc132fd185cc4 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 28 Jan 2024 20:53:32 +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 72a5da9ad..ea0b57938 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:4c621e60c0ead067204a2e48280ffd7b3a46633b + - image: linuxkit/open-vm-tools:728ddf726474178eea97604c0baeabd52edab7e9 name: open-vm-tools resources: requests: diff --git a/examples/addbinds.yml b/examples/addbinds.yml index 0092c349e..79c7c9da3 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 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 a1b25c1aa..473cfa46f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb + image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: ntpd - image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990 + image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 - 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:e2ef4b703a4df2e779184243033047fd932e9637 + image: linuxkit/cadvisor:c57efffad1139b2c5df1c3f66c1e3d586ce9e07d files: - path: var/lib/docker directory: true diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index eab17412b..c58f66526 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:a24de7c635d504b677a88e981a633f9ea95029bc + image: linuxkit/losetup:65e3ad6336a321749394f58c3f28003cfce1e28c command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:7615a11bf7727f5cf9fa3f352bba4ca03a332a32 + image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 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 3452641d3..626262c09 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:7615a11bf7727f5cf9fa3f352bba4ca03a332a32 + image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 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 fafe0cb5e..01d20012e 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:d8a64b69160da8b5f1f787423a4e1e1fac67f1c3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/vpnkit-expose-port:77e45e4681c78d59f1d8a48818260948d55f9d05 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: sysfs - image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb + image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 - name: binfmt - image: linuxkit/binfmt:d418c2bd3fe67bf65f94bf056694154b1a36a707 + image: linuxkit/binfmt:68604c81876812ca1c9e2d9f098c28f463713e61 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:358ce603cf73a9825354f06e2d182467d5009ce9 + image: linuxkit/swap:c57f3319ce770515357f0058035e40519c22b752 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:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:afea8ced2185d302e0ccd99dde7cd795fea91540 + image: linuxkit/acpid:3b1560c81d3884e049ebbd9d9bf94ccb394e6cd3 # Enable getty for easier debugging - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990 + image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:c2cad3db45c8111483a82ad3155c1b5c37494576 + image: linuxkit/vsudd:b4d80d243733f80906cdbcf77f367a7b5744dc09 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:4ce0fb5bee8a286aaaeb2e9d93384e992a8d9f3f + image: linuxkit/vpnkit-forwarder:a89ec807d7d675dccd53773c07382bc707db3396 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:c23dc426e5ed914aa4a592821bfaf2b107df257e + image: linuxkit/trim-after-delete:6ba98bfb111a808b7a1ca890aca9fc2b3709fca2 # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:914c737972e7fe8b4fbe161f919a3f279de2cb53 + image: linuxkit/host-timesync-daemon:12d443511194774a9fdaf5457e5f2703fd5e882c # 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 2e9946ef7..0fe800d3c 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: sysfs - image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb + image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - name: ntpd - image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990 + image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/examples/getty.yml b/examples/getty.yml index 87d8e18ac..8029b8757 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 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 ff0e93000..6701dee1a 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b 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:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 3b18cc697..4526ac61f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 1151ed387..ca2c57cea 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f - - linuxkit/memlogd:f7b06f877b0b1ada32c21b55103f533bf6883fdd + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5 onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b 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:d03805e214f15670e37330e70a9edf790f318eaf + image: linuxkit/logwrite:c1c66d246080a40658903916d650206f2dcd707a - name: kmsg - image: linuxkit/kmsg:d445988576012191c0b6650c6d720a1a017c7761 + image: linuxkit/kmsg:423844f262467e1199480dc93d69e38610c78133 diff --git a/examples/minimal.yml b/examples/minimal.yml index dc5a0adb5..dd8719356 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 667d57b03..e99221a00 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - name: node_exporter - image: linuxkit/node_exporter:a6f59d7254bbdb3d25d8dab287f493bee9ca625d + image: linuxkit/node_exporter:9bcd8479b7ba2844773ef4f01a60c901c4800982 diff --git a/examples/openstack.yml b/examples/openstack.yml index f344115e5..44e43d78a 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 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 9b7f0f44c..9518b456b 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 services: - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd2 - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 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 f72c82cc3..374bdc822 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db services: - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index 427918289..0d403c933 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 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 8d308f207..7f776603e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f - - linuxkit/firmware:78ef2d58c22e2427cb9ff0a118be530ef8cc687c + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/firmware:8def159583422181ddee3704f7024ecb9c02d348 onboot: - name: rngd1 - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-packet.arm64.yml b/examples/platform-packet.arm64.yml index 324bb2cf1..5469a647b 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:317d720cd0c1bcf7a0e8a7c198fb1223b1be1009 + image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676 command: ["modprobe", "nicvf"] diff --git a/examples/platform-packet.yml b/examples/platform-packet.yml index ab6e921e9..f1582d7c1 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f - - linuxkit/firmware:78ef2d58c22e2427cb9ff0a118be530ef8cc687c + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/firmware:8def159583422181ddee3704f7024ecb9c02d348 onboot: - name: rngd1 - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 command: ["/usr/bin/metadata", "packet"] services: - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index bd46ccd2f..6d008e466 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - name: open-vm-tools - image: linuxkit/open-vm-tools:4c621e60c0ead067204a2e48280ffd7b3a46633b + image: linuxkit/open-vm-tools:728ddf726474178eea97604c0baeabd52edab7e9 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index 9468934a2..f355c5e99 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: rngd1 - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index 67106c21c..6b2e13990 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 86ce6f3c2..aae9ef0b9 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 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 8393bb823..1c49e274f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b 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 5f142d15a..0c9f54ce9 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: rngd1 - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - name: sshd - image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/static-ip.yml b/examples/static-ip.yml index 36159a7c7..612f7eee7 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: ip - image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0 + image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 binds: - /etc/ip:/etc/ip command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index f97559dab..ed72528c9 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:358ce603cf73a9825354f06e2d182467d5009ce9 + image: linuxkit/swap:c57f3319ce770515357f0058035e40519c22b752 # 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:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 diff --git a/examples/tpm.yml b/examples/tpm.yml index e092b89a2..3b42326b3 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: tss - image: linuxkit/tss:2c6616e8bf9ba06c017155a95f369cf5bba8d4e2 + image: linuxkit/tss:856286012a613598d6ef6869b196f9a72245b7d2 - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 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 1cc9817f9..aaa912361 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 binds.add: - /root/.ssh:/root/.ssh - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:4ce0fb5bee8a286aaaeb2e9d93384e992a8d9f3f + image: linuxkit/vpnkit-forwarder:a89ec807d7d675dccd53773c07382bc707db3396 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 785e53a94..e108c80ae 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:c2cad3db45c8111483a82ad3155c1b5c37494576 + image: linuxkit/vsudd:b4d80d243733f80906cdbcf77f367a7b5744dc09 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 9485f7f89..b645f329e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0 + image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0 + image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 516b13f18..fd283fddc 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - 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 c57302202..2acd79928 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 77da162c2..2bec29eb7 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: sysfs - image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb + image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: ntpd - image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990 + image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 7ce36b072..7a7181b8e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: sysfs - image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb + image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: ntpd - image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990 + image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 - 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 7ed1f1a8d..7af08dab0 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index 8de9a54eb..8056c1f8c 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index 80d27beeb..090bd283f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index eae548290..dbdb3b11f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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 06472435f..b02da103d 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - 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:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24 + image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index e0d39b1d5..aecb84752 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db services: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 80179b46c..bbc9e0c3a 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b env: - INSECURE=true - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - 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 751bb51ce..d72743165 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: mkimage - image: linuxkit/mkimage:6c000daf689ede3898190e882158b08c97533be0 + image: linuxkit/mkimage:57c92bfb1fcb71eb80ddf4d3b34aad1dd34da209 - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 trust: org: - linuxkit diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index aa7cb8b63..5a66886bd 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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 90d618bbf..6e141d183 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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:6e4e00cd775014ed1d47c397c6041852b218eae0 + image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 # 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 b3882a1b2..7a2af947f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 3604e4960..8ac875fd4 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad 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 c6fe867ed..ac4aa881b 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 c6fe867ed..ac4aa881b 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 e32c4a1f1..1578da08e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 381c6ee78..8d3883020 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 381c6ee78..8d3883020 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 381c6ee78..8d3883020 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 381c6ee78..8d3883020 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 8878bcd58..b2bcca33e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 381c6ee78..8d3883020 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 381c6ee78..8d3883020 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 09f628bcf..9ea7f526e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad services: - name: acpid - image: linuxkit/acpid:afea8ced2185d302e0ccd99dde7cd795fea91540 + image: linuxkit/acpid:3b1560c81d3884e049ebbd9d9bf94ccb394e6cd3 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 381c6ee78..8d3883020 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 412ddb94c..b5d0640ab 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 ec5008524..af93d1041 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 f592d2022..b08916f66 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 a99a4b309..5a1e1a2a8 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 d6e866211..8355c74ee 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 f1a2e3afd..9e500462f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 83ec12a55..5b2edd9cf 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 d8893c852..ec6f8e0f4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 f71b2a05f..9eb9b3b51 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 f71b2a05f..9eb9b3b51 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 e8d2915ba..7b825717a 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 e8d2915ba..7b825717a 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0e944dc87..e0c98acf4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 36adca012..ad07a2999 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 4a575f31c..2ae3302ed 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 4a575f31c..2ae3302ed 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 930e04cab..b904461eb 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 930e04cab..b904461eb 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 490d075d3..bde7995d9 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 c24088d78..1fd87fd35 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 a63bde155..e7faa3a44 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 a63bde155..e7faa3a44 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 8b403838f..675eb8c64 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 8b403838f..675eb8c64 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 4e506aa03..2d92e4662 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 e1a101cd4..92c208947 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 a1e924939..bd110e1b8 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 a1e924939..bd110e1b8 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 6fcf9b1ba..2398805c8 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 6fcf9b1ba..2398805c8 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 153674113..667cddb27 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 7d1b5379f..79a998bf4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0757bb018..ee8dc3eff 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0757bb018..ee8dc3eff 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 65a7c236a..8b258e8ff 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 65a7c236a..8b258e8ff 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 2d97f14da..58cfa6ef4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 07478e09a..afcb7f818 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 c15b0b77f..3f1fd11e8 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 c15b0b77f..3f1fd11e8 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 7044e34b1..293b135de 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 7044e34b1..293b135de 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 22028fbe8..55a1e584c 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 17f37c3ae..5f7c0649c 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 55cac8b86..761657d20 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 55cac8b86..761657d20 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 5ecf8f52d..23a7e0543 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 5ecf8f52d..23a7e0543 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 33bb7f043..92b0bb402 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 981daf131..c2d64ac35 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 53e11a173..b95b6b48a 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 53e11a173..b95b6b48a 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 456dd5440..b51caaf6d 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 456dd5440..b51caaf6d 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 f7a9d53d5..85dd19c9b 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 6f05209dc..b7c21e98d 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 67c523488..9221614e4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 67c523488..9221614e4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 d8b5b8851..edc65b514 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 d8b5b8851..edc65b514 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0ccd2163d..c6a5d684c 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 cd99a63de..4d2e69b10 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0872d510e..2e4b060d4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0872d510e..2e4b060d4 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 c30f44dfa..cd59e0f52 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 c30f44dfa..cd59e0f52 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 db8cf41db..b147e8913 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 dfcf0b816..b889bd554 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0c6f64df5..81bf324df 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 db7929433..8db939829 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 3abd53591..e217a9ef6 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 519a95c5f..87480641f 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 bc81b51fb..ab3fbd897 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 adee70568..f0087dca6 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index af1835072..61771f492 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: sysfs - image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb + image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f + image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee - 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 022d64559..f27fbbe14 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 6241bedc7..ecbca3bda 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: dummy - image: linuxkit/dummy:941e1cbe5408911dac089addc86cb4d3d2a71713 + image: linuxkit/dummy:3bd65084c877dd734df3cd539ba595badae3f97e - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 d89c91d1f..71677b7e7 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb - linuxkit/kernel-bcc:5.4.113 onboot: - name: check-bcc @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 afb2d5a7f..ab18a91d5 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: binfmt - image: linuxkit/binfmt:d418c2bd3fe67bf65f94bf056694154b1a36a707 + image: linuxkit/binfmt:68604c81876812ca1c9e2d9f098c28f463713e61 - 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 d29fb3cc5..3a882441f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/bpftrace:c505af68dbe818ecd66a8562444606857cd84900 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/bpftrace:d9ddf9095bce44197aadb0119fe963cb9ebc4444 onboot: - name: bpftrace-test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 3223d9c3d..cb2f958a7 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: test image: alpine:3.13 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 b711a0649..8fad849ff 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 9bfb752c4..140b2d544 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "/var/lib"] - name: test image: linuxkit/test-containerd:28c007ed5fbba471250ecf6bb9686db5cd5b2ffe - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 736881a7a..5746e320b 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 7801a80d7..c3984c860 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: dm-crypt - image: linuxkit/dm-crypt:7615a11bf7727f5cf9fa3f352bba4ca03a332a32 + image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 f81025710..58dd607a8 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: dm-crypt - image: linuxkit/dm-crypt:7615a11bf7727f5cf9fa3f352bba4ca03a332a32 + image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 ddc01efb2..aac780554 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: dm-crypt - image: linuxkit/dm-crypt:7615a11bf7727f5cf9fa3f352bba4ca03a332a32 + image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 0c104ae91..db834f31e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 911ec2fc3..d4e89a05b 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: extend - image: linuxkit/extend:a9639d0932caadf5538efb0bce6be9185f6d6007 + image: linuxkit/extend:3b9a7fe1f5fe7d3b54caacd2659cc4c5806b18c4 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 b33d2e1d7..6a08ab505 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: modprobe - image: linuxkit/modprobe:317d720cd0c1bcf7a0e8a7c198fb1223b1be1009 + image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 6168b72cd..5774b3c77 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: modprobe - image: linuxkit/modprobe:317d720cd0c1bcf7a0e8a7c198fb1223b1be1009 + image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676 command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:a9639d0932caadf5538efb0bce6be9185f6d6007 + image: linuxkit/extend:3b9a7fe1f5fe7d3b54caacd2659cc4c5806b18c4 command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 ea22fa486..f62fd4c2e 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 54c6cadea..6eb02e3e6 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: extend - image: linuxkit/extend:a9639d0932caadf5538efb0bce6be9185f6d6007 + image: linuxkit/extend:3b9a7fe1f5fe7d3b54caacd2659cc4c5806b18c4 command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 8da827d89..556b62750 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 911ec2fc3..d4e89a05b 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: extend - image: linuxkit/extend:a9639d0932caadf5538efb0bce6be9185f6d6007 + image: linuxkit/extend:3b9a7fe1f5fe7d3b54caacd2659cc4c5806b18c4 - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 074db0786..6f2a7e4f5 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 081d7a5e0..3d74d8a80 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 b0eb5b9fa..8588f7056 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 f1c8f61f6..8a61aacd1 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: modprobe - image: linuxkit/modprobe:317d720cd0c1bcf7a0e8a7c198fb1223b1be1009 + image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 4ed9820aa..0193ba9d0 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 2f1d63d31..7ea1e99be 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 cad8d5a90..95fe42318 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 938fc8e69..1fdc11d9a 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193 + image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e + image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 4a0601a01..7065729df 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e + image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b 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 12f1d61dc..cad50030f 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff 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 29c304822..c55d3b228 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f - - linuxkit/memlogd:f7b06f877b0b1ada32c21b55103f533bf6883fdd + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5 services: - name: kmsg - image: linuxkit/kmsg:d445988576012191c0b6650c6d720a1a017c7761 + image: linuxkit/kmsg:423844f262467e1199480dc93d69e38610c78133 - name: write-and-rotate-logs - image: linuxkit/logwrite:d03805e214f15670e37330e70a9edf790f318eaf + image: linuxkit/logwrite:c1c66d246080a40658903916d650206f2dcd707a - 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 5396f95c8..927ec9a56 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f - - linuxkit/memlogd:f7b06f877b0b1ada32c21b55103f533bf6883fdd + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5 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:d03805e214f15670e37330e70a9edf790f318eaf + image: linuxkit/logwrite:c1c66d246080a40658903916d650206f2dcd707a 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 5e199e307..bb6b39ce8 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: losetup - image: linuxkit/losetup:a24de7c635d504b677a88e981a633f9ea95029bc + image: linuxkit/losetup:65e3ad6336a321749394f58c3f28003cfce1e28c 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 25e873938..7c671e891 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: metadata - image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d + image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 e3dd48518..27666a9fd 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: mkimage - image: linuxkit/mkimage:6c000daf689ede3898190e882158b08c97533be0 + image: linuxkit/mkimage:57c92bfb1fcb71eb80ddf4d3b34aad1dd34da209 - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 47ef180cf..cf4730016 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index aec4c5c26..825700fd3 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: sysctl - image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903 + image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db - 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:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 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 9f4280872..2bdc4d1a2 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 - - linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad + - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0 + image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0 + image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 0718b9c16..737f6f55a 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index cc884709d..e71827741 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb - - linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796 + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb + - linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad onboot: - name: dhcpcd - image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa + image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53 - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 48fd65c19..0b0748381 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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b - - linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb + - linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6 + - linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb onboot: - name: test-ns image: linuxkit/test-ns:30e09616e860351c3b94c2de5580475cf6779a1d @@ -14,5 +14,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b + image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 command: ["/bin/sh", "/poweroff.sh", "3"]