sha256:729ddd8412974f1e75816c582c464b94caf42ae8489ead2ee73508788877aea5
OS/ARCH
Compressed size
156.58 MB
Last pushed
8 months by metabaseci
Type
Image
Manifest digest
sha256:323fb062067243021b16cc4d79179f387ebde60104e6e1964a2fcb85532a53a4
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit112.93 MB13COPY /usr/local/bin /usr/local/bin # buildkit4.69 KB14RUN /bin/sh -c groupadd -r1.15 KB15COPY src/ src/ # buildkit15.56 KB16COPY VERSION ./ # buildkit149 B17COPY entrypoint.sh ./ # buildkit793 B18RUN /bin/sh -c chown -R16.16 KB19USER pyexec0 B20ENV PYTHONUNBUFFERED=10 B21EXPOSE [5000/tcp]0 B22CMD ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1768176000'