tests: Update tests cases to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2021-04-21 08:17:53 +03:00
parent 711720e0d5
commit 07ca23f8fe
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
FROM linuxkit/kernel:4.19.121 AS ksrc FROM linuxkit/kernel:4.19.121 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc 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 /

View File

@ -6,7 +6,7 @@
FROM linuxkit/kernel:5.4.113 AS ksrc FROM linuxkit/kernel:5.4.113 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc 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 /

View File

@ -6,7 +6,7 @@
FROM linuxkit/kernel:5.10.31 AS ksrc FROM linuxkit/kernel:5.10.31 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc 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 /

View File

@ -6,7 +6,7 @@
FROM linuxkit/kernel:5.11.15 AS ksrc FROM linuxkit/kernel:5.11.15 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build FROM linuxkit/alpine:f0af677747790eda63ee5e9b37b9002b965f48dc 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 /