mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +00:00
Change to use kernel not bzImage everywhere
Previously we hardcoded `bzImage` which is not used for all use cases or architectures. fix #1630 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -58,7 +58,7 @@ FROM linuxkit/toybox-media:eee3dd4d72cd784801e95b1781e6c4f9d8a5e5eb@sha256:7f940
|
||||
ENTRYPOINT []
|
||||
CMD []
|
||||
WORKDIR /
|
||||
COPY --from=kernel-build bzImage /
|
||||
COPY --from=kernel-build bzImage /kernel
|
||||
COPY --from=kernel-build kernel-headers.tar /
|
||||
COPY --from=kernel-build kernel-modules.tar /kernel.tar
|
||||
COPY --from=kernel-build kernel-dev.tar /
|
||||
|
Reference in New Issue
Block a user