mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
hash for kernel changed, updating in test cases
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
413f3f3e67
commit
0abb1ac179
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:6.6.13-4f0f536b9a057590102379043a0815d2f0e28209
|
||||
image: linuxkit/kernel:6.6.13-93250a118b43a85609ca27778784c161977024e6
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:07d37c3ae7fad5ddcb54c8dc65774ae050851f04
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:6.6.13-4f0f536b9a057590102379043a0815d2f0e28209 AS ksrc
|
||||
FROM linuxkit/kernel:6.6.13-93250a118b43a85609ca27778784c161977024e6 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/kernel:6.6.13-builder AS build
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:6.6.13-4f0f536b9a057590102379043a0815d2f0e28209
|
||||
image: linuxkit/kernel:6.6.13-93250a118b43a85609ca27778784c161977024e6
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:07d37c3ae7fad5ddcb54c8dc65774ae050851f04
|
||||
|
Loading…
Reference in New Issue
Block a user