parent
bd1317e493
commit
2d6924d605
@ -1,5 +1,3 @@
|
||||
FROM ghcr.io/siderolabs/stagex/core-binutils:latest AS core-binutils
|
||||
FROM ghcr.io/siderolabs/stagex/core-gcc:latest AS core-gcc
|
||||
FROM ghcr.io/siderolabs/stagex/core-make:latest AS core-make
|
||||
FROM ghcr.io/siderolabs/stagex/core-musl:latest AS core-musl
|
||||
FROM ghcr.io/siderolabs/stagex/core-busybox:latest AS core-busybox
|
||||
@ -105,8 +103,6 @@ RUN rm -rf pkg/obj && \
|
||||
|
||||
FROM scratch AS final
|
||||
COPY --from=core-busybox / /
|
||||
COPY --from=build-binutils /rootfs/ /
|
||||
COPY --from=build-gcc /rootfs/ /
|
||||
COPY --from=build-linux-headers /rootfs/ /
|
||||
COPY --from=build-musl /rootfs/ /
|
||||
COPY --from=build-make /rootfs/ /
|
||||
|
Loading…
x
Reference in New Issue
Block a user