tests: Add 5.15.x kernel tests (renamed from 5.12)

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2022-01-18 12:55:03 +00:00
parent bc3f72b518
commit 9f2ff29e5e
9 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.12.14
image: linuxkit/kernel:5.15.15
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927

View File

@ -3,10 +3,10 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:5.12.14 AS ksrc
FROM linuxkit/kernel:5.15.15 AS ksrc
# 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
COPY --from=ksrc /kernel-dev.tar /

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.12.14
image: linuxkit/kernel:5.15.15
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927