sha256:4fbc48ccdce28737c0791dbad06eb36cc044468cb19798770b89b0124776458c
OS/ARCH
Compressed size
55.15 MB
Last pushed
10 months by need4swede
Type
Image
Manifest digest
sha256:96d5e3f77fcc88d14eb771fee0580e58392352196d53532bcd815d33829662ff
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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;248 B10CMD ["python3"]0 B11WORKDIR /app92 B12COPY worker/requirements.txt . # buildkit199 B13RUN /bin/sh -c pip install11.8 MB14COPY api/models.py . # buildkit921 B15COPY api/database.py . # buildkit527 B16COPY worker/ . # buildkit18.74 KB17CMD ["python" "worker.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'