diff --git a/contrib/open-vm-tools/open-vm-tools-ds.yaml b/contrib/open-vm-tools/open-vm-tools-ds.yaml index ea0b57938..274800b60 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:728ddf726474178eea97604c0baeabd52edab7e9 + - image: linuxkit/open-vm-tools:e279a251254a65829c4925c741700cd8aff9a575 name: open-vm-tools resources: requests: diff --git a/examples/addbinds.yml b/examples/addbinds.yml index 3723d0516..00dc7df39 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 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 8216cd1e3..1625b0311 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 + image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: ntpd - image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 + image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf - 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:c57efffad1139b2c5df1c3f66c1e3d586ce9e07d + image: linuxkit/cadvisor:63c1dee58823ed29472f231eddd2faf8c6d435e2 files: - path: var/lib/docker directory: true diff --git a/examples/containerd-debug.yml b/examples/containerd-debug.yml index 5344e6c6c..32ca55852 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index 4d1509cae..9c4d00474 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:65e3ad6336a321749394f58c3f28003cfce1e28c + image: linuxkit/losetup:c9e2844a75524020f7b1ac61993ca776971a8781 command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 + image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 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 5d212d4a9..c48b0d190 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 + image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 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 04268be22..68b237c89 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:77e45e4681c78d59f1d8a48818260948d55f9d05 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/vpnkit-expose-port:1a5cb1c65b217616414556a2f1b1a404273c329a # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: sysfs - image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 + image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa - name: binfmt - image: linuxkit/binfmt:68604c81876812ca1c9e2d9f098c28f463713e61 + image: linuxkit/binfmt:c70557b11b573e49667cf388b0967d054bdcebba # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:c57f3319ce770515357f0058035e40519c22b752 + image: linuxkit/swap:93ea4fd6571df40ca5d6e49384237bcefa1ec3e3 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:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:3b1560c81d3884e049ebbd9d9bf94ccb394e6cd3 + image: linuxkit/acpid:c25330e17ddff1e2d5fdd48f4a8e1142dbd21f2a # Enable getty for easier debugging - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 + image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:b4d80d243733f80906cdbcf77f367a7b5744dc09 + image: linuxkit/vsudd:4adbf50d0a36575a6becab8c2b5dd960549182b1 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:a89ec807d7d675dccd53773c07382bc707db3396 + image: linuxkit/vpnkit-forwarder:582565d63c43ea5bfedd2c6d176e7771fe94c784 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:6ba98bfb111a808b7a1ca890aca9fc2b3709fca2 + image: linuxkit/trim-after-delete:fc4451c2ab8afb8d9dc04f43644387cc32209625 # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:0d351aee24b5cf853927647e4f5e6998014959db + image: linuxkit/host-timesync-daemon:b2539184eb9e66c06634bba0c7a31a7c16e09912 # 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 91f7c7068..be6ef2262 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: sysfs - image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 + image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: ntpd - image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 + image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf - name: docker image: docker:20.10.6-dind capabilities: diff --git a/examples/getty.yml b/examples/getty.yml index c92ae50ca..d8109542b 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 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 fbdf08a04..5145383c8 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 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:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 3ec3926bd..3401d7b8b 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 10a51c6b9..4724264ae 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff - - linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/memlogd:9da562fef3282053dba92209a9572c01975398f3 onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 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:c1c66d246080a40658903916d650206f2dcd707a + image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 - name: kmsg - image: linuxkit/kmsg:423844f262467e1199480dc93d69e38610c78133 + image: linuxkit/kmsg:db7276b95333f53caf814c49b976390e2faf274f diff --git a/examples/minimal.yml b/examples/minimal.yml index e2f88596e..7f2b0fe4a 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 8e6460828..b00017ed4 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: node_exporter - image: linuxkit/node_exporter:9bcd8479b7ba2844773ef4f01a60c901c4800982 + image: linuxkit/node_exporter:75d29972c028c87aee70464bbb72e75a442d8ee3 diff --git a/examples/openstack.yml b/examples/openstack.yml index 96abd3855..363c5d378 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 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 983f5553d..efbf3b813 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 services: - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd2 - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 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 d61ef78af..83ee99bc3 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c services: - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-equinixmetal.arm64.yml b/examples/platform-equinixmetal.arm64.yml index 28859a46a..1394593b9 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:ab5ac4d5e7e7a5f2d103764850f7846b69230676 + image: linuxkit/modprobe:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc command: ["modprobe", "nicvf"] diff --git a/examples/platform-equinixmetal.yml b/examples/platform-equinixmetal.yml index 39aa07e20..853f09ae9 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff - - linuxkit/firmware:8def159583422181ddee3704f7024ecb9c02d348 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/firmware:ce1f7c8c4b9526b2d38bf3620d99fae367df6b60 onboot: - name: rngd1 - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 command: ["/usr/bin/metadata", "equinixmetal"] services: - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index 259955d00..952763177 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 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 010d74760..11a5fbd2a 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff - - linuxkit/firmware:8def159583422181ddee3704f7024ecb9c02d348 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/firmware:ce1f7c8c4b9526b2d38bf3620d99fae367df6b60 onboot: - name: rngd1 - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index 0900ec651..0d08a0be5 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: open-vm-tools - image: linuxkit/open-vm-tools:728ddf726474178eea97604c0baeabd52edab7e9 + image: linuxkit/open-vm-tools:e279a251254a65829c4925c741700cd8aff9a575 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index 13d67f2ce..bd4f85487 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: rngd1 - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index f7bbc41c4..04cf9fc47 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 3a69c5908..74aaaa649 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 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 858e531b5..908c1f1d9 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 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 2f27986ff..a5c9b9d03 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: rngd1 - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: sshd - image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/static-ip.yml b/examples/static-ip.yml index 4882da4b0..1dd779b6a 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: ip - image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 + image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 binds: - /etc/ip:/etc/ip command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index a84290ec6..b47ef05c3 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:c57f3319ce770515357f0058035e40519c22b752 + image: linuxkit/swap:93ea4fd6571df40ca5d6e49384237bcefa1ec3e3 # 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 diff --git a/examples/tpm.yml b/examples/tpm.yml index a141bb1de..dd95956e3 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: tss - image: linuxkit/tss:856286012a613598d6ef6869b196f9a72245b7d2 + image: linuxkit/tss:0ccfb5fc014df94bfc692ed4cdab15ea8201744d - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 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 729f021c9..eb149358f 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39 + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index df6cb214c..f00d671e1 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 binds.add: - /root/.ssh:/root/.ssh - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:a89ec807d7d675dccd53773c07382bc707db3396 + image: linuxkit/vpnkit-forwarder:582565d63c43ea5bfedd2c6d176e7771fe94c784 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 94f574ea5..4fb94d394 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:b4d80d243733f80906cdbcf77f367a7b5744dc09 + image: linuxkit/vsudd:4adbf50d0a36575a6becab8c2b5dd960549182b1 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 91b1bfef2..225b7acb1 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 + image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 + image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 8ca93b424..41a5ddbcf 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index e9d60fe49..8f27bc70d 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 7ac66c5b8..0f511c620 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: sysfs - image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 + image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: ntpd - image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 + image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index f5e1453e3..6788f5b8a 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: sysfs - image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 + image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: ntpd - image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3 + image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf - 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 3f7b628c0..48b58d3ea 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index a93c80f4d..7006e9996 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index c79c4ac4c..2a6f54cff 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 69e62a61e..f276b564b 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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 4e1b5b839..53aeb1177 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - 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:75f399fbfb6455dfccd4cb30543d0b4b494d28c8 + image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 715f69656..81c7cd2c3 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c services: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index faecfb677..cf353007d 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/src/cmd/linuxkit/moby/build/mkimage.yaml b/src/cmd/linuxkit/moby/build/mkimage.yaml index 3099cb097..7c0d1aca4 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: mkimage - image: linuxkit/mkimage:57c92bfb1fcb71eb80ddf4d3b34aad1dd34da209 + image: linuxkit/mkimage:170662e39dd9354e50a976e7f5e1e0380c1fdd38 - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 trust: org: - linuxkit diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 2515daa14..9b5b5d0bd 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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 7b32c3973..90db5f00d 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:bb250017b05de5e16ac436b1eb19a39c87b5a252 + image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 # 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 7b32c3973..90db5f00d 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:bb250017b05de5e16ac436b1eb19a39c87b5a252 + image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 # 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 2171403c5..82d524a43 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 2abdd7255..89fe0d717 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 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 e235d20a5..fd44a25c0 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - 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 c4bb97a4c..6c4c1c49c 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 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 e235d20a5..fd44a25c0 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - 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 fc74eaa33..b10efe57f 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: test1 image: alpine:3.20 @@ -18,7 +18,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 0a203f650..e7caa8211 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 885aacc09..0b9db3860 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 9f15a6d36..de860b751 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 186e26b2c..34d4ad058 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 1704b2118..082ae2440 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 976eb284f..6cee05c70 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: testbinds image: alpine:3.20 @@ -27,7 +27,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8125dc3d7..186d96234 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8125dc3d7..186d96234 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 edf00f4b3..df6fd592a 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eb8a58c3c..8657082fb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eb8a58c3c..8657082fb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eb8a58c3c..8657082fb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eb8a58c3c..8657082fb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 1e2705d94..b0e242912 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eb8a58c3c..8657082fb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eb8a58c3c..8657082fb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 5860cd717..f7a91f509 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 services: - name: acpid - image: linuxkit/acpid:3b1560c81d3884e049ebbd9d9bf94ccb394e6cd3 + image: linuxkit/acpid:c25330e17ddff1e2d5fdd48f4a8e1142dbd21f2a 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 eb8a58c3c..8657082fb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8e3af5c8e..5e3983d8e 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:697204b8e699c0c18bbba7a8b4be92a9d9faa1da - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 4d84fbc12..7742aa3cf 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:697204b8e699c0c18bbba7a8b4be92a9d9faa1da - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 abe9375df..a9ea8256c 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:697204b8e699c0c18bbba7a8b4be92a9d9faa1da - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 bf6d24f12..e05ddae97 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:697204b8e699c0c18bbba7a8b4be92a9d9faa1da - name: poweroff - image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a4f60fd32..3ec44f583 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 d6e1932ca..8aa21f59c 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 1cc6b1f3e..8b1a37ebf 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 9df19c568..1b2cf2071 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 59862f8f6..37ce0d5cc 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 1cbc36d8c..2fee0d431 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 796117e3c..13a80355e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 796117e3c..13a80355e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 bd37221aa..493e934c3 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 bd37221aa..493e934c3 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 2c2e4b61b..f0e0c199a 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 999f8a602..bf8dc9537 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 f90ca711b..b4c45fcff 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 f90ca711b..b4c45fcff 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 f8c98f8e6..ed07d8281 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 f8c98f8e6..ed07d8281 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 1e26f5a07..fed977cea 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 087bf0a1e..49ffe2c18 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8cf350497..18396ee4d 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8cf350497..18396ee4d 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 0588fab03..9e4210500 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 0588fab03..9e4210500 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 713697499..d65e718ed 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 705d1ee38..9b43796b8 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 56e985583..f3d4575f5 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 56e985583..f3d4575f5 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a37951d6e..925f35a91 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a37951d6e..925f35a91 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 9d8556e94..f48ca1e88 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 fcc0eee04..c53eef28e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8cda73a3d..6b99ddcc3 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8cda73a3d..6b99ddcc3 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 dd63fabf6..2cf6cfb84 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 dd63fabf6..2cf6cfb84 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a6a317463..370166ac8 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 b54b879d6..f260d2fc0 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 98e1a4715..c27fc1c9e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 98e1a4715..c27fc1c9e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 80e863e7d..bf747fc67 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 80e863e7d..bf747fc67 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 126a9b39d..4154292e0 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 decc7bf80..6ccae16c6 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eaec106a8..2f24dde2f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 eaec106a8..2f24dde2f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 cf047b9e9..b60c333c7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 cf047b9e9..b60c333c7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 3d4e801ee..f4762f425 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a51c49755..95ff5b674 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 24615209c..68ce032cb 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 24615209c..68ce032cb 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 6a2ffb0c3..bdae697fb 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 6a2ffb0c3..bdae697fb 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 b69e5217f..012cb6798 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 b7e39b9f9..f9a8c7c71 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 f0befadb4..5c426260f 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 f0befadb4..5c426260f 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 461a3caf1..bb9767ef9 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 461a3caf1..bb9767ef9 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 db5019478..16f15654a 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 d19b79fe5..9aa85c83d 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 74f26ce75..6514f463a 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 74f26ce75..6514f463a 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8938219d5..db7cc2dc6 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 8938219d5..db7cc2dc6 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 156d61f4d..aaa909f7e 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 850130cb4..4f8e40ce5 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 37897c5f4..2726dcd43 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 ec9a0b8ae..63d774527 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a32b4e61c..ba10310d8 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 105f4188b..475e5cffb 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 c8240733a..8fd7360a0 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml @@ -6,5 +6,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 6e38976f6..be7cc4430 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 55d71dd3d..0597f7371 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: sysfs - image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511 + image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:83a6481f04da73e710c1d416355920b8ff4dc1dd + image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 53355a3f4..c2f2f9962 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 b1db99035..a8ccb60fd 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: dummy - image: linuxkit/dummy:3bd65084c877dd734df3cd539ba595badae3f97e + image: linuxkit/dummy:83a1777e409d7a2696f406f997a468c557c174ac - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 9d1064b04..3e344da7d 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - linuxkit/kernel-bcc:5.4.113 onboot: - name: check-bcc @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a3ecab7c0..519aa6458 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: binfmt - image: linuxkit/binfmt:68604c81876812ca1c9e2d9f098c28f463713e61 + image: linuxkit/binfmt:c70557b11b573e49667cf388b0967d054bdcebba - 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 7a4ccfe8c..d3ec85701 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/bpftrace:d9ddf9095bce44197aadb0119fe963cb9ebc4444 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/bpftrace:7fc1111083ad3d18c1930617dd7196420dc97de5 onboot: - name: bpftrace-test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 021aa1c45..c2a14d403 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: test image: alpine:3.13 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 335892803..27231cc1e 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a5c1b1ab2..a1d3c1ebc 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "/var/lib"] - name: test image: linuxkit/test-containerd:620d63bfcec69fbeb3e4afebea224e048d28d69f - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 18c9f6f0f..c14ea8fb0 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 f6a204b56..0ca170669 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: dm-crypt - image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 + image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 b89eec9f9..3d1d86f46 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: dm-crypt - image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 + image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 c4196cbeb..ea4a0c24d 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: dm-crypt - image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084 + image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a23121bdf..c5fc0dc4e 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a8330523a..5ae7933fc 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: extend - image: linuxkit/extend:8cb741188e49279765c528196c4cca4b2de7c736 + image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 e71054a54..91aefcdb9 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: modprobe - image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676 + image: linuxkit/modprobe:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 38459283e..c96378bc4 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: modprobe - image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676 + image: linuxkit/modprobe:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:8cb741188e49279765c528196c4cca4b2de7c736 + image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 0d6958774..b76c3395d 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 70183fdef..96b7a2fe6 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: extend - image: linuxkit/extend:8cb741188e49279765c528196c4cca4b2de7c736 + image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 30ad65abb..95ef6ffcb 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a8330523a..5ae7933fc 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: extend - image: linuxkit/extend:8cb741188e49279765c528196c4cca4b2de7c736 + image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 77cd32d32..971c20bd4 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 ea74e36ee..48c6b7e9b 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 35d7228ea..160cb8bbd 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 e6fd3de3e..284b54d11 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: modprobe - image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676 + image: linuxkit/modprobe:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 2a8dc888e..fa751cbe9 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 cb8d85e69..15cfce289 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 4cd7051d2..f0db6d4be 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 a3fc3f55f..396385474 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6 + image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e + image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 3e89c852b..c8275a5b5 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b + image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 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 869a6ccff..7243811a4 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc 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 c24007f73..d38e3fdc0 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff - - linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/memlogd:9da562fef3282053dba92209a9572c01975398f3 services: - name: kmsg - image: linuxkit/kmsg:423844f262467e1199480dc93d69e38610c78133 + image: linuxkit/kmsg:db7276b95333f53caf814c49b976390e2faf274f - name: write-and-rotate-logs - image: linuxkit/logwrite:c1c66d246080a40658903916d650206f2dcd707a + image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 - name: check-the-logs image: alpine:3.13 binds: diff --git a/test/cases/040_packages/012_logwrite/test.yml b/test/cases/040_packages/012_logwrite/test.yml index e23b59983..f2e1f0a12 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff - - linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/memlogd:9da562fef3282053dba92209a9572c01975398f3 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:c1c66d246080a40658903916d650206f2dcd707a + image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 command: ["/usr/bin/logwrite", "-max-log-size", "1024"] - name: check-the-logs image: alpine:3.13 diff --git a/test/cases/040_packages/012_losetup/test.yml b/test/cases/040_packages/012_losetup/test.yml index adbf8e154..da2955bc4 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: losetup - image: linuxkit/losetup:65e3ad6336a321749394f58c3f28003cfce1e28c + image: linuxkit/losetup:c9e2844a75524020f7b1ac61993ca776971a8781 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 056fc2a9e..dd1a0afd3 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: metadata - image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540 + image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 e3be3f291..95adafa6a 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: mkimage - image: linuxkit/mkimage:57c92bfb1fcb71eb80ddf4d3b34aad1dd34da209 + image: linuxkit/mkimage:170662e39dd9354e50a976e7f5e1e0380c1fdd38 - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 37ec6be0c..ef5df5ec6 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 9b80c2431..da777b5da 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: sysctl - image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db + image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c - 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:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 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 509336d55..c25c3e7f2 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 - - linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 + image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252 + image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 952ae2789..1fb890d51 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index 947f8f552..c52c12a59 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:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f - - linuxkit/containerd:39301e7312f13eedf19bd5d5551af7b37001d435 + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee + image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:697204b8e699c0c18bbba7a8b4be92a9d9faa1da - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index e82a1fe66..1c3ae0f4e 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,8 +3,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3 - - linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f + - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d onboot: - name: test-ns image: linuxkit/test-ns:19fe55587ddf36d506e45d67687dcc6df46d6772 @@ -14,5 +14,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176 + image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 command: ["/bin/sh", "/poweroff.sh", "3"]