sha256:9abbb8bcbeea73b4ab0315f2f557f75cb2162c68cf5dd5c6a004613eb520f3e4
OS/ARCH
Compressed size
122.66 MB
Last pushed
6 months by drakonis96
Type
Image
Manifest digest
sha256:2ffc0b2e05a804849492bb83e8495366959544ac03ecb2242dfd477e38873774
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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY requirements.txt . # buildkit315 B13RUN /bin/sh -c pip install10.97 MB14COPY *.py ./ # buildkit48.63 KB15COPY templates/ ./templates/ # buildkit21.8 KB16COPY static/ ./static/ # buildkit70.44 MB17EXPOSE [5000/tcp]0 B18CMD ["python" "-u" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'