mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Merge pull request #4006 from deitch/kernel-hash-updates
hash for kernel changed, updating in test cases
This commit is contained in:
commit
470a9287e6
@ -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