switch kernel builds to linuxkit pkg build for simplicity

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-02-28 15:55:28 +02:00
parent 7e45f8ef2e
commit 000b6f4bb1
10 changed files with 60 additions and 94 deletions

View File

@@ -1,9 +1,8 @@
# This Dockerfile extracts the source code and headers from a kernel package,
# builds the perf utility, and places it into a scratch image
ARG IMAGE
ARG BUILD_IMAGE
FROM ${IMAGE} AS ksrc
FROM ${KERNEL_VERSION}-${HASH} AS ksrc
FROM ${BUILD_IMAGE} AS build
RUN apk add \