sha256:c21f66bc06e6ef578a8de6b983e7c4104ecaac4ce6c4204224df55b725894be4
OS/ARCH
linux/amd64
Compressed size
956.23 MB
Last pushed
3 months by affinenick
Type
Image
Manifest digest
sha256:c21f66bc06e6ef578a8de6b983e7c4104ecaac4ce6c4204224df55b725894be4
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.88.00 B4RUN /bin/sh -c set -eux;263.04 MB5RUN /bin/sh -c apt-get update180.24 MB6RUN /bin/sh -c pip install48.38 MB7WORKDIR /app93 B8COPY pyproject.toml uv.lock ./ #192.75 KB9ENV VENV_DIR=/opt/venv0 B10ENV VIRTUAL_ENV=/opt/venv0 B11ENV PATH=/opt/venv/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12RUN /bin/sh -c uv venv193.05 MB13COPY . . # buildkit524.97 KB14RUN /bin/sh -c uv pip236.9 MB15RUN /bin/sh -c uv pip6.99 MB16ENTRYPOINT ["af"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'