sha256:2fcf582d37cb7e83935b53cadb7764af15d8cc222d54b46e7ae9e48046923eed
OS/ARCH
Compressed size
44.97 MB
Last pushed
2 months by cratejenkins
Type
Image
Manifest digest
sha256:3618c62275d865066e098019a4a412f0fc6d0e23273d594ac1a3c58cdd8eef7c
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11LABEL license=Apache License 2.0 maintainer=Crate.IO0 B12WORKDIR /app93 B13RUN /bin/sh -c useradd -U1.39 KB14COPY /wheels /wheels # buildkit154.64 KB15RUN /bin/sh -c pip install3.36 MB16COPY main.py /app/ # buildkit2.34 KB17USER crate-control0 B18EXPOSE [5050/tcp]0 B19CMD ["python" "-u" "main.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'