mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:00:18 +00:00
chore(dev): make alpine boot fully clean with kernel module infra
This commit is contained in:
@@ -32,6 +32,9 @@ ENV BUILDPLATFORM=${BUILDPLATFORM}
|
||||
ENV TARGETPLATFORM=${TARGETPLATFORM}
|
||||
WORKDIR /build/src
|
||||
RUN /build/docker-build.sh
|
||||
COPY --chown=build:build docker-install.sh /build/docker-install.sh
|
||||
RUN /build/docker-install.sh
|
||||
|
||||
FROM scratch AS final
|
||||
COPY --from=build /build/src/kernel.image /kernel.efi
|
||||
COPY --from=build /build/src/kernel.modules.tgz /kernel.modules.tgz
|
||||
|
||||
Reference in New Issue
Block a user