sha256:d3f1477a4cda5e679eb55a697a2e74e343a5adf6d37ea197f549284e4242fea9
OS/ARCH
Compressed size
141.04 MB
Last pushed
9 months by cookiemovies
Type
Image
Manifest digest
sha256:295bb6d227c141a59d4f1ff96455e0198a474d480c3b39de255c5b51f3068f9e
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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 /app92 B12RUN /bin/sh -c apt-get update87.69 MB13RUN /bin/sh -c pip install4.47 MB14COPY requirements_web.txt . # buildkit310 B15RUN /bin/sh -c pip install5.15 MB16COPY static/ /app/static/ # buildkit2.06 KB17COPY templates/ /app/templates/ # buildkit15.46 KB18COPY app.py . # buildkit14.37 KB19COPY VarLists.py . # buildkit1.6 KB20COPY favicon.ico . # buildkit25.31 KB21RUN /bin/sh -c useradd --create-home3.23 KB22RUN /bin/sh -c chown -R59.32 KB23USER app0 B24EXPOSE map[5000/tcp:{}]0 B25HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/health0 B26CMD ["gunicorn" "--bind" "0.0.0.0:5000" "--workers"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1760918400'