sha256:ae3259710f115740621d18c7d8fb73b11c30c6ee8fbcf1177c7fda6b7f039f26
OS/ARCH
linux/arm64
Compressed size
50.33 MB
Last pushed
9 months by jajajhhz
Type
Image
Manifest digest
sha256:c5a017c85afe809b767f8af39eaf48c9b69b598465b8b3715f6d1bb5daa4deec
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=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 B12COPY requirements.txt . # buildkit182 B13RUN /bin/sh -c pip install6.72 MB14COPY app.py . # buildkit885 B15EXPOSE map[8080/tcp:{}]0 B16CMD ["gunicorn" "--bind" "0.0.0.0:8080" "--workers"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1765152000'