sha256:0c7394aa6025fded787adbf6f55b056710ad2109e115ea93ff3c35eaf6e6d37e
OS/ARCH
Compressed size
2.56 GB
Last pushed
4 days by calagopus
Type
Image
Manifest digest
sha256:c45d9c3996a1f4b9c39e28cdcdb0ee8b84b65e1d3f620c5faca9aa15e643a4c7
Image Layers
1# debian.sh --arch 'arm64' out/28.79 MB2LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust0 B3ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH=/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUST_VERSION=1.98.10 B4RUN /bin/sh -c set -eux;240.11 MB5RUN /bin/sh -c apt-get update144.29 MB6COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit3.06 MB7COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.77 MB8RUN /bin/sh -c ln -s209 B9RUN /bin/sh -c npm install23.39 MB10RUN /bin/sh -c cargo install18.63 MB11WORKDIR /app/repo112 B12COPY /app/repo/recipe.json recipe.json # buildkit56.89 KB13RUN /bin/sh -c mkdir -p256 B14RUN /bin/sh -c cargo chef769.16 MB15COPY . /app/repo # buildkit9.65 MB16RUN /bin/sh -c cd frontend193.7 MB17RUN /bin/sh -c cargo build1.05 GB18RUN /bin/sh -c cp /app/repo/target/heavy-release/panel-rs65.7 MB19RUN /bin/sh -c cp /app/repo/target/heavy-release/heavy-supervisor977.68 KB20RUN /bin/sh -c ln -s196 B21RUN /bin/sh -c ln -s204 B22ENV OCI_CONTAINER=official-heavy0 B23ENV CARGO_BUILD_PROFILE=balanced0 B24ENV PANEL_BIN_NAME=panel-rs0 B25ENTRYPOINT ["/app/heavy-supervisor"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1789689600'