Merge pull request #4006 from deitch/kernel-hash-updates

hash for kernel changed, updating in test cases
This commit is contained in:
Avi Deitcher 2024-03-04 10:29:52 -08:00 committed by GitHub
commit 470a9287e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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