sha256:352eb062b3ba31187f49b769a17cf5d4a2b3ebb397be029a5dd3c5c575689712
OS/ARCH
Compressed size
157.94 MB
Last pushed
8 months by metabaseci
Type
Image
Manifest digest
sha256:939e5778edbdf93f7cc0c514d4d94e69af4f5f45bf78c79477bea9ee4bc73650
Image Layers
1# debian.sh --arch 'amd64' out/28.39 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.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit114.58 MB13COPY /usr/local/bin /usr/local/bin # buildkit4.68 KB14RUN /bin/sh -c groupadd -r1.15 KB15COPY src/ src/ # buildkit15.58 KB16COPY VERSION ./ # buildkit148 B17COPY entrypoint.sh ./ # buildkit791 B18RUN /bin/sh -c chown -R16.18 KB19USER pyexec0 B20ENV PYTHONUNBUFFERED=10 B21EXPOSE [5000/tcp]0 B22CMD ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'