sha256:3b78188d429279b71ab97533fab337fe9168182e6ea0da9149800ca8675a347c
OS/ARCH
Compressed size
2.75 GB
Last pushed
12 days by calagopus
Type
Image
Manifest digest
sha256:2cf6e7fc684e16535a67cc2f9adb78e44dc539ba6d386b66262c51cdbcb574e8
Image Layers
1# debian.sh --arch 'arm64' out/28.76 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.00 B4RUN /bin/sh -c set -eux;240.08 MB5RUN /bin/sh -c apt-get update144.27 MB6COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit3.06 MB7COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.7 MB8RUN /bin/sh -c ln -s207 B9RUN /bin/sh -c npm install23.3 MB10RUN /bin/sh -c cargo install18.63 MB11WORKDIR /app/repo111 B12COPY /app/repo/recipe.json recipe.json # buildkit61.75 KB13RUN /bin/sh -c mkdir -p256 B14RUN /bin/sh -c cargo chef847.59 MB15COPY . /app/repo # buildkit10.1 MB16RUN /bin/sh -c cd frontend193.18 MB17RUN /bin/sh -c cargo build1.14 GB18RUN /bin/sh -c cp /app/repo/target/heavy-release/panel-rs88.85 MB19RUN /bin/sh -c cp /app/repo/target/heavy-release/heavy-supervisor976.5 KB20RUN /bin/sh -c ln -s193 B21RUN /bin/sh -c ln -s203 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' '@1787529600'