mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-16 20:59:29 +00:00
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:
committed by
Avi Deitcher
parent
5fd23cf059
commit
fe86d9c345
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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} .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user