sha256:0c7394aa6025fded787adbf6f55b056710ad2109e115ea93ff3c35eaf6e6d37e
OS/ARCH
Compressed size
2.62 GB
Last pushed
6 days by calagopus
Type
Image
Manifest digest
sha256:5fdfba4a1cfa3d3f765333a3606a2e74ed9107a427d7b2af9adde0d8b34ce8e7
Image Layers
1# debian.sh --arch 'amd64' out/28.45 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;275.87 MB5RUN /bin/sh -c apt-get update148 MB6COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit3.06 MB7COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.79 MB8RUN /bin/sh -c ln -s208 B9RUN /bin/sh -c npm install23.39 MB10RUN /bin/sh -c cargo install18.7 MB11WORKDIR /app/repo111 B12COPY /app/repo/recipe.json recipe.json # buildkit56.89 KB13RUN /bin/sh -c mkdir -p256 B14RUN /bin/sh -c cargo chef777.83 MB15COPY . /app/repo # buildkit9.64 MB16RUN /bin/sh -c cd frontend197.56 MB17RUN /bin/sh -c cargo build1.06 GB18RUN /bin/sh -c cp /app/repo/target/heavy-release/panel-rs71.79 MB19RUN /bin/sh -c cp /app/repo/target/heavy-release/heavy-supervisor1.01 MB20RUN /bin/sh -c ln -s193 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 'amd64' out/ 'trixie' '@1789689600'