From 76b519705be39d275e55385c37b9235c4d12509f Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Mon, 17 Feb 2025 11:12:49 +0200 Subject: [PATCH] Add alpine bcc tools (#4105) * Update linuxkit/alpine Signed-off-by: Avi Deitcher * tools/alpine: Update to latest Signed-off-by: Avi Deitcher * tools: Update to the latest linuxkit/alpine Signed-off-by: Avi Deitcher * Update use of tools to latest Signed-off-by: Avi Deitcher * tests: Update packages to the latest linuxkit/alpine Signed-off-by: Avi Deitcher * Update use of test packages to latest Signed-off-by: Avi Deitcher * pkgs: Update packages to the latest linuxkit/alpine Signed-off-by: Avi Deitcher * Update package tags Signed-off-by: Avi Deitcher --------- Signed-off-by: Avi Deitcher --- contrib/open-vm-tools/open-vm-tools-ds.yaml | 2 +- examples/addbinds.yml | 16 ++-- examples/cadvisor.yml | 26 +++---- examples/containerd-debug.yml | 16 ++-- 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-equinixmetal.arm64.yml | 2 +- examples/platform-equinixmetal.yml | 24 +++--- examples/platform-gcp.yml | 20 ++--- examples/platform-hetzner.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/volumes.yml | 16 ++-- examples/vpnkit-forwarder.yml | 12 +-- examples/vsudd-containerd.yml | 10 +-- examples/wireguard.yml | 20 ++--- linuxkit.yml | 16 ++-- 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 | 4 +- 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 | 6 +- 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 +- .../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/build/images.yaml | 16 ++-- src/cmd/linuxkit/moby/build/mkimage.yaml | 8 +- test/cases/000_build/000_formats/test.yml | 6 +- test/cases/000_build/001_tarheaders/test.yml | 10 +-- .../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 +- .../060_input_tar/000_build/test1.yml | 14 ++-- .../060_input_tar/000_build/test2.yml | 14 ++-- .../060_input_tar/010_same_filename/test.yml | 14 ++-- .../070_volumes/000_rw_on_rw/test.yml | 6 +- .../070_volumes/001_ro_on_ro/test.yml | 6 +- .../070_volumes/002_rw_on_ro/test.yml | 6 +- .../070_volumes/003_ro_on_rw/test.yml | 6 +- .../000_build/070_volumes/004_blank/test.yml | 6 +- .../000_build/070_volumes/005_image/test.yml | 6 +- .../070_volumes/006_mount_types/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 | 8 +- .../020_kernel/013_config_5.10.x/test.yml | 8 +- .../020_kernel/016_config_5.15.x/test.yml | 8 +- .../020_kernel/019_config_6.6.x/test.yml | 8 +- 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/cases/020_kernel/119_kmod_6.6.x/test.yml | 6 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../test.yml | 4 +- .../010_echo-short-1con-single/test.yml | 4 +- .../test.yml | 4 +- .../011_echo-short-10con-single/test.yml | 4 +- .../test.yml | 4 +- .../012_echo-short-5con-multi/test.yml | 4 +- .../test.yml | 4 +- .../015_echo-long-1con-single/test.yml | 4 +- .../test.yml | 4 +- .../016_echo-long-10con-single/test.yml | 4 +- .../017_echo-long-5con-multi-reverse/test.yml | 4 +- .../017_echo-long-5con-multi/test.yml | 4 +- .../010_veth-unix-domain-echo/test.yml | 4 +- .../test.yml | 4 +- .../100_mix/012_veth-ipv4-echo/test.yml | 4 +- .../100_mix/013_veth-ipv6-echo/test.yml | 4 +- .../100_mix/014_veth-tcp-echo/test.yml | 4 +- .../100_mix/015_veth-udp-echo/test.yml | 4 +- .../100_mix/020_unix-domain-echo/test.yml | 4 +- .../cases/020_kernel/200_namespace/common.yml | 4 +- .../030_security/000_docker-bench/test.yml | 22 +++--- 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 | 20 ++--- 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 | 10 +-- .../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 | 10 +-- .../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 | 12 +-- test/pkg/containerd/Dockerfile | 4 +- test/pkg/docker-bench/Dockerfile | 2 +- test/pkg/kernel-config/Dockerfile | 2 +- test/pkg/ns/Dockerfile | 4 +- test/pkg/ns/template.yml | 8 +- test/pkg/virtsock/Dockerfile | 4 +- tools/alpine/packages | 1 + tools/alpine/packages.aarch64 | 1 + tools/alpine/packages.x86_64 | 1 + tools/alpine/versions.aarch64 | 78 ++++++++++--------- tools/alpine/versions.riscv64 | 77 +++++++++--------- tools/alpine/versions.x86_64 | 78 ++++++++++--------- tools/containerd-dev/Dockerfile | 2 +- tools/go-compile/Dockerfile | 2 +- tools/grub-dev/Dockerfile | 2 +- tools/grub/Dockerfile | 6 +- 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 +- 257 files changed, 1058 insertions(+), 1044 deletions(-) diff --git a/contrib/open-vm-tools/open-vm-tools-ds.yaml b/contrib/open-vm-tools/open-vm-tools-ds.yaml index 3b0d84bd0..711b65604 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:801cc643c2f8827072fe8438e0b2e340352895ee + - image: linuxkit/open-vm-tools:8a320f7453711f0544f4b03558aaf0b80c7c23f1 name: open-vm-tools resources: requests: diff --git a/examples/addbinds.yml b/examples/addbinds.yml index 2e1dcbf2d..8b13c6f59 100644 --- a/examples/addbinds.yml +++ b/examples/addbinds.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 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 7206d9366..587b3286a 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 + image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: ntpd - image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb + image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86 - 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:4b2fdff7c65d898f1de0415935f6df0da372153b + image: linuxkit/cadvisor:b4a75f3e296ebbeac3a008eee74f8dd2305e595e files: - path: var/lib/docker directory: true diff --git a/examples/containerd-debug.yml b/examples/containerd-debug.yml index ec3db5463..862442f1e 100644 --- a/examples/containerd-debug.yml +++ b/examples/containerd-debug.yml @@ -3,15 +3,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -19,11 +19,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index e762d588b..186332dcb 100644 --- a/examples/dm-crypt-loop.yml +++ b/examples/dm-crypt-loop.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:69609a05033ea80073f21087cb00c448f98d7f0a + image: linuxkit/losetup:095ff80d8e8fad1707741ea2584a36f3b80e787d command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 + image: linuxkit/dm-crypt:981fde241bb84616a5ba94c04cdefa1489431a25 command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 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 4dc1f69ac..1567cf2db 100644 --- a/examples/dm-crypt.yml +++ b/examples/dm-crypt.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 + image: linuxkit/dm-crypt:981fde241bb84616a5ba94c04cdefa1489431a25 command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 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 2a31d6bd7..28ba6de5e 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -3,30 +3,30 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:0a41328b6d100e998f08239fdae2fece81d3725c # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/vpnkit-expose-port:b30e8456ac128b2ac360329898368b309ea6e477 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: sysfs - image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 + image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b - name: binfmt - image: linuxkit/binfmt:564e110729c8d8ecc365979a7d149e2851942883 + image: linuxkit/binfmt:ce9509ccfa25002227ccd7ed8dd48d6947854427 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:3b92229926a906986c490a624edd5f478e5e0ed7 + image: linuxkit/swap:f4b8ffef87c8c72165bd8a92b790ac252ccf1821 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:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9 + image: linuxkit/acpid:6cb5575e487a8fcbd4c3eb6721c23299e6ea452f # Enable getty for easier debugging - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb + image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:be056b9bf455ca664a0835054de1ef95f4159992 + image: linuxkit/vsudd:127acd1453f7bfda791491ac4c55be0d2b9223cc 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:974c8fc04837a05afe6f97c79c205a949e8ebb7c + image: linuxkit/vpnkit-forwarder:e22bb70abdb5550c369f91ae7068c24e19beff73 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:97dbe2e552de0aa77c3cea6293f7c378f611c3cd + image: linuxkit/trim-after-delete:7d183e3da081e1c6cd08392f27630fafe069654d # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:ec5a54a9ea824a4c021862fa9b0aea8c18d461d6 + image: linuxkit/host-timesync-daemon:548bfe9d35c930ee42d6c0485bb4bf25d2729bad # 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 80bef156a..ccc594c3c 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: sysfs - image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 + image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: ntpd - image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb + image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/examples/getty.yml b/examples/getty.yml index cce917f16..dbf91259a 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 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 66094dd2f..ab295f18e 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 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:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 7c7d8f85d..e1ae0963f 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 228db4c21..ba2f0acc0 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -3,21 +3,21 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 - - linuxkit/memlogd:b15eb4d07ee3a50708a310ba62eb9330b61182e2 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb + - linuxkit/memlogd:e28ecaa23a3693ae96575fb3bc421bc1d9f46c4f onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 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:678308bdb6421f32ff79b61ac2d95e9c8e41e080 + image: linuxkit/logwrite:3f138a010098862845b7270fc3715a03d0e3871e - name: kmsg - image: linuxkit/kmsg:2cee55de43a863c9f1a28fe5a00e4730564e1826 + image: linuxkit/kmsg:9b0a33abebde8de005a3bfaf8dc06f183a9ba7b8 diff --git a/examples/minimal.yml b/examples/minimal.yml index 1b4af39a3..3614f43f6 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 046a0cd56..bb949bd46 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: node_exporter - image: linuxkit/node_exporter:6305047000c495694c7a220d56e1fc4fea2a230d + image: linuxkit/node_exporter:1415b52c08ddc5799b2fc83cf3f080c56c3ff5a9 diff --git a/examples/openstack.yml b/examples/openstack.yml index 46484d1c7..d5037e72c 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 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 683951afd..daeec1d1d 100644 --- a/examples/platform-aws.yml +++ b/examples/platform-aws.yml @@ -2,26 +2,26 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 services: - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd2 - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 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 73db81876..4133c41b2 100644 --- a/examples/platform-azure.yml +++ b/examples/platform-azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf services: - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-equinixmetal.arm64.yml b/examples/platform-equinixmetal.arm64.yml index ff6b321f5..27c46ee89 100644 --- a/examples/platform-equinixmetal.arm64.yml +++ b/examples/platform-equinixmetal.arm64.yml @@ -10,5 +10,5 @@ kernel: ucode: "" onboot: - name: modprobe - image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 + image: linuxkit/modprobe:773ee174006ecbb412830e48889795bae40b62f9 command: ["modprobe", "nicvf"] diff --git a/examples/platform-equinixmetal.yml b/examples/platform-equinixmetal.yml index bd1f5e7c7..0f54e09e0 100644 --- a/examples/platform-equinixmetal.yml +++ b/examples/platform-equinixmetal.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 - - linuxkit/firmware:544907aff6aad9daf6dce8813f3dd4fd0a1d1c49 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb + - linuxkit/firmware:198a094b6b6efb72e6c731be3ec30e00322323f9 onboot: - name: rngd1 - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 command: ["/usr/bin/metadata", "equinixmetal"] services: - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index ba8ee1d5f..c9addb75a 100644 --- a/examples/platform-gcp.yml +++ b/examples/platform-gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 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 ac489d4e2..7e1c01782 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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 - - linuxkit/firmware:544907aff6aad9daf6dce8813f3dd4fd0a1d1c49 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb + - linuxkit/firmware:198a094b6b6efb72e6c731be3ec30e00322323f9 onboot: - name: rngd1 - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index 2842576ad..90c1af5b8 100644 --- a/examples/platform-rt-for-vmware.yml +++ b/examples/platform-rt-for-vmware.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13-rt cmdline: "console=tty0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: open-vm-tools - image: linuxkit/open-vm-tools:801cc643c2f8827072fe8438e0b2e340352895ee + image: linuxkit/open-vm-tools:8a320f7453711f0544f4b03558aaf0b80c7c23f1 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index f2f607c90..2e81ffd61 100644 --- a/examples/platform-scaleway.yml +++ b/examples/platform-scaleway.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: rngd1 - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index b716f159f..9504b26c4 100644 --- a/examples/platform-vmware.yml +++ b/examples/platform-vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 747181481..8dc7f035f 100644 --- a/examples/platform-vultr.yml +++ b/examples/platform-vultr.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 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 1c923e2ce..d517576ac 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 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 b091e062e..96691102d 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: rngd1 - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: sshd - image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/static-ip.yml b/examples/static-ip.yml index 48be20862..ff681ea14 100644 --- a/examples/static-ip.yml +++ b/examples/static-ip.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: ip - image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc + image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156 binds: - /etc/ip:/etc/ip command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index 247cf2ddb..400237731 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:3b92229926a906986c490a624edd5f478e5e0ed7 + image: linuxkit/swap:f4b8ffef87c8c72165bd8a92b790ac252ccf1821 # 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:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 diff --git a/examples/tpm.yml b/examples/tpm.yml index 760f75cb7..1839210aa 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: tss - image: linuxkit/tss:d35e741fc58a575c0590cfc03e69121b0f58c91f + image: linuxkit/tss:dbdcce4c3a840f8337d20991807439b2096a1457 - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/volumes.yml b/examples/volumes.yml index d88d9ed0d..7b7f4b347 100644 --- a/examples/volumes.yml +++ b/examples/volumes.yml @@ -3,15 +3,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -19,11 +19,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 3adb9f4fe..eddaaa305 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 binds.add: - /root/.ssh:/root/.ssh - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:974c8fc04837a05afe6f97c79c205a949e8ebb7c + image: linuxkit/vpnkit-forwarder:e22bb70abdb5550c369f91ae7068c24e19beff73 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 6a72646dd..04604acc9 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:be056b9bf455ca664a0835054de1ef95f4159992 + image: linuxkit/vsudd:127acd1453f7bfda791491ac4c55be0d2b9223cc binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/wireguard.yml b/examples/wireguard.yml index d80bfb353..65cb269b6 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc + image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc + image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 3388fa94a..5271d8e06 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/pkg/acpid/Dockerfile b/pkg/acpid/Dockerfile index 0286a48f0..56e7e7e73 100644 --- a/pkg/acpid/Dockerfile +++ b/pkg/acpid/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror2 +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 0dc161b9e..8c722966b 100644 --- a/pkg/auditd/Dockerfile +++ b/pkg/auditd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 2abc6bd51..e79a8f07f 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 790415919..52d1cd43c 100644 --- a/pkg/bpftrace/Dockerfile +++ b/pkg/bpftrace/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --update \ bison \ build-base \ diff --git a/pkg/ca-certificates/Dockerfile b/pkg/ca-certificates/Dockerfile index 47029084e..f7ff598c5 100644 --- a/pkg/ca-certificates/Dockerfile +++ b/pkg/ca-certificates/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as alpine +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a as alpine RUN apk add ca-certificates diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index bd63549fa..751683c45 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 9aca7124e..c8607a203 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -1,10 +1,10 @@ # Dockerfile to build linuxkit/containerd for linuxkit -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as alpine +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:8fe97ddfe55ed40190cdc19e50497289d28a9270 as containerd-dev +FROM linuxkit/containerd-dev:6bcd306acd17006695406edc0cc6b5111a601799 as containerd-dev FROM scratch ENTRYPOINT [] diff --git a/pkg/dhcpcd/Dockerfile b/pkg/dhcpcd/Dockerfile index 8559416d3..932b8a922 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 17a896566..eaeed1800 100644 --- a/pkg/dm-crypt/Dockerfile +++ b/pkg/dm-crypt/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 2cf95a8a2..0890b454a 100644 --- a/pkg/dummy/Dockerfile +++ b/pkg/dummy/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --no-cache --initdb make FROM scratch diff --git a/pkg/extend/Dockerfile b/pkg/extend/Dockerfile index bc411d31d..fb0ace679 100644 --- a/pkg/extend/Dockerfile +++ b/pkg/extend/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 087ba06fd..791f61933 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 4a378b25e..c6f3da909 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -1,7 +1,7 @@ # Make modules from a recentish kernel available FROM linuxkit/kernel:6.6.13 AS kernel -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --no-cache git kmod # Clone the firmware repository diff --git a/pkg/format/Dockerfile b/pkg/format/Dockerfile index d79e1457d..da16e0813 100644 --- a/pkg/format/Dockerfile +++ b/pkg/format/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 7f2c994d2..c88f57912 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/getty for linuxkit -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 b9833103a..aad10f081 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 f253ea294..19c03d299 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile to build linuxkit/init for linuxkit -FROM linuxkit/containerd-dev:8fe97ddfe55ed40190cdc19e50497289d28a9270 AS containerd-dev -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/containerd-dev:6bcd306acd17006695406edc0cc6b5111a601799 AS containerd-dev +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers ADD usermode-helper.c ./ @@ -27,7 +27,7 @@ RUN go-compile.sh /go/src/cmd/service # volumes link to start RUN mkdir -p /etc/init.d && ln -s /usr/bin/service /etc/init.d/005-volumes -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 48f0228bf..7b76ce30c 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 97e10b0ee..1b7aaa9aa 100644 --- a/pkg/kmsg/Dockerfile +++ b/pkg/kmsg/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 c49ba001d..580d434d5 100644 --- a/pkg/logwrite/Dockerfile +++ b/pkg/logwrite/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/losetup/Dockerfile b/pkg/losetup/Dockerfile index e9fc0aa2f..5f0af9268 100644 --- a/pkg/losetup/Dockerfile +++ b/pkg/losetup/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 b17fe3293..f5bca131a 100644 --- a/pkg/memlogd/Dockerfile +++ b/pkg/memlogd/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/memlogd for linuxkit -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/metadata/Dockerfile b/pkg/metadata/Dockerfile index 4d50b7d23..31cab0426 100644 --- a/pkg/metadata/Dockerfile +++ b/pkg/metadata/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 9dae70c0c..eee88fbde 100644 --- a/pkg/mkimage/Dockerfile +++ b/pkg/mkimage/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 b32dd4813..9e5e7ba7c 100644 --- a/pkg/modprobe/Dockerfile +++ b/pkg/modprobe/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/modprobe for linuxkit -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 cc8a9bdc2..dfbdfc74c 100644 --- a/pkg/mount/Dockerfile +++ b/pkg/mount/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 efd4b0101..69431a334 100644 --- a/pkg/node_exporter/Dockerfile +++ b/pkg/node_exporter/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 01290c944..7ea76720f 100644 --- a/pkg/open-vm-tools/Dockerfile +++ b/pkg/open-vm-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 96cdb44c5..60a1fce2b 100644 --- a/pkg/openntpd/Dockerfile +++ b/pkg/openntpd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 5830fefbf..3c7e0320e 100644 --- a/pkg/poweroff/Dockerfile +++ b/pkg/poweroff/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 c82eeb17e..5c4529d81 100644 --- a/pkg/qemu-ga/Dockerfile +++ b/pkg/qemu-ga/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 701be904e..cec5db5bd 100644 --- a/pkg/rngd/Dockerfile +++ b/pkg/rngd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 5e7ba41aa..d01515d52 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/runc for linuxkit -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as alpine +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a as alpine RUN \ apk add \ bash \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index 859ddf62c..355378d5f 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 e5b7a0790..b83d457fa 100644 --- a/pkg/swap/Dockerfile +++ b/pkg/swap/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 e4090945f..58204101c 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/sysctl for linuxkit -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS mirror RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/sysfs/Dockerfile b/pkg/sysfs/Dockerfile index 772772dbb..6e4ee0ab8 100644 --- a/pkg/sysfs/Dockerfile +++ b/pkg/sysfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 062766304..3265749ef 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 fc77269fc..ff69ec95a 100644 --- a/pkg/tss/Dockerfile +++ b/pkg/tss/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 e7b9a2756..b53a5f1d3 100644 --- a/pkg/vpnkit-expose-port/Dockerfile +++ b/pkg/vpnkit-expose-port/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 272a1ce82..d27e52e99 100644 --- a/pkg/vpnkit-forwarder/Dockerfile +++ b/pkg/vpnkit-forwarder/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 477d591b5..75aacdba8 100644 --- a/pkg/vsudd/Dockerfile +++ b/pkg/vsudd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index e918ed4ba..2c4d22e3a 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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index a593d80bb..46eec3425 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: sysfs - image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 + image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: ntpd - image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb + image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 40bf3aeaa..37cf115b0 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: sysfs - image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 + image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: ntpd - image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb + image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86 - 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 c7dcb4c3a..eea29cd38 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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index 132106cfd..9943a0647 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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index d8dfbce4c..3800d71b4 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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 1cf8f9047..f8cc04db0 100644 --- a/projects/miragesdk/examples/fdd.yml +++ b/projects/miragesdk/examples/fdd.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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 0b012266d..f60c4b66f 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - 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:db2374b91531e9fa1ebf63aeccb3963bee2aa771 + image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3 - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 7134b478a..bb85d614f 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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf services: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 3181611f9..6fd3a1735 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:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/src/cmd/linuxkit/moby/build/images.yaml b/src/cmd/linuxkit/moby/build/images.yaml index 790bf8bd8..daffd868c 100644 --- a/src/cmd/linuxkit/moby/build/images.yaml +++ b/src/cmd/linuxkit/moby/build/images.yaml @@ -1,12 +1,12 @@ - iso: linuxkit/mkimage-iso:fbc7d7dff99d2a66967d6e2b509941d35213fde3 - iso-bios: linuxkit/mkimage-iso-bios:ff832d8001c34a9ba9c9ba78185d62117516d19c - iso-efi: linuxkit/mkimage-iso-efi:4bff02040897e4177a2220038f4a5a08cd556afd - iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:6d087ae7aa61fe6d840e314dcb2d6b7b2a5db1b8 - raw-bios: linuxkit/mkimage-raw-bios:c64318cfc28b39010b05c7cd48673f397c45c8df - raw-efi: linuxkit/mkimage-raw-efi:6d9a9ff0a575f8ba5fcd5bf25feac89d0aa343d0 - squashfs: linuxkit/mkimage-squashfs:d9de62071bed575377e35e944004bcb23c50afab + iso: linuxkit/mkimage-iso:8c45e3a3b5609bcd382a15c4fcd8168a1d5ab663 + iso-bios: linuxkit/mkimage-iso-bios:a3b0fba84cb679c9225e568d3f158c77c9e61d33 + iso-efi: linuxkit/mkimage-iso-efi:8f236be3db79ac1bf1e356efa97860f6c99bc367 + iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:fbe42dd74527af8b7b1b804eb3afefcbf9663c67 + raw-bios: linuxkit/mkimage-raw-bios:a11bbe671863a75c68c58e9454d3246ab406567c + raw-efi: linuxkit/mkimage-raw-efi:60415b45ea87afd47bb61ef5409b1320882d7e56 + squashfs: linuxkit/mkimage-squashfs:3433e24dbecc28d1b70469bc36d91c152355841c gcp: linuxkit/mkimage-gcp:035c2c2b4b958060c0b6bdd41d9cbc886a335098 - qcow2-efi: linuxkit/mkimage-qcow2-efi:64e1921dc6074d55d0fa95c2beddef7d153d3eca + qcow2-efi: linuxkit/mkimage-qcow2-efi:203809755424fb601f63700f13f17dc65cef69b5 vhd: linuxkit/mkimage-vhd:91bcc7a6475f46a3d5d84cf6161f07c583dd9c21 dynamic-vhd: linuxkit/mkimage-dynamic-vhd:b755f8ff82c8631d18decaebb09867e7b88c2533 vmdk: linuxkit/mkimage-vmdk:20a370a55bd8d58c2ae9d634c297a955bb006efd diff --git a/src/cmd/linuxkit/moby/build/mkimage.yaml b/src/cmd/linuxkit/moby/build/mkimage.yaml index f98daa741..0f5d5fa14 100644 --- a/src/cmd/linuxkit/moby/build/mkimage.yaml +++ b/src/cmd/linuxkit/moby/build/mkimage.yaml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: mkimage - image: linuxkit/mkimage:d38b5dd286208245bea5601ce508eb6fc5bcb903 + image: linuxkit/mkimage:d7bc02c3ea8265aaf677f110f550547bbb4e9654 - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c trust: org: - linuxkit diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index d4ede2ad9..339d274bf 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/test/cases/000_build/001_tarheaders/test.yml b/test/cases/000_build/001_tarheaders/test.yml index 22846a40f..6dcc9276d 100644 --- a/test/cases/000_build/001_tarheaders/test.yml +++ b/test/cases/000_build/001_tarheaders/test.yml @@ -3,13 +3,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc + image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156 # Some environments env: - BENV=true diff --git a/test/cases/000_build/010_reproducible/test.yml b/test/cases/000_build/010_reproducible/test.yml index 22846a40f..6dcc9276d 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc + image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156 # 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 81958770d..430f63478 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 5d6301c1b..6f3836f16 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: package1 diff --git a/test/cases/000_build/060_input_tar/000_build/test1.yml b/test/cases/000_build/060_input_tar/000_build/test1.yml index 5b0ead4c7..3344314c6 100644 --- a/test/cases/000_build/060_input_tar/000_build/test1.yml +++ b/test/cases/000_build/060_input_tar/000_build/test1.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -17,11 +17,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/test/cases/000_build/060_input_tar/000_build/test2.yml b/test/cases/000_build/060_input_tar/000_build/test2.yml index a458e2f26..bb4bc8112 100644 --- a/test/cases/000_build/060_input_tar/000_build/test2.yml +++ b/test/cases/000_build/060_input_tar/000_build/test2.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1", "change"] 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:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: nginx diff --git a/test/cases/000_build/060_input_tar/010_same_filename/test.yml b/test/cases/000_build/060_input_tar/010_same_filename/test.yml index 5b0ead4c7..3344314c6 100644 --- a/test/cases/000_build/060_input_tar/010_same_filename/test.yml +++ b/test/cases/000_build/060_input_tar/010_same_filename/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -17,11 +17,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml b/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml index ea4229100..cba0ca6f1 100644 --- a/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml +++ b/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test1 image: alpine:3.20 @@ -18,7 +18,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml b/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml index e2c5c3b95..9de4c29bf 100644 --- a/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml +++ b/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola:ro command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml b/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml index 95e4c2742..15bcfff61 100644 --- a/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml +++ b/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml b/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml index a00c40155..fde888c97 100644 --- a/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml +++ b/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test1 image: alpine:3.20 @@ -18,7 +18,7 @@ onboot: - vola:/vola:ro command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/004_blank/test.yml b/test/cases/000_build/070_volumes/004_blank/test.yml index 08e9587ca..f41985048 100644 --- a/test/cases/000_build/070_volumes/004_blank/test.yml +++ b/test/cases/000_build/070_volumes/004_blank/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/005_image/test.yml b/test/cases/000_build/070_volumes/005_image/test.yml index 50c91199f..27831a838 100644 --- a/test/cases/000_build/070_volumes/005_image/test.yml +++ b/test/cases/000_build/070_volumes/005_image/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/006_mount_types/test.yml b/test/cases/000_build/070_volumes/006_mount_types/test.yml index 8eeb576e0..717da204f 100644 --- a/test/cases/000_build/070_volumes/006_mount_types/test.yml +++ b/test/cases/000_build/070_volumes/006_mount_types/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: testbinds image: alpine:3.20 @@ -27,7 +27,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola 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 3e7039bbf..bad868911 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 3e7039bbf..bad868911 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b80bf73f2..52e8b0885 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b48f29497..406a93807 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b48f29497..406a93807 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b48f29497..406a93807 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b48f29497..406a93807 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 16db47a6e..aa7d3737f 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b48f29497..406a93807 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b48f29497..406a93807 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 767269635..4b43a5cd6 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 services: - name: acpid - image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9 + image: linuxkit/acpid:6cb5575e487a8fcbd4c3eb6721c23299e6ea452f 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 b48f29497..406a93807 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 d51e0c8d7..7042e041b 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-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d + image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259 - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 4ae7e7bd5..36eef32b3 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-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d + image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259 - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 8f7273709..12c11aac6 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-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d + image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259 - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/019_config_6.6.x/test.yml b/test/cases/020_kernel/019_config_6.6.x/test.yml index 93b414dc3..a5127ef8a 100644 --- a/test/cases/020_kernel/019_config_6.6.x/test.yml +++ b/test/cases/020_kernel/019_config_6.6.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d + image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259 - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a6d01cc71..b206a986d 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-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 aa0162a03..6f980bc6d 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-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 81c3d7cb8..e18c5d88d 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-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/119_kmod_6.6.x/test.yml b/test/cases/020_kernel/119_kmod_6.6.x/test.yml index 3ca759f35..5b0714f6f 100644 --- a/test/cases/020_kernel/119_kmod_6.6.x/test.yml +++ b/test/cases/020_kernel/119_kmod_6.6.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 dabafd203..4f38414df 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 f0b4c46d7..f81119ab5 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0047f98bc..0e9e6377c 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0047f98bc..0e9e6377c 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 f8335051f..940228062 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 f8335051f..940228062 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 bc10c9945..5eb6a411f 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b4b380163..bf804a5ca 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 2d1fd7849..fe68a3e6e 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 2d1fd7849..fe68a3e6e 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 774e77dfa..10103fd08 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 774e77dfa..10103fd08 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 c660049de..38f93b82e 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 f5ad86319..0c3c89ff8 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 94674b4cc..955f4800f 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 94674b4cc..955f4800f 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 c7f39ef85..6a33f3160 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 c7f39ef85..6a33f3160 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 05ceefb06..384eb0c7d 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 dfe6409ed..8eb217eba 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b38874c26..d8a13728c 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b38874c26..d8a13728c 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 4f73456f2..0da498b6f 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 4f73456f2..0da498b6f 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 d84513b7f..771de8d4b 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 9fef4b892..2ec1b7eb3 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 5cb3be81b..68d8d8dc5 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 5cb3be81b..68d8d8dc5 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0572f4736..452c49fe3 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0572f4736..452c49fe3 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 5a55a74be..087b42341 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a86397d96..ea10dfed0 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 55e4f9f0f..76836eda7 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 55e4f9f0f..76836eda7 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 546a99663..17e5bce1f 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 546a99663..17e5bce1f 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 2db53c7ee..cb79a995c 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 6e3faee6e..949ba334e 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a597e943b..9a5dfd63c 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a597e943b..9a5dfd63c 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 94e115d30..47e3d6228 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 94e115d30..47e3d6228 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 115663068..5b50c8b98 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 829d9a990..78d2f94ff 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 abd105ac3..44e73d1a3 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 abd105ac3..44e73d1a3 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 14f11170b..0ff79619b 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 14f11170b..0ff79619b 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 d00c808e8..721508610 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 f8623dc1d..b71f3dc1b 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0f7fca418..080f0d4fa 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0f7fca418..080f0d4fa 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 654550c64..a6ef2c551 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 654550c64..a6ef2c551 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 8316fb32e..0644e6cd3 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 47ad9c361..9cf5c29e6 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 e028414c6..a0459e458 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 e028414c6..a0459e458 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a57006db9..8204e85c9 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a57006db9..8204e85c9 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 59ae3ed83..4c403b802 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 52dd5b066..6a9643c79 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 40800c1af..7bd683157 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 eb4bb1dcb..9757a448a 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 71f874518..e5b09d70d 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a99ddc54a..fcfd0f9a5 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a20fd2729..4de7583f6 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,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 61b95d859..a2c7c1bf2 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 6509cd488..92ea70cc5 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:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: sysfs - image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 + image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e + image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032 - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 - name: docker image: docker:20.10.6-dind capabilities: @@ -34,7 +34,7 @@ services: - /run:/var/run command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: test-docker-bench - image: linuxkit/test-docker-bench:4024b57616a4db19f2b694f4e7de1dc7b1a6ee75 + image: linuxkit/test-docker-bench:04223ac05d270da7f3995fcbd6b820c477aacdf6 ipc: host pid: host net: host diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 7e9329a6e..d07363734 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:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 6c722772a..b3de96df7 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: dummy - image: linuxkit/dummy:c55f2a939c0bbba5a4cbba59ba5bf0b2b372ccdb + image: linuxkit/dummy:9b6672570c2e07c41906b761fcde378cbc8b16ec - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 4c69aacc2..5ba0cdcce 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 - linuxkit/kernel-bcc:5.4.113 onboot: - name: check-bcc @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 6f0f5e5fa..7ca387452 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: binfmt - image: linuxkit/binfmt:564e110729c8d8ecc365979a7d149e2851942883 + image: linuxkit/binfmt:ce9509ccfa25002227ccd7ed8dd48d6947854427 - 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 11b9dc2d8..129bcd2ba 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/bpftrace:b65da4ebc759dd5d0a3b9c89053eeaca5c9cce63 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/bpftrace:044371a0dfe9401b343c5e60cd08c25d6a89c608 onboot: - name: bpftrace-test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 4c23830dd..44111f5c2 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: test image: alpine:3.13 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 548f381d7..e4e02a1b7 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:6.6.13 cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 9fc25e3de..f56fe26f0 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:f96dc82bee67d0e8bd350e86b76aaa68fbfc8ded + image: linuxkit/test-containerd:cda62a29d71209797eda26a01f6fc1a76efefa4f - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 85b36c3b6..c0132b52e 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 4fbfa141f..9f8f8c5ec 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 + image: linuxkit/dm-crypt:981fde241bb84616a5ba94c04cdefa1489431a25 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 64b7edccd..be5078b89 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 + image: linuxkit/dm-crypt:981fde241bb84616a5ba94c04cdefa1489431a25 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 8c4cb1238..8d69ab9e5 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 + image: linuxkit/dm-crypt:981fde241bb84616a5ba94c04cdefa1489431a25 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0039323d1..6e7b3e276 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b4016a0ae..85dd84f80 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: extend - image: linuxkit/extend:4fe799316df0f29a6930a5363841057d7c55484b + image: linuxkit/extend:1eb0ba8262e7144835a64c9a7d20f02c241fa03b - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 4a0c75746..8e2029d9c 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: modprobe - image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 + image: linuxkit/modprobe:773ee174006ecbb412830e48889795bae40b62f9 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 d84822766..c9091542b 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: modprobe - image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 + image: linuxkit/modprobe:773ee174006ecbb412830e48889795bae40b62f9 command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:4fe799316df0f29a6930a5363841057d7c55484b + image: linuxkit/extend:1eb0ba8262e7144835a64c9a7d20f02c241fa03b command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 211709a11..ff5f98c3f 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.19 @@ -17,5 +17,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 59a48c6d7..9e54b5b61 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: extend - image: linuxkit/extend:4fe799316df0f29a6930a5363841057d7c55484b + image: linuxkit/extend:1eb0ba8262e7144835a64c9a7d20f02c241fa03b command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 c186225fc..7cc0daadb 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 b4016a0ae..85dd84f80 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: extend - image: linuxkit/extend:4fe799316df0f29a6930a5363841057d7c55484b + image: linuxkit/extend:1eb0ba8262e7144835a64c9a7d20f02c241fa03b - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 a1cbb8daa..08ff7aab8 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 cb1053669..40ff83781 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 71053597d..0ba3026e2 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 ebe836c4e..318555458 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: modprobe - image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 + image: linuxkit/modprobe:773ee174006ecbb412830e48889795bae40b62f9 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 557efe2cf..c3c2ac3e0 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.19 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 de1dbd421..edc4c399a 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 c75379f0b..7870b4711 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 0980c1f56..546ac7b0d 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 + image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 + image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 8fdc9925c..0f66e6e26 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 + image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967 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 3aafff18f..76aa5df35 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb 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 fe042b88c..02497a01e 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 - - linuxkit/memlogd:b15eb4d07ee3a50708a310ba62eb9330b61182e2 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb + - linuxkit/memlogd:e28ecaa23a3693ae96575fb3bc421bc1d9f46c4f services: - name: kmsg - image: linuxkit/kmsg:2cee55de43a863c9f1a28fe5a00e4730564e1826 + image: linuxkit/kmsg:9b0a33abebde8de005a3bfaf8dc06f183a9ba7b8 - name: write-and-rotate-logs - image: linuxkit/logwrite:678308bdb6421f32ff79b61ac2d95e9c8e41e080 + image: linuxkit/logwrite:3f138a010098862845b7270fc3715a03d0e3871e - name: check-the-logs image: alpine:3.21 binds: diff --git a/test/cases/040_packages/012_logwrite/test.yml b/test/cases/040_packages/012_logwrite/test.yml index 727998369..89eab375f 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 - - linuxkit/memlogd:b15eb4d07ee3a50708a310ba62eb9330b61182e2 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb + - linuxkit/memlogd:e28ecaa23a3693ae96575fb3bc421bc1d9f46c4f 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:678308bdb6421f32ff79b61ac2d95e9c8e41e080 + image: linuxkit/logwrite:3f138a010098862845b7270fc3715a03d0e3871e command: ["/usr/bin/logwrite", "-max-log-size", "1024"] - name: check-the-logs image: alpine:3.21 diff --git a/test/cases/040_packages/012_losetup/test.yml b/test/cases/040_packages/012_losetup/test.yml index 65db3249a..cfb45cc33 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: losetup - image: linuxkit/losetup:69609a05033ea80073f21087cb00c448f98d7f0a + image: linuxkit/losetup:095ff80d8e8fad1707741ea2584a36f3b80e787d 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 28557d8d4..447cab6c8 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: metadata - image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 + image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 477e39463..99752297a 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: mkimage - image: linuxkit/mkimage:d38b5dd286208245bea5601ce508eb6fc5bcb903 + image: linuxkit/mkimage:d7bc02c3ea8265aaf677f110f550547bbb4e9654 - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index e13c336a4..c888da507 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 2b405a476..682237a29 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: sysctl - image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 + image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf - 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:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c 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 52c566aed..0d4aa0920 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:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 + - linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc + image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc + image: linuxkit/ip:9696394a7d57b384ae919662ae162c9152029156 net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index f1d5b114e..bd0d57d60 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index ad37e3267..62884ac79 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,15 +4,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 + - linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 + image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d + image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259 - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index 513ed28bb..a2d65cd41 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,5 +1,5 @@ -FROM linuxkit/containerd-dev:8fe97ddfe55ed40190cdc19e50497289d28a9270 as containerd-dev -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/containerd-dev:6bcd306acd17006695406edc0cc6b5111a601799 as containerd-dev +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 696579799..5d45cd9d8 100644 --- a/test/pkg/docker-bench/Dockerfile +++ b/test/pkg/docker-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 bf16abd5f..1fe37e659 100644 --- a/test/pkg/kernel-config/Dockerfile +++ b/test/pkg/kernel-config/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 87fb3554b..a713a5fcb 100644 --- a/test/pkg/ns/Dockerfile +++ b/test/pkg/ns/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --no-cache \ build-base \ git \ diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index b5e5f5a7b..08f03687b 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,16 +3,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd + - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test-ns - image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 + image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 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 - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f + image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index 592021495..7265b59ab 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build RUN apk add --no-cache go musl-dev git make ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/tools/alpine/packages b/tools/alpine/packages index 590a2b2e8..a2ad96519 100644 --- a/tools/alpine/packages +++ b/tools/alpine/packages @@ -12,6 +12,7 @@ bash bc bcc bcc-dev +bcc-tools binutils binutils-dev bison diff --git a/tools/alpine/packages.aarch64 b/tools/alpine/packages.aarch64 index 9c0a5377b..458e23aa7 100644 --- a/tools/alpine/packages.aarch64 +++ b/tools/alpine/packages.aarch64 @@ -1,3 +1,4 @@ +bcc-lua libunwind-dev luajit-dev qemu-system-aarch64 diff --git a/tools/alpine/packages.x86_64 b/tools/alpine/packages.x86_64 index 186faabd4..f011cf876 100644 --- a/tools/alpine/packages.x86_64 +++ b/tools/alpine/packages.x86_64 @@ -1,3 +1,4 @@ +bcc-lua libunwind-dev luajit-dev open-vm-tools diff --git a/tools/alpine/versions.aarch64 b/tools/alpine/versions.aarch64 index dde3da28a..f22d5f4a1 100644 --- a/tools/alpine/versions.aarch64 +++ b/tools/alpine/versions.aarch64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:dbe5f094be89e7d540008863ca6832ba92204987-arm64 +# linuxkit/alpine:33a6206f64e049da9e920d5b8c94c74be3a05fea-arm64 # automatically generated list of installed packages abuild-3.14.1-r4 abuild-sudo-3.14.1-r4 @@ -10,8 +10,8 @@ agetty-openrc-0.55.1-r2 alpine-baselayout-3.6.8-r1 alpine-baselayout-data-3.6.8-r1 alpine-keys-2.5-r0 -alpine-release-3.21.2-r0 -apk-tools-2.14.6-r2 +alpine-release-3.21.3-r0 +apk-tools-2.14.6-r3 argp-standalone-1.5.0-r1 attr-dev-2.5.2-r2 audit-4.0.2-r0 @@ -23,6 +23,8 @@ bash-5.2.37-r0 bc-1.07.1-r5 bcc-0.32.0-r0 bcc-dev-0.32.0-r0 +bcc-lua-0.32.0-r0 +bcc-tools-0.32.0-r0 binutils-2.43.1-r1 binutils-dev-2.43.1-r1 binutils-gold-2.43.1-r1 @@ -36,8 +38,8 @@ btrfs-progs-dev-6.11-r2 btrfs-progs-libs-6.11-r2 btrfs-progs-openrc-6.11-r2 build-base-0.5-r3 -busybox-1.37.0-r9 -busybox-binsh-1.37.0-r9 +busybox-1.37.0-r12 +busybox-binsh-1.37.0-r12 bzip2-1.0.8-r6 c-ares-1.34.3-r0 ca-certificates-20241121-r1 @@ -63,14 +65,14 @@ coreutils-sha512sum-9.5-r2 cryptsetup-2.7.5-r1 cryptsetup-libs-2.7.5-r1 cryptsetup-openrc-2.7.5-r1 -curl-8.11.1-r0 +curl-8.12.1-r0 dbus-libs-1.14.10-r4 device-mapper-2.03.29-r1 device-mapper-event-libs-2.03.29-r1 device-mapper-libs-2.03.29-r1 device-mapper-udev-2.03.29-r1 -dhcpcd-10.1.0-r0 -dhcpcd-openrc-10.1.0-r0 +dhcpcd-10.1.0-r1 +dhcpcd-openrc-10.1.0-r1 diffutils-3.10-r0 dmesg-2.40.4-r0 dosfstools-4.2-r2 @@ -119,7 +121,7 @@ gnupg-keyboxd-2.4.7-r0 gnupg-utils-2.4.7-r0 gnupg-wks-client-2.4.7-r0 gnutls-3.8.8-r0 -go-1.23.4-r0 +go-1.23.6-r0 gpg-2.4.7-r0 gpg-agent-2.4.7-r0 gpg-wks-server-2.4.7-r0 @@ -147,8 +149,8 @@ iproute2-6.11.0-r0 iproute2-minimal-6.11.0-r0 iproute2-ss-6.11.0-r0 iproute2-tc-6.11.0-r0 -iptables-1.8.10-r5 -iptables-openrc-1.8.10-r5 +iptables-1.8.11-r1 +iptables-openrc-1.8.11-r1 ipvsadm-1.31-r3 ipvsadm-openrc-1.31-r3 isl26-0.26-r1 @@ -180,8 +182,8 @@ libcap-ng-0.8.5-r0 libcap-ng-dev-0.8.5-r0 libcap2-2.71-r0 libcom_err-1.47.1-r1 -libcrypto3-3.3.2-r4 -libcurl-8.11.1-r0 +libcrypto3-3.3.3-r0 +libcurl-8.12.1-r0 libdw-0.191-r0 libeconf-0.6.3-r0 libedit-20240808.3.1-r0 @@ -232,10 +234,10 @@ libseccomp-dev-2.5.5-r1 libseccomp-static-2.5.5-r1 libslirp-4.8.0-r0 libsmartcols-2.40.4-r0 -libssl3-3.3.2-r4 +libssl3-3.3.3-r0 libstdc++-14.2.0-r4 libstdc++-dev-14.2.0-r4 -libtasn1-4.19.0-r2 +libtasn1-4.20.0-r0 libtirpc-1.3.5-r0 libtirpc-conf-1.3.5-r0 libtirpc-dev-1.3.5-r0 @@ -256,7 +258,7 @@ libverto-libev-0.3.2-r2 libverto-libevent-0.3.2-r2 libwbclient-4.20.6-r1 libxml2-2.13.4-r3 -libxtables-1.8.10-r5 +libxtables-1.8.11-r1 libxxhash-0.8.2-r2 linux-headers-6.6-r1 linux-pam-1.6.1-r1 @@ -296,12 +298,12 @@ mpfr4-4.2.1-r0 mtools-4.0.46-r0 multipath-tools-0.10.0-r1 multipath-tools-openrc-0.10.0-r1 -musl-1.2.5-r8 -musl-dev-1.2.5-r8 +musl-1.2.5-r9 +musl-dev-1.2.5-r9 musl-fts-1.2.7-r6 musl-fts-dev-1.2.7-r6 musl-obstack-1.2.3-r2 -musl-utils-1.2.5-r8 +musl-utils-1.2.5-r9 ncurses-dev-6.5_p20241006-r3 ncurses-terminfo-base-6.5_p20241006-r3 nettle-3.10-r1 @@ -325,14 +327,14 @@ openssh-keygen-9.9_p1-r2 openssh-server-9.9_p1-r2 openssh-server-common-9.9_p1-r2 openssh-server-common-openrc-9.9_p1-r2 -openssl-3.3.2-r4 -openssl-dev-3.3.2-r4 +openssl-3.3.3-r0 +openssl-dev-3.3.3-r0 p11-kit-0.25.5-r2 partx-2.40.4-r0 patch-2.7.6-r10 pcre2-10.43-r0 pcsc-lite-libs-2.2.3-r1 -perl-5.40.0-r3 +perl-5.40.1-r0 perl-error-0.17029-r2 perl-git-2.47.2-r0 pigz-2.8-r1 @@ -340,6 +342,8 @@ pinentry-1.3.1-r0 pixman-0.43.4-r1 pkgconf-2.3.0-r0 popt-1.19-r4 +py3-bcc-0.32.0-r0 +py3-bcc-pyc-0.32.0-r0 py3-packaging-24.2-r0 py3-packaging-pyc-24.2-r0 py3-parsing-3.1.4-r0 @@ -348,11 +352,11 @@ py3-pip-24.3.1-r0 py3-pip-pyc-24.3.1-r0 py3-setuptools-70.3.0-r0 py3-setuptools-pyc-70.3.0-r0 -pyc-3.12.8-r1 -python3-3.12.8-r1 -python3-dev-3.12.8-r1 -python3-pyc-3.12.8-r1 -python3-pycache-pyc0-3.12.8-r1 +pyc-3.12.9-r0 +python3-3.12.9-r0 +python3-dev-3.12.9-r0 +python3-pyc-3.12.9-r0 +python3-pycache-pyc0-3.12.9-r0 qemu-9.1.2-r1 qemu-aarch64-9.1.2-r1 qemu-arm-9.1.2-r1 @@ -368,8 +372,8 @@ readline-8.2.13-r0 rhash-libs-1.4.5-r0 rpcbind-1.2.7-r0 rpcbind-openrc-1.2.7-r0 -rsync-3.3.0-r1 -rsync-openrc-3.3.0-r1 +rsync-3.4.0-r0 +rsync-openrc-3.4.0-r0 runuser-2.40.4-r0 scanelf-1.3.8-r1 sed-4.9-r2 @@ -385,11 +389,11 @@ snappy-1.1.10-r2 sntpc-0.9-r12 sntpc-openrc-0.9-r12 socat-1.8.0.1-r0 -sqlite-3.47.1-r0 -sqlite-dev-3.47.1-r0 -sqlite-libs-3.47.1-r0 +sqlite-3.48.0-r0 +sqlite-dev-3.48.0-r0 +sqlite-libs-3.48.0-r0 squashfs-tools-4.6.1-r1 -ssl_client-1.37.0-r9 +ssl_client-1.37.0-r12 strace-6.12-r0 swig-4.3.0-r0 talloc-2.4.2-r1 @@ -397,7 +401,7 @@ tar-1.35-r2 tcl-8.6.15-r0 tcpdump-4.99.5-r0 tini-0.19.0-r3 -tzdata-2024b-r1 +tzdata-2025a-r0 udev-init-scripts-35-r1 udev-init-scripts-openrc-35-r1 umount-2.40.4-r0 @@ -410,8 +414,8 @@ util-linux-openrc-2.40.4-r0 utmps-libs-0.1.2.3-r2 uuidgen-2.40.4-r0 vde2-libs-2.3.3-r3 -vim-9.1.1012-r0 -vim-common-9.1.1012-r0 +vim-9.1.1105-r0 +vim-common-9.1.1105-r0 wipefs-2.40.4-r0 wireguard-tools-1.0.20210914-r4 wireguard-tools-openrc-1.0.20210914-r4 @@ -425,7 +429,7 @@ xen-libs-4.19.1-r0 xfsprogs-6.10.1-r0 xfsprogs-extra-6.10.1-r0 xorriso-1.5.6-r0 -xxd-9.1.1012-r0 +xxd-9.1.1105-r0 xz-5.6.3-r0 xz-dev-5.6.3-r0 xz-libs-5.6.3-r0 diff --git a/tools/alpine/versions.riscv64 b/tools/alpine/versions.riscv64 index 8d575a013..8820455bd 100644 --- a/tools/alpine/versions.riscv64 +++ b/tools/alpine/versions.riscv64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:44f3c2ff685fed3310503157a45f467c02b5c685-riscv64 +# linuxkit/alpine:327aa02de5993fae1477a259af5d62154fc4a950-riscv64 # automatically generated list of installed packages abuild-3.14.1-r4 abuild-sudo-3.14.1-r4 @@ -10,8 +10,8 @@ agetty-openrc-0.55.1-r2 alpine-baselayout-3.6.8-r1 alpine-baselayout-data-3.6.8-r1 alpine-keys-2.5-r0 -alpine-release-3.21.2-r0 -apk-tools-2.14.6-r2 +alpine-release-3.21.3-r0 +apk-tools-2.14.6-r3 argp-standalone-1.5.0-r1 attr-dev-2.5.2-r2 audit-4.0.2-r0 @@ -23,6 +23,7 @@ bash-5.2.37-r0 bc-1.07.1-r5 bcc-0.32.0-r0 bcc-dev-0.32.0-r0 +bcc-tools-0.32.0-r0 binutils-2.43.1-r1 binutils-dev-2.43.1-r1 bison-3.8.2-r1 @@ -35,8 +36,8 @@ btrfs-progs-dev-6.11-r2 btrfs-progs-libs-6.11-r2 btrfs-progs-openrc-6.11-r2 build-base-0.5-r3 -busybox-1.37.0-r9 -busybox-binsh-1.37.0-r9 +busybox-1.37.0-r12 +busybox-binsh-1.37.0-r12 bzip2-1.0.8-r6 c-ares-1.34.3-r0 ca-certificates-20241121-r1 @@ -62,14 +63,14 @@ coreutils-sha512sum-9.5-r2 cryptsetup-2.7.5-r1 cryptsetup-libs-2.7.5-r1 cryptsetup-openrc-2.7.5-r1 -curl-8.11.1-r0 +curl-8.12.1-r0 dbus-libs-1.14.10-r4 device-mapper-2.03.29-r1 device-mapper-event-libs-2.03.29-r1 device-mapper-libs-2.03.29-r1 device-mapper-udev-2.03.29-r1 -dhcpcd-10.1.0-r0 -dhcpcd-openrc-10.1.0-r0 +dhcpcd-10.1.0-r1 +dhcpcd-openrc-10.1.0-r1 diffutils-3.10-r0 dmesg-2.40.4-r0 dosfstools-4.2-r2 @@ -118,7 +119,7 @@ gnupg-keyboxd-2.4.7-r0 gnupg-utils-2.4.7-r0 gnupg-wks-client-2.4.7-r0 gnutls-3.8.8-r0 -go-1.23.4-r0 +go-1.23.6-r0 gpg-2.4.7-r0 gpg-agent-2.4.7-r0 gpg-wks-server-2.4.7-r0 @@ -146,8 +147,8 @@ iproute2-6.11.0-r0 iproute2-minimal-6.11.0-r0 iproute2-ss-6.11.0-r0 iproute2-tc-6.11.0-r0 -iptables-1.8.10-r5 -iptables-openrc-1.8.10-r5 +iptables-1.8.11-r1 +iptables-openrc-1.8.11-r1 ipvsadm-1.31-r3 ipvsadm-openrc-1.31-r3 isl26-0.26-r1 @@ -179,8 +180,8 @@ libcap-ng-0.8.5-r0 libcap-ng-dev-0.8.5-r0 libcap2-2.71-r0 libcom_err-1.47.1-r1 -libcrypto3-3.3.2-r4 -libcurl-8.11.1-r0 +libcrypto3-3.3.3-r0 +libcurl-8.12.1-r0 libdw-0.191-r0 libeconf-0.6.3-r0 libedit-20240808.3.1-r0 @@ -231,10 +232,10 @@ libseccomp-dev-2.5.5-r1 libseccomp-static-2.5.5-r1 libslirp-4.8.0-r0 libsmartcols-2.40.4-r0 -libssl3-3.3.2-r4 +libssl3-3.3.3-r0 libstdc++-14.2.0-r4 libstdc++-dev-14.2.0-r4 -libtasn1-4.19.0-r2 +libtasn1-4.20.0-r0 libtirpc-1.3.5-r0 libtirpc-conf-1.3.5-r0 libtirpc-dev-1.3.5-r0 @@ -255,7 +256,7 @@ libverto-libev-0.3.2-r2 libverto-libevent-0.3.2-r2 libwbclient-4.20.6-r1 libxml2-2.13.4-r3 -libxtables-1.8.10-r5 +libxtables-1.8.11-r1 libxxhash-0.8.2-r2 linux-headers-6.6-r1 linux-pam-1.6.1-r1 @@ -293,12 +294,12 @@ mpfr4-4.2.1-r0 mtools-4.0.46-r0 multipath-tools-0.10.0-r1 multipath-tools-openrc-0.10.0-r1 -musl-1.2.5-r8 -musl-dev-1.2.5-r8 +musl-1.2.5-r9 +musl-dev-1.2.5-r9 musl-fts-1.2.7-r6 musl-fts-dev-1.2.7-r6 musl-obstack-1.2.3-r2 -musl-utils-1.2.5-r8 +musl-utils-1.2.5-r9 ncurses-dev-6.5_p20241006-r3 ncurses-terminfo-base-6.5_p20241006-r3 nettle-3.10-r1 @@ -322,14 +323,14 @@ openssh-keygen-9.9_p1-r2 openssh-server-9.9_p1-r2 openssh-server-common-9.9_p1-r2 openssh-server-common-openrc-9.9_p1-r2 -openssl-3.3.2-r4 -openssl-dev-3.3.2-r4 +openssl-3.3.3-r0 +openssl-dev-3.3.3-r0 p11-kit-0.25.5-r2 partx-2.40.4-r0 patch-2.7.6-r10 pcre2-10.43-r0 pcsc-lite-libs-2.2.3-r1 -perl-5.40.0-r3 +perl-5.40.1-r0 perl-error-0.17029-r2 perl-git-2.47.2-r0 pigz-2.8-r1 @@ -337,6 +338,8 @@ pinentry-1.3.1-r0 pixman-0.43.4-r1 pkgconf-2.3.0-r0 popt-1.19-r4 +py3-bcc-0.32.0-r0 +py3-bcc-pyc-0.32.0-r0 py3-packaging-24.2-r0 py3-packaging-pyc-24.2-r0 py3-parsing-3.1.4-r0 @@ -345,11 +348,11 @@ py3-pip-24.3.1-r0 py3-pip-pyc-24.3.1-r0 py3-setuptools-70.3.0-r0 py3-setuptools-pyc-70.3.0-r0 -pyc-3.12.8-r1 -python3-3.12.8-r1 -python3-dev-3.12.8-r1 -python3-pyc-3.12.8-r1 -python3-pycache-pyc0-3.12.8-r1 +pyc-3.12.9-r0 +python3-3.12.9-r0 +python3-dev-3.12.9-r0 +python3-pyc-3.12.9-r0 +python3-pycache-pyc0-3.12.9-r0 qemu-9.1.2-r1 qemu-aarch64-9.1.2-r1 qemu-arm-9.1.2-r1 @@ -364,8 +367,8 @@ readline-8.2.13-r0 rhash-libs-1.4.5-r0 rpcbind-1.2.7-r0 rpcbind-openrc-1.2.7-r0 -rsync-3.3.0-r1 -rsync-openrc-3.3.0-r1 +rsync-3.4.0-r0 +rsync-openrc-3.4.0-r0 runuser-2.40.4-r0 scanelf-1.3.8-r1 sed-4.9-r2 @@ -381,11 +384,11 @@ snappy-1.1.10-r2 sntpc-0.9-r12 sntpc-openrc-0.9-r12 socat-1.8.0.1-r0 -sqlite-3.47.1-r0 -sqlite-dev-3.47.1-r0 -sqlite-libs-3.47.1-r0 +sqlite-3.48.0-r0 +sqlite-dev-3.48.0-r0 +sqlite-libs-3.48.0-r0 squashfs-tools-4.6.1-r1 -ssl_client-1.37.0-r9 +ssl_client-1.37.0-r12 strace-6.12-r0 swig-4.3.0-r0 talloc-2.4.2-r1 @@ -393,7 +396,7 @@ tar-1.35-r2 tcl-8.6.15-r0 tcpdump-4.99.5-r0 tini-0.19.0-r3 -tzdata-2024b-r1 +tzdata-2025a-r0 udev-init-scripts-35-r1 udev-init-scripts-openrc-35-r1 umount-2.40.4-r0 @@ -406,8 +409,8 @@ util-linux-openrc-2.40.4-r0 utmps-libs-0.1.2.3-r2 uuidgen-2.40.4-r0 vde2-libs-2.3.3-r3 -vim-9.1.1012-r0 -vim-common-9.1.1012-r0 +vim-9.1.1105-r0 +vim-common-9.1.1105-r0 wipefs-2.40.4-r0 wireguard-tools-1.0.20210914-r4 wireguard-tools-openrc-1.0.20210914-r4 @@ -420,7 +423,7 @@ wpa_supplicant-openrc-2.10-r11 xfsprogs-6.10.1-r0 xfsprogs-extra-6.10.1-r0 xorriso-1.5.6-r0 -xxd-9.1.1012-r0 +xxd-9.1.1105-r0 xz-5.6.3-r0 xz-dev-5.6.3-r0 xz-libs-5.6.3-r0 diff --git a/tools/alpine/versions.x86_64 b/tools/alpine/versions.x86_64 index 2d806674c..7c0fa9ade 100644 --- a/tools/alpine/versions.x86_64 +++ b/tools/alpine/versions.x86_64 @@ -1,4 +1,4 @@ -# linuxkit/alpine:aa4e784ef16f2c1ee74b46a46e3593dc7e8d0bd6-amd64 +# linuxkit/alpine:ca864e0d78fd9c02b278f78f60d825ea472b9c5b-amd64 # automatically generated list of installed packages abuild-3.14.1-r4 abuild-sudo-3.14.1-r4 @@ -10,8 +10,8 @@ agetty-openrc-0.55.1-r2 alpine-baselayout-3.6.8-r1 alpine-baselayout-data-3.6.8-r1 alpine-keys-2.5-r0 -alpine-release-3.21.2-r0 -apk-tools-2.14.6-r2 +alpine-release-3.21.3-r0 +apk-tools-2.14.6-r3 argp-standalone-1.5.0-r1 attr-dev-2.5.2-r2 audit-4.0.2-r0 @@ -23,6 +23,8 @@ bash-5.2.37-r0 bc-1.07.1-r5 bcc-0.32.0-r0 bcc-dev-0.32.0-r0 +bcc-lua-0.32.0-r0 +bcc-tools-0.32.0-r0 binutils-2.43.1-r1 binutils-dev-2.43.1-r1 bison-3.8.2-r1 @@ -35,8 +37,8 @@ btrfs-progs-dev-6.11-r2 btrfs-progs-libs-6.11-r2 btrfs-progs-openrc-6.11-r2 build-base-0.5-r3 -busybox-1.37.0-r9 -busybox-binsh-1.37.0-r9 +busybox-1.37.0-r12 +busybox-binsh-1.37.0-r12 bzip2-1.0.8-r6 c-ares-1.34.3-r0 ca-certificates-20241121-r1 @@ -62,14 +64,14 @@ coreutils-sha512sum-9.5-r2 cryptsetup-2.7.5-r1 cryptsetup-libs-2.7.5-r1 cryptsetup-openrc-2.7.5-r1 -curl-8.11.1-r0 +curl-8.12.1-r0 dbus-libs-1.14.10-r4 device-mapper-2.03.29-r1 device-mapper-event-libs-2.03.29-r1 device-mapper-libs-2.03.29-r1 device-mapper-udev-2.03.29-r1 -dhcpcd-10.1.0-r0 -dhcpcd-openrc-10.1.0-r0 +dhcpcd-10.1.0-r1 +dhcpcd-openrc-10.1.0-r1 diffutils-3.10-r0 dmesg-2.40.4-r0 dosfstools-4.2-r2 @@ -118,7 +120,7 @@ gnupg-keyboxd-2.4.7-r0 gnupg-utils-2.4.7-r0 gnupg-wks-client-2.4.7-r0 gnutls-3.8.8-r0 -go-1.23.4-r0 +go-1.23.6-r0 gpg-2.4.7-r0 gpg-agent-2.4.7-r0 gpg-wks-server-2.4.7-r0 @@ -146,8 +148,8 @@ iproute2-6.11.0-r0 iproute2-minimal-6.11.0-r0 iproute2-ss-6.11.0-r0 iproute2-tc-6.11.0-r0 -iptables-1.8.10-r5 -iptables-openrc-1.8.10-r5 +iptables-1.8.11-r1 +iptables-openrc-1.8.11-r1 ipvsadm-1.31-r3 ipvsadm-openrc-1.31-r3 isl26-0.26-r1 @@ -179,8 +181,8 @@ libcap-ng-0.8.5-r0 libcap-ng-dev-0.8.5-r0 libcap2-2.71-r0 libcom_err-1.47.1-r1 -libcrypto3-3.3.2-r4 -libcurl-8.11.1-r0 +libcrypto3-3.3.3-r0 +libcurl-8.12.1-r0 libdw-0.191-r0 libeconf-0.6.3-r0 libedit-20240808.3.1-r0 @@ -232,10 +234,10 @@ libseccomp-dev-2.5.5-r1 libseccomp-static-2.5.5-r1 libslirp-4.8.0-r0 libsmartcols-2.40.4-r0 -libssl3-3.3.2-r4 +libssl3-3.3.3-r0 libstdc++-14.2.0-r4 libstdc++-dev-14.2.0-r4 -libtasn1-4.19.0-r2 +libtasn1-4.20.0-r0 libtirpc-1.3.5-r0 libtirpc-conf-1.3.5-r0 libtirpc-dev-1.3.5-r0 @@ -256,7 +258,7 @@ libverto-libev-0.3.2-r2 libverto-libevent-0.3.2-r2 libwbclient-4.20.6-r1 libxml2-2.13.4-r3 -libxtables-1.8.10-r5 +libxtables-1.8.11-r1 libxxhash-0.8.2-r2 linux-headers-6.6-r1 linux-pam-1.6.1-r1 @@ -296,12 +298,12 @@ mpfr4-4.2.1-r0 mtools-4.0.46-r0 multipath-tools-0.10.0-r1 multipath-tools-openrc-0.10.0-r1 -musl-1.2.5-r8 -musl-dev-1.2.5-r8 +musl-1.2.5-r9 +musl-dev-1.2.5-r9 musl-fts-1.2.7-r6 musl-fts-dev-1.2.7-r6 musl-obstack-1.2.3-r2 -musl-utils-1.2.5-r8 +musl-utils-1.2.5-r9 ncurses-dev-6.5_p20241006-r3 ncurses-terminfo-base-6.5_p20241006-r3 nettle-3.10-r1 @@ -331,15 +333,15 @@ openssh-keygen-9.9_p1-r2 openssh-server-9.9_p1-r2 openssh-server-common-9.9_p1-r2 openssh-server-common-openrc-9.9_p1-r2 -openssl-3.3.2-r4 -openssl-dev-3.3.2-r4 +openssl-3.3.3-r0 +openssl-dev-3.3.3-r0 ovmf-0.0.202308-r2 p11-kit-0.25.5-r2 partx-2.40.4-r0 patch-2.7.6-r10 pcre2-10.43-r0 pcsc-lite-libs-2.2.3-r1 -perl-5.40.0-r3 +perl-5.40.1-r0 perl-error-0.17029-r2 perl-git-2.47.2-r0 pigz-2.8-r1 @@ -347,6 +349,8 @@ pinentry-1.3.1-r0 pixman-0.43.4-r1 pkgconf-2.3.0-r0 popt-1.19-r4 +py3-bcc-0.32.0-r0 +py3-bcc-pyc-0.32.0-r0 py3-packaging-24.2-r0 py3-packaging-pyc-24.2-r0 py3-parsing-3.1.4-r0 @@ -355,11 +359,11 @@ py3-pip-24.3.1-r0 py3-pip-pyc-24.3.1-r0 py3-setuptools-70.3.0-r0 py3-setuptools-pyc-70.3.0-r0 -pyc-3.12.8-r1 -python3-3.12.8-r1 -python3-dev-3.12.8-r1 -python3-pyc-3.12.8-r1 -python3-pycache-pyc0-3.12.8-r1 +pyc-3.12.9-r0 +python3-3.12.9-r0 +python3-dev-3.12.9-r0 +python3-pyc-3.12.9-r0 +python3-pycache-pyc0-3.12.9-r0 qemu-9.1.2-r1 qemu-aarch64-9.1.2-r1 qemu-arm-9.1.2-r1 @@ -374,8 +378,8 @@ readline-8.2.13-r0 rhash-libs-1.4.5-r0 rpcbind-1.2.7-r0 rpcbind-openrc-1.2.7-r0 -rsync-3.3.0-r1 -rsync-openrc-3.3.0-r1 +rsync-3.4.0-r0 +rsync-openrc-3.4.0-r0 runuser-2.40.4-r0 scanelf-1.3.8-r1 sed-4.9-r2 @@ -391,11 +395,11 @@ snappy-1.1.10-r2 sntpc-0.9-r12 sntpc-openrc-0.9-r12 socat-1.8.0.1-r0 -sqlite-3.47.1-r0 -sqlite-dev-3.47.1-r0 -sqlite-libs-3.47.1-r0 +sqlite-3.48.0-r0 +sqlite-dev-3.48.0-r0 +sqlite-libs-3.48.0-r0 squashfs-tools-4.6.1-r1 -ssl_client-1.37.0-r9 +ssl_client-1.37.0-r12 strace-6.12-r0 swig-4.3.0-r0 syslinux-6.04_pre1-r16 @@ -404,7 +408,7 @@ tar-1.35-r2 tcl-8.6.15-r0 tcpdump-4.99.5-r0 tini-0.19.0-r3 -tzdata-2024b-r1 +tzdata-2025a-r0 udev-init-scripts-35-r1 udev-init-scripts-openrc-35-r1 umount-2.40.4-r0 @@ -417,8 +421,8 @@ util-linux-openrc-2.40.4-r0 utmps-libs-0.1.2.3-r2 uuidgen-2.40.4-r0 vde2-libs-2.3.3-r3 -vim-9.1.1012-r0 -vim-common-9.1.1012-r0 +vim-9.1.1105-r0 +vim-common-9.1.1105-r0 wipefs-2.40.4-r0 wireguard-tools-1.0.20210914-r4 wireguard-tools-openrc-1.0.20210914-r4 @@ -432,7 +436,7 @@ xen-libs-4.19.1-r0 xfsprogs-6.10.1-r0 xfsprogs-extra-6.10.1-r0 xorriso-1.5.6-r0 -xxd-9.1.1012-r0 +xxd-9.1.1105-r0 xz-5.6.3-r0 xz-dev-5.6.3-r0 xz-libs-5.6.3-r0 diff --git a/tools/containerd-dev/Dockerfile b/tools/containerd-dev/Dockerfile index 60cea9648..a5fd2929c 100644 --- a/tools/containerd-dev/Dockerfile +++ b/tools/containerd-dev/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as builder +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a as builder # checkout and compile containerd diff --git a/tools/go-compile/Dockerfile b/tools/go-compile/Dockerfile index e52b3a068..b3a5a38ac 100644 --- a/tools/go-compile/Dockerfile +++ b/tools/go-compile/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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/grub-dev/Dockerfile b/tools/grub-dev/Dockerfile index b53dd1d8b..8ce0da6f7 100644 --- a/tools/grub-dev/Dockerfile +++ b/tools/grub-dev/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS build ENV GRUB_MODULES="part_gpt fat ext2 iso9660 gzio linux acpi normal cpio crypto disk boot crc64 \ search_fs_uuid tftp xzio xfs video" diff --git a/tools/grub/Dockerfile b/tools/grub/Dockerfile index 3a63840bd..fe53f3fba 100644 --- a/tools/grub/Dockerfile +++ b/tools/grub/Dockerfile @@ -1,6 +1,6 @@ -FROM --platform=linux/amd64 linuxkit/grub-dev:4e6e8ee698d553583951f5ae3eddbce52b612001 AS grub-build-amd64 -FROM --platform=linux/arm64 linuxkit/grub-dev:4e6e8ee698d553583951f5ae3eddbce52b612001 AS grub-build-arm64 -FROM --platform=linux/riscv64 linuxkit/grub-dev:4e6e8ee698d553583951f5ae3eddbce52b612001 AS grub-build-riscv64 +FROM --platform=linux/amd64 linuxkit/grub-dev:4184bd7644a0edf73d4fe8a55171fe06f4b4d738 AS grub-build-amd64 +FROM --platform=linux/arm64 linuxkit/grub-dev:4184bd7644a0edf73d4fe8a55171fe06f4b4d738 AS grub-build-arm64 +FROM --platform=linux/riscv64 linuxkit/grub-dev:4184bd7644a0edf73d4fe8a55171fe06f4b4d738 AS grub-build-riscv64 FROM scratch ENTRYPOINT [] diff --git a/tools/mkimage-iso-bios/Dockerfile b/tools/mkimage-iso-bios/Dockerfile index 527a17fb0..c132c84c8 100644 --- a/tools/mkimage-iso-bios/Dockerfile +++ b/tools/mkimage-iso-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 2278e0355..ce2395469 100644 --- a/tools/mkimage-iso-efi-initrd/Dockerfile +++ b/tools/mkimage-iso-efi-initrd/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 2f6164b83..1cd8bf65c 100644 --- a/tools/mkimage-iso-efi/Dockerfile +++ b/tools/mkimage-iso-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 fe127407e..53904ea20 100644 --- a/tools/mkimage-iso/Dockerfile +++ b/tools/mkimage-iso/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 6e58737a0..aa42f1358 100644 --- a/tools/mkimage-qcow2-efi/Dockerfile +++ b/tools/mkimage-qcow2-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 426994434..55de41532 100644 --- a/tools/mkimage-raw-bios/Dockerfile +++ b/tools/mkimage-raw-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 f0df6a888..98f31d83a 100644 --- a/tools/mkimage-raw-efi/Dockerfile +++ b/tools/mkimage-raw-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 a997011ab..3c31f58d8 100644 --- a/tools/mkimage-squashfs/Dockerfile +++ b/tools/mkimage-squashfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror +FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a 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 \