diff --git a/contrib/open-vm-tools/open-vm-tools-ds.yaml b/contrib/open-vm-tools/open-vm-tools-ds.yaml index 274800b60..252f59e1b 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:e279a251254a65829c4925c741700cd8aff9a575 + - image: linuxkit/open-vm-tools:ba6486a746d1cbdca8f38cd5b03c79fcea14bf55 name: open-vm-tools resources: requests: diff --git a/examples/addbinds.yml b/examples/addbinds.yml index 00dc7df39..79ce967e6 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b 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 1625b0311..f0bac7533 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa + image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3 - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: ntpd - image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf + image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31 - 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:63c1dee58823ed29472f231eddd2faf8c6d435e2 + image: linuxkit/cadvisor:dd105889da35d18f33a8848a495b1d78e5ebbd3c files: - path: var/lib/docker directory: true diff --git a/examples/containerd-debug.yml b/examples/containerd-debug.yml index 32ca55852..cf1fa04f3 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index 9c4d00474..75cfa99e4 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:c9e2844a75524020f7b1ac61993ca776971a8781 + image: linuxkit/losetup:2ffc2e8dab9db95f67e76cafefff2861905f9af5 command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed + image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73 command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b 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 c48b0d190..5b3352b03 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed + image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73 command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b 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 68b237c89..0b4903d35 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:1a5cb1c65b217616414556a2f1b1a404273c329a # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/vpnkit-expose-port:a3fbd97ce0a2d0bc77c917f6a6d18cd5bb32d58c # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: sysfs - image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa + image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3 - name: binfmt - image: linuxkit/binfmt:c70557b11b573e49667cf388b0967d054bdcebba + image: linuxkit/binfmt:50acb90af078d9afee42ec0ea7f418cb4e3bf1a8 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:93ea4fd6571df40ca5d6e49384237bcefa1ec3e3 + image: linuxkit/swap:d50ab34d24aea536480337365b9ba286c64783c6 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:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:c25330e17ddff1e2d5fdd48f4a8e1142dbd21f2a + image: linuxkit/acpid:78206e0612a2b521459178e11f590901a3bd00bc # Enable getty for easier debugging - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf + image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:4adbf50d0a36575a6becab8c2b5dd960549182b1 + image: linuxkit/vsudd:16438e37ca05f79c985e014e924a66e0fac3f3d2 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:582565d63c43ea5bfedd2c6d176e7771fe94c784 + image: linuxkit/vpnkit-forwarder:135927339bb2d6416bca3a2eefe1c8239bc4d817 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:fc4451c2ab8afb8d9dc04f43644387cc32209625 + image: linuxkit/trim-after-delete:730aa70eb57b1c5005bb89863c68f0a330177a04 # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:b2539184eb9e66c06634bba0c7a31a7c16e09912 + image: linuxkit/host-timesync-daemon:e8fcb76cca89e722cbfe609c79004b37aa660655 # 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 be6ef2262..55dfd71cb 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: sysfs - image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa + image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3 - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - name: ntpd - image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf + image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/examples/getty.yml b/examples/getty.yml index d8109542b..71df4385b 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b 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 5145383c8..a13df877d 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda 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:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 3401d7b8b..9a670340b 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 4724264ae..d90d83260 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc - - linuxkit/memlogd:9da562fef3282053dba92209a9572c01975398f3 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a + - linuxkit/memlogd:5373517ece0f7417174178f6e2ec8af65ace1cb0 onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda 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:96b829f548434f3d36bfac32e3bd4a497e658a90 + image: linuxkit/logwrite:067327496569f30690843e3a2f12684f99eab5fd - name: kmsg - image: linuxkit/kmsg:db7276b95333f53caf814c49b976390e2faf274f + image: linuxkit/kmsg:f6010b07ea097673c24016f0d246e2b4913cca74 diff --git a/examples/minimal.yml b/examples/minimal.yml index 7f2b0fe4a..61a8e1232 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index b00017ed4..b46531673 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - name: node_exporter - image: linuxkit/node_exporter:75d29972c028c87aee70464bbb72e75a442d8ee3 + image: linuxkit/node_exporter:b515e92e49ec9f8b5bdc07fb88e9e922e643c3d0 diff --git a/examples/openstack.yml b/examples/openstack.yml index 363c5d378..f5f4103c3 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf 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 efbf3b813..d81d72ee0 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb services: - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd2 - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf 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 83ee99bc3..b622a2207 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 services: - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-equinixmetal.arm64.yml b/examples/platform-equinixmetal.arm64.yml index 1394593b9..eaba71c35 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:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc + image: linuxkit/modprobe:d49d9b6abbd279fe1ff8138395efae7f574e887f command: ["modprobe", "nicvf"] diff --git a/examples/platform-equinixmetal.yml b/examples/platform-equinixmetal.yml index 853f09ae9..941fb4e55 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc - - linuxkit/firmware:ce1f7c8c4b9526b2d38bf3620d99fae367df6b60 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a + - linuxkit/firmware:d7b657619e5a0155b62845b03f795f4e7b6c929c onboot: - name: rngd1 - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb command: ["/usr/bin/metadata", "equinixmetal"] services: - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index 952763177..1a14e3ea2 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf 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 11a5fbd2a..61f488de8 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc - - linuxkit/firmware:ce1f7c8c4b9526b2d38bf3620d99fae367df6b60 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a + - linuxkit/firmware:d7b657619e5a0155b62845b03f795f4e7b6c929c onboot: - name: rngd1 - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index 0d08a0be5..b01d60fc6 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - name: open-vm-tools - image: linuxkit/open-vm-tools:e279a251254a65829c4925c741700cd8aff9a575 + image: linuxkit/open-vm-tools:ba6486a746d1cbdca8f38cd5b03c79fcea14bf55 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index bd4f85487..eed4168c3 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: rngd1 - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index 04cf9fc47..dd3c9b878 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 74aaaa649..f7d35c050 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf 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 908c1f1d9..19a4b70d7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda 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 a5c9b9d03..59ca9f3d7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: rngd1 - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - name: sshd - image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/static-ip.yml b/examples/static-ip.yml index 1dd779b6a..2a220f4be 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: ip - image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 + image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4 binds: - /etc/ip:/etc/ip command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index b47ef05c3..2dde1c926 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:93ea4fd6571df40ca5d6e49384237bcefa1ec3e3 + image: linuxkit/swap:d50ab34d24aea536480337365b9ba286c64783c6 # 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b diff --git a/examples/tpm.yml b/examples/tpm.yml index 6db2caa25..7343c2dda 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: tss - image: linuxkit/tss:a4022c32bf68a8dc273cd13f5061cf0fd8ea010b + image: linuxkit/tss:1aff18dcde439a25164db603be0f8b8b64e1081f - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b 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 eb149358f..6d371688d 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index f00d671e1..0bc60627f 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf binds.add: - /root/.ssh:/root/.ssh - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:582565d63c43ea5bfedd2c6d176e7771fe94c784 + image: linuxkit/vpnkit-forwarder:135927339bb2d6416bca3a2eefe1c8239bc4d817 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 4fb94d394..e70b7c4ee 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:4adbf50d0a36575a6becab8c2b5dd960549182b1 + image: linuxkit/vsudd:16438e37ca05f79c985e014e924a66e0fac3f3d2 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 225b7acb1..02a807a8f 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 + image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 + image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 41a5ddbcf..378de9134 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - 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 8f27bc70d..c672e7e50 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:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 0f511c620..b4d5a4a4e 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: sysfs - image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa + image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: ntpd - image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf + image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 6788f5b8a..df4f70e8e 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: sysfs - image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa + image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: ntpd - image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf + image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31 - 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 48b58d3ea..9cbc728ed 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index 7006e9996..b2150252c 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:bf45651001f871323d70b746330e8c2a94f767e6 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index 2a6f54cff..10223c998 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index f276b564b..6b1476d4c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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 53aeb1177..fde0a5eb8 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - 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:b894b88581c8a8742d5c1323783116c85957e7d8 + image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 81c7cd2c3..0b33f0b8e 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 services: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index cf353007d..e3a28d78c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - 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 7c0d1aca4..d11e64e25 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: mkimage - image: linuxkit/mkimage:170662e39dd9354e50a976e7f5e1e0380c1fdd38 + image: linuxkit/mkimage:20fb8613cf5c499ff181242525ee520d850b415d - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d trust: org: - linuxkit diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 9b5b5d0bd..5970bb0fe 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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 90db5f00d..bf1b3f669 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:e9beada5be8a1ec4eac2b276dc91397645b97dd6 + image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4 # 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 90db5f00d..bf1b3f669 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:e9beada5be8a1ec4eac2b276dc91397645b97dd6 + image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4 # 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 82d524a43..95a599327 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 89fe0d717..c0a95821c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e 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 fd44a25c0..673596e5d 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - 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 6c4c1c49c..fb367f894 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda 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 fd44a25c0..673596e5d 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - 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 b10efe57f..97906c600 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: test1 image: alpine:3.20 @@ -18,7 +18,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 e7caa8211..ba4cd9222 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 0b9db3860..d58db3930 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 de860b751..f458bfca5 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 34d4ad058..a6b244b5b 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 082ae2440..ee804ec52 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 6cee05c70..f591db781 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: testbinds image: alpine:3.20 @@ -27,7 +27,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 186d96234..daafc0861 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 186d96234..daafc0861 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 df6fd592a..c3933dc4e 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8657082fb..5e09f64b7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8657082fb..5e09f64b7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8657082fb..5e09f64b7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8657082fb..5e09f64b7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 b0e242912..f4c2aa7e6 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8657082fb..5e09f64b7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8657082fb..5e09f64b7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 f7a91f509..0f50ca4ae 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e services: - name: acpid - image: linuxkit/acpid:c25330e17ddff1e2d5fdd48f4a8e1142dbd21f2a + image: linuxkit/acpid:78206e0612a2b521459178e11f590901a3bd00bc 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 8657082fb..5e09f64b7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 f61a673e9..a5a3284a9 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:760f770d3cbf28ec7ca39960b9d033f39a3dfab6 - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 d446da68c..1403d0da0 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:760f770d3cbf28ec7ca39960b9d033f39a3dfab6 - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 19d3ade2d..95f08c270 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:760f770d3cbf28ec7ca39960b9d033f39a3dfab6 - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 45d79e8c4..b54d48398 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:760f770d3cbf28ec7ca39960b9d033f39a3dfab6 - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 3ec44f583..3ee14004d 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8aa21f59c..2c0c8a977 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 8b1a37ebf..7a7660af3 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 1b2cf2071..3707b7e68 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 0cb0035c4..42976aeee 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 e0ac0c297..5813bd9bf 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 de501641c..3208e7b0f 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 de501641c..3208e7b0f 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 51ff4207e..9cbacc8ef 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 51ff4207e..9cbacc8ef 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 b4dca7f58..a3df4efcf 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 d7b9ee9d2..1936367bb 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 81ba591bc..ac04490f4 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 81ba591bc..ac04490f4 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c1aebe813..9bdb690d3 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c1aebe813..9bdb690d3 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 cb0484c6b..a170dd825 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 12d2ad504..bdfcd7a86 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 e95ce6820..b22b2ded3 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 e95ce6820..b22b2ded3 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 d01026e08..79a658721 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 d01026e08..79a658721 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 639767566..264845049 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 51c65cdc7..5e1a0a73f 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c69befe1e..4d8e0143d 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c69befe1e..4d8e0143d 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 e61a4778a..55b30eb10 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 e61a4778a..55b30eb10 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 b3008a050..737326948 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 eb6c4c509..03af80767 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 25cfc0a48..f993dfbfb 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 25cfc0a48..f993dfbfb 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 2f2537988..f78c53b52 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 2f2537988..f78c53b52 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 5bf054aa7..4105f086e 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 4ef9324e4..c8a3bf656 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 411544323..294e6f88d 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 411544323..294e6f88d 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 98411cecc..6fe8c1d76 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 98411cecc..6fe8c1d76 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 ad470f113..643a4732e 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 202c2742a..77cd8d627 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 25163237a..3d7670f5a 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 25163237a..3d7670f5a 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 9dbb40d42..04f809e20 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 9dbb40d42..04f809e20 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 695f974e4..5ceffc976 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 0e45c5bc2..e8d50e5c2 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 2e791e76d..819180eae 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 2e791e76d..819180eae 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 b409a60f7..9415fd326 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 b409a60f7..9415fd326 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 453023b87..9dde0b39f 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 514e19c93..d774db80c 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 cb115ec30..d6486e18d 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 cb115ec30..d6486e18d 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 573aea9c2..5bbca9444 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 573aea9c2..5bbca9444 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 ccca94bf7..505b086fa 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 41864c7c0..5d58b341d 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 956bf2bf4..dbdda5327 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 956bf2bf4..dbdda5327 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 7a66120d9..87cf9f6ee 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 7a66120d9..87cf9f6ee 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 27c69696d..eee2f4c75 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 1f0807162..f37727843 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 977fc1888..84b69b24c 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 62906a58c..15c33edb7 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 2dbceb964..5ccef9cf9 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 33b7bcac2..19c38bcc1 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 9ba336a99..124a155d7 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 be7cc4430..d814cf7ee 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 163c6a811..685b534f9 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: sysfs - image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa + image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3 - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75 + image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 - 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 c2f2f9962..46b7fc7c0 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 a8ccb60fd..2a4416b3c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: dummy - image: linuxkit/dummy:83a1777e409d7a2696f406f997a468c557c174ac + image: linuxkit/dummy:19c0d2c5ca01070f031fde82064012d416f71ace - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 3e344da7d..da80ed7b6 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 - linuxkit/kernel-bcc:5.4.113 onboot: - name: check-bcc @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 519aa6458..2e2eac595 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: binfmt - image: linuxkit/binfmt:c70557b11b573e49667cf388b0967d054bdcebba + image: linuxkit/binfmt:50acb90af078d9afee42ec0ea7f418cb4e3bf1a8 - 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 d3ec85701..6cffeac10 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/bpftrace:7fc1111083ad3d18c1930617dd7196420dc97de5 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/bpftrace:a1d35f9398a4a3871777966c71be1516988205cc onboot: - name: bpftrace-test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c2a14d403..d40dc9718 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: test image: alpine:3.13 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 27231cc1e..98f86ad21 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 9bc644321..38350e4fe 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "/var/lib"] - name: test image: linuxkit/test-containerd:b930778b5d3bf74c1637cfc28e8ed214c64d42bb - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index c14ea8fb0..ef87c53cc 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 0ca170669..9bd747cd7 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed + image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 3d1d86f46..fe8f613c4 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed + image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 ea4a0c24d..1f788f8f5 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:d22cc7153ffef64e11cc7bf78c3923b552b2a3ed + image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c5fc0dc4e..ffd95a543 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 5ae7933fc..939d48440 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: extend - image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 + image: linuxkit/extend:f63f950c4da46bf1e9c71b7f28a04d8647eae64e - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 91aefcdb9..594d1ec7c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: modprobe - image: linuxkit/modprobe:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc + image: linuxkit/modprobe:d49d9b6abbd279fe1ff8138395efae7f574e887f command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c96378bc4..eb537b94b 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: modprobe - image: linuxkit/modprobe:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc + image: linuxkit/modprobe:d49d9b6abbd279fe1ff8138395efae7f574e887f command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 + image: linuxkit/extend:f63f950c4da46bf1e9c71b7f28a04d8647eae64e command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 b76c3395d..082ba6d36 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 96b7a2fe6..c83651a17 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: extend - image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 + image: linuxkit/extend:f63f950c4da46bf1e9c71b7f28a04d8647eae64e command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 95ef6ffcb..2cb61910d 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 5ae7933fc..939d48440 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: extend - image: linuxkit/extend:e28ff8b8491be3ee48b0cca740ab7ae8b7508231 + image: linuxkit/extend:f63f950c4da46bf1e9c71b7f28a04d8647eae64e - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 971c20bd4..16275c7a2 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 48c6b7e9b..aef93d832 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 160cb8bbd..a51ed066f 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 284b54d11..c39adbd3c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: modprobe - image: linuxkit/modprobe:98676b0bb7f8fe768a1b77e187cc37e2667b4bfc + image: linuxkit/modprobe:d49d9b6abbd279fe1ff8138395efae7f574e887f command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 fa751cbe9..1528f8650 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 15cfce289..f8de6746b 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 f0db6d4be..4dc44299c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 396385474..b05a4cb5c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40 + image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec + image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c8275a5b5..dcff93f04 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28 + image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda 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 7243811a4..2f6ccce51 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a 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 41fc9632e..5f6c49c7d 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc - - linuxkit/memlogd:9da562fef3282053dba92209a9572c01975398f3 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a + - linuxkit/memlogd:5373517ece0f7417174178f6e2ec8af65ace1cb0 services: - name: kmsg - image: linuxkit/kmsg:db7276b95333f53caf814c49b976390e2faf274f + image: linuxkit/kmsg:f6010b07ea097673c24016f0d246e2b4913cca74 - name: write-and-rotate-logs - image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 + image: linuxkit/logwrite:067327496569f30690843e3a2f12684f99eab5fd - name: check-the-logs image: alpine:3.21 binds: diff --git a/test/cases/040_packages/012_logwrite/test.yml b/test/cases/040_packages/012_logwrite/test.yml index 1899d46e7..313770d20 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc - - linuxkit/memlogd:9da562fef3282053dba92209a9572c01975398f3 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a + - linuxkit/memlogd:5373517ece0f7417174178f6e2ec8af65ace1cb0 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:96b829f548434f3d36bfac32e3bd4a497e658a90 + image: linuxkit/logwrite:067327496569f30690843e3a2f12684f99eab5fd command: ["/usr/bin/logwrite", "-max-log-size", "1024"] - name: check-the-logs image: alpine:3.21 diff --git a/test/cases/040_packages/012_losetup/test.yml b/test/cases/040_packages/012_losetup/test.yml index da2955bc4..5a361dec6 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: losetup - image: linuxkit/losetup:c9e2844a75524020f7b1ac61993ca776971a8781 + image: linuxkit/losetup:2ffc2e8dab9db95f67e76cafefff2861905f9af5 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 dd1a0afd3..84f74dc89 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: metadata - image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43 + image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 95adafa6a..65605263c 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: mkimage - image: linuxkit/mkimage:170662e39dd9354e50a976e7f5e1e0380c1fdd38 + image: linuxkit/mkimage:20fb8613cf5c499ff181242525ee520d850b415d - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index ef5df5ec6..4bc10f335 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index da777b5da..8e0e50ced 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: sysctl - image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c + image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - 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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d 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 c25c3e7f2..d4a455f44 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 - - linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e + - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 + image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:e9beada5be8a1ec4eac2b276dc91397645b97dd6 + image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4 net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 1fb890d51..7bac05d32 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index a525c6dcb..572371274 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d - - linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074 + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 + - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7 + image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:760f770d3cbf28ec7ca39960b9d033f39a3dfab6 - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 5b4f4f244..447fc549b 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:bf45651001f871323d70b746330e8c2a94f767e6 - - linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d + - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d + - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 onboot: - name: test-ns image: linuxkit/test-ns:85e5725aec459ef19c40e7be10b2c2c11b280a4d @@ -14,5 +14,5 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0 + image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d command: ["/bin/sh", "/poweroff.sh", "3"]