Compare commits

..

No commits in common. "main" and "anton/set-kernel-log-level" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ FROM stagex/user-util-linux:sx2025.02.0@sha256:bf03b1aaa92a3877f2d2a35d2c27cf453
FROM stagex/user-xorriso:sx2025.02.0@sha256:f3b9f1eebdbc6f2e62a9d4345abb87ea81219fc4afdbdc0412a8a2110282a1a1 AS user-xorriso FROM stagex/user-xorriso:sx2025.02.0@sha256:f3b9f1eebdbc6f2e62a9d4345abb87ea81219fc4afdbdc0412a8a2110282a1a1 AS user-xorriso
FROM stagex/core-xz:sx2025.02.0@sha256:34824f16967f6bd8ecf24c320e36dfc9cd58d5746d3c524e1b896ebdf5a2e760 AS core-xz FROM stagex/core-xz:sx2025.02.0@sha256:34824f16967f6bd8ecf24c320e36dfc9cd58d5746d3c524e1b896ebdf5a2e760 AS core-xz
FROM stagex/user-yq:sx2025.02.0@sha256:9aba3b01cc7d78bc78853121cdcd430a67f543eebae30220f233659039ce6e54 AS user-yq FROM stagex/user-yq:sx2025.02.0@sha256:9aba3b01cc7d78bc78853121cdcd430a67f543eebae30220f233659039ce6e54 AS user-yq
FROM stagex/core-zlib:sx2025.02.0@sha256:15860e0789afa0f3ed1bd4e9d771ecb34fbab399064f6aa69c05e71cb8822156 AS core-zlib
FROM scratch AS base FROM scratch AS base
ARG VERSION development ARG VERSION development
@ -74,7 +75,7 @@ COPY --from=user-cpio . /
COPY --from=user-mtools . / COPY --from=user-mtools . /
COPY --from=user-grub . / COPY --from=user-grub . /
FROM base AS dev FROM base as dev
COPY --from=core-gcc . / COPY --from=core-gcc . /
COPY --from=core-zlib . / COPY --from=core-zlib . /
COPY --from=user-glib . / COPY --from=user-glib . /