mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
update test dependencies on kernel hash version
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
a5cb9d96b7
commit
28c14a1500
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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} .
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user