mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
tests: Update tests cases to the latest linuxkit/alpine
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
711720e0d5
commit
07ca23f8fe
@ -6,7 +6,7 @@
|
||||
FROM linuxkit/kernel:4.19.121 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
|
||||
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
|
||||
RUN apk add build-base elfutils-dev
|
||||
|
||||
COPY --from=ksrc /kernel-dev.tar /
|
||||
|
@ -6,7 +6,7 @@
|
||||
FROM linuxkit/kernel:5.4.113 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
|
||||
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
|
||||
RUN apk add build-base elfutils-dev
|
||||
|
||||
COPY --from=ksrc /kernel-dev.tar /
|
||||
|
@ -6,7 +6,7 @@
|
||||
FROM linuxkit/kernel:5.10.31 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
|
||||
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
|
||||
RUN apk add build-base elfutils-dev
|
||||
|
||||
COPY --from=ksrc /kernel-dev.tar /
|
||||
|
@ -6,7 +6,7 @@
|
||||
FROM linuxkit/kernel:5.11.15 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
|
||||
FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc AS build
|
||||
RUN apk add build-base elfutils-dev
|
||||
|
||||
COPY --from=ksrc /kernel-dev.tar /
|
||||
|
Loading…
Reference in New Issue
Block a user