update 6.6.71 kernel hashes after manual image registry fix

Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
Chris Irrgang
2025-12-10 00:06:15 +00:00
committed by Avi Deitcher
parent 5fd23cf059
commit fe86d9c345
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
image: linuxkit/kernel:6.6.71-fac3a2ad495a23a50c8d2d7f173ecc7145049c29
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a

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-01ab8e22c88f25fc1bf4c354689f12797c213a86 AS ksrc
FROM linuxkit/kernel:6.6.71-fac3a2ad495a23a50c8d2d7f173ecc7145049c29 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-01ab8e22c88f25fc1bf4c354689f12797c213a86
docker pull linuxkit/kernel:6.6.71-fac3a2ad495a23a50c8d2d7f173ecc7145049c29
# Build a package
docker build -t ${IMAGE_NAME} .