File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed
Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 22ARG RUST_PROFILE=release
33ARG RUST_TARGET_SUBDIR=release
44
5- FROM --platform=$BUILDPLATFORM rust:1.92 .0-alpine@sha256:f6c22e0a256c05d44fca23bf530120b5d4a6249a393734884281ca80782329bc AS build
5+ FROM --platform=$BUILDPLATFORM rust:1.93 .0-alpine@sha256:69d7b9d9aeaf108a1419d9a7fcf7860dcc043e9dbd1ab7ce88e44228774d99e9 AS build
66RUN apk --no-cache add musl-dev busybox-static
77ARG RUST_PROFILE
88RUN adduser -S -s /bin/sh build
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM debian:trixie@sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d AS build
1+ FROM --platform=$BUILDPLATFORM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 AS build
22ARG BUILDPLATFORM
33ARG EFI_NAME
44RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change 11ARG KERNEL_SOURCE_URL=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.2.tar.xz
22ARG KERNEL_CHECKSUM=sha256:558c6bbab749492b34f99827fe807b0039a744693c21d3a7e03b3a48edaab96a
33
4- FROM --platform=$BUILDPLATFORM debian:trixie@sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d AS buildenv
4+ FROM --platform=$BUILDPLATFORM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 AS buildenv
55RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y \
66 build-essential squashfs-tools python3-yaml \
77 patch diffutils sed mawk findutils zstd \
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM debian:trixie@sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d
1+ FROM --platform=$BUILDPLATFORM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91
Original file line number Diff line number Diff line change 11ARG TARGET_IMAGE=scratch
22FROM ${TARGET_IMAGE} AS image
3- FROM --platform=$BUILDPLATFORM debian:trixie@sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d AS final
3+ FROM --platform=$BUILDPLATFORM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 AS final
44COPY --from=image / /image
Original file line number Diff line number Diff line change 1- FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS rootfs
1+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS rootfs
22RUN apk --no-cache add alpine-base tzdata wireless-regdb ifupdown-ng agetty
33RUN rc-update add devfs sysinit && \
44 rc-update add dmesg sysinit && \
@@ -21,7 +21,7 @@ RUN rc-update add devfs sysinit && \
2121ADD kernel.modules.tgz /
2222COPY files/interfaces /etc/network/interfaces
2323
24- FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS build
24+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS build
2525COPY --from=rootfs / /rootfs
2626WORKDIR /rootfs
2727RUN find . | cpio -R 0:0 --ignore-devno --renumber-inodes -o -H newc --quiet > /initramfs
Original file line number Diff line number Diff line change 1- FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS build
1+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS build
22ARG TARGETPLATFORM
33RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ] || [ "${TARGETPLATFORM}" = "linux/x86_64" ]; then \
44 apk --no-cache add ovmf edk2-shell; cp /usr/share/ovmf/bios.bin /ovmf.fd; fi
Original file line number Diff line number Diff line change 1- FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS build
1+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS build
22ARG TARGETPLATFORM
33RUN apk add --no-cache xen-hypervisor && cp /usr/lib/efi/xen.efi /xen.efi
44
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.92 .0"
2+ channel = " 1.93 .0"
33components = [" rustfmt" , " clippy" ]
44targets = [" x86_64-unknown-uefi" , " aarch64-unknown-uefi" ]
You can’t perform that action at this time.
0 commit comments