update test dependencies on kernel hash version

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2025-02-19 19:40:52 +02:00
parent a5cb9d96b7
commit 28c14a1500
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ RM = rm -f
# Name and Org on Hub
ORG?=linuxkit
IMAGE?=kernel
IMAGE_BUILDER=linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4
IMAGE_BUILDER=linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a
# You can specify an extra options for the Makefile. This will:
# - append a config$(EXTRA) to the kernel config for your kernel/arch

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.6.71-bbe6930a9db6e1062d92357df654acc1d2d5832f
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd

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

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:6.6.71-bbe6930a9db6e1062d92357df654acc1d2d5832f
image: linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd

View File

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