Update remaining hashes in tests manually

Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
Chris Irrgang
2025-10-24 09:19:23 +02:00
committed by Avi Deitcher
parent 17e9b4412b
commit 5f0b5f292e
10 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
image: linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2 AS ksrc
FROM linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86 AS ksrc
# Extract headers and compile module
FROM linuxkit/kernel:6.6.71-builder AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
docker pull linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f

View File

@@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71 AS ksrc
FROM linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86 AS ksrc
# Extract headers and compile module
FROM linuxkit/kernel:6.6.71-builder AS build

View File

@@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
docker pull linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
image: linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f

View File

@@ -5,7 +5,7 @@
set -e
KERNEL=linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
KERNEL=linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
# just include the common test
. ../tags.sh

View File

@@ -5,7 +5,7 @@
set -e
KERNEL=linuxkit/kernel:6.12.52-d246bd1bb27e83cc43cc7bfa3576452a2edbde71
KERNEL=linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
# just include the common test
. ../tags.sh