mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-02-22 05:35:24 +00:00
fix remaining two files for 6.12.59 kernel update
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
This commit is contained in:
committed by
Avi Deitcher
parent
a066b29c1d
commit
62c4fdb3d7
@@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:6.12.59-367dfce300096c198d3333652b71beb68608a659
|
||||
docker pull linuxkit/kernel:6.12.59-fac3a2ad495a23a50c8d2d7f173ecc7145049c29
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
KERNEL=linuxkit/kernel:6.12.59-367dfce300096c198d3333652b71beb68608a659
|
||||
KERNEL=linuxkit/kernel:6.12.59-fac3a2ad495a23a50c8d2d7f173ecc7145049c29
|
||||
|
||||
# just include the common test
|
||||
. ../tags.sh
|
||||
|
||||
Reference in New Issue
Block a user