sha256:bfaa3d9fb95ad463d4091ae7af636c91a746af3d532ee3dd0234c1ee5a868fdc
OS/ARCH
linux/amd64
Compressed size
60.54 MB
Last pushed
over 1 year by devopstools888
Type
Image
Manifest digest
sha256:c186e11ab928b6decf5e0d01aae11e10c011c1800c7775f62ec626eaabd0e0b0
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.16 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.110 B7ENV PYTHON_SHA256=2a9920c7a0cd236de33644ed980a13cbbc21058bfdc528febb6081575ed73be30 B8RUN /bin/sh -c set -eux;15.45 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY requirements.txt . # buildkit205 B13RUN /bin/sh -c pip install15 MB14COPY main.py . # buildkit1.8 KB15ENV PORT=80800 B16CMD ["gunicorn" "--bind" ":$PORT" "--workers"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'