mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 00:42:54 +00:00
in kernel build, have ARG in correct place to be usable
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -178,8 +178,8 @@ RUN DVER=$(basename $(find /tmp/kernel-modules/lib/modules/ -mindepth 1 -maxdept
|
||||
|
||||
RUN printf "${BUILD_IMAGE}" > /out/kernel-builder
|
||||
|
||||
ARG BUILD_IMAGE
|
||||
FROM scratch
|
||||
ARG BUILD_IMAGE
|
||||
ENTRYPOINT []
|
||||
CMD []
|
||||
WORKDIR /
|
||||
|
Reference in New Issue
Block a user