sha256:c23e379a47680d809c35a5267b20423c6d2f129166705fb564eac358adeab911
OS/ARCH
Compressed size
122.92 MB
Last pushed
6 months by drakonis96
Type
Image
Manifest digest
sha256:58900076ec331c007a37fcfbe7bb5eeaee1cdf0cf5ffd07f01d26dd7b55d8c83
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=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;249 B10CMD ["python3"]0 B11WORKDIR /app92 B12COPY requirements.txt . # buildkit317 B13RUN /bin/sh -c pip install10.97 MB14COPY *.py ./ # buildkit48.63 KB15COPY templates/ ./templates/ # buildkit21.54 KB16COPY static/ ./static/ # buildkit70.44 MB17EXPOSE [5000/tcp]0 B18CMD ["python" "-u" "app.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1773619200'