stick with original kernels and alpine for kernel module tests

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2021-04-23 15:04:20 +03:00
parent 00665e2b10
commit 9343616183
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
FROM linuxkit/kernel:4.19.121 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
RUN apk add build-base elfutils-dev
COPY --from=ksrc /kernel-dev.tar /

View File

@@ -6,7 +6,7 @@
FROM linuxkit/kernel:5.4.113 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
RUN apk add build-base elfutils-dev
COPY --from=ksrc /kernel-dev.tar /

View File

@@ -6,7 +6,7 @@
FROM linuxkit/kernel:5.10.31 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
RUN apk add build-base elfutils-dev
COPY --from=ksrc /kernel-dev.tar /

View File

@@ -6,7 +6,7 @@
FROM linuxkit/kernel:5.11.15 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
RUN apk add build-base elfutils-dev
COPY --from=ksrc /kernel-dev.tar /