update kernel yamls

Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
Chris Irrgang
2025-11-13 15:59:05 +00:00
committed by Avi Deitcher
parent f935f6b18c
commit 5fd23cf059
118 changed files with 118 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
image: linuxkit/kernel:6.12.59-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.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86 AS ksrc
FROM linuxkit/kernel:6.12.59-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.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
docker pull linuxkit/kernel:6.12.59-367dfce300096c198d3333652b71beb68608a659
# Build a package
docker build -t ${IMAGE_NAME} .

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.12.52
image: linuxkit/kernel:6.12.59
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a

View File

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