mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
tests: Add 5.15.x kernel tests (renamed from 5.12)
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
bc3f72b518
commit
9f2ff29e5e
@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:5.12.14
|
image: linuxkit/kernel:5.15.15
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
@ -3,10 +3,10 @@
|
|||||||
# In the last stage, it creates a package, which can be used for
|
# In the last stage, it creates a package, which can be used for
|
||||||
# testing.
|
# testing.
|
||||||
|
|
||||||
FROM linuxkit/kernel:5.12.14 AS ksrc
|
FROM linuxkit/kernel:5.15.15 AS ksrc
|
||||||
|
|
||||||
# Extract headers and compile module
|
# Extract headers and compile module
|
||||||
FROM linuxkit/kernel:5.12.14-builder AS build
|
FROM linuxkit/kernel:5.15.15-builder AS build
|
||||||
RUN apk add build-base elfutils-dev
|
RUN apk add build-base elfutils-dev
|
||||||
|
|
||||||
COPY --from=ksrc /kernel-dev.tar /
|
COPY --from=ksrc /kernel-dev.tar /
|
@ -1,5 +1,5 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:5.12.14
|
image: linuxkit/kernel:5.15.15
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
Loading…
Reference in New Issue
Block a user