mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 15:12:23 +00:00
kernel: Move build label add to Makefile
where the other labels are defined Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -195,7 +195,6 @@ RUN DVER=$(basename $(find /tmp/kernel-modules/lib/modules/ -mindepth 1 -maxdept
|
||||
( cd /tmp && tar cf /out/kernel-dev.tar usr/src )
|
||||
|
||||
RUN printf "${BUILD_IMAGE}" > /out/kernel-builder
|
||||
LABEL org.mobyproject.linuxkit.kernel.buildimage ${BUILD_IMAGE}
|
||||
|
||||
FROM scratch
|
||||
ENTRYPOINT []
|
||||
|
Reference in New Issue
Block a user