sha256:980eee7c733044bbd41bf530bdd1d3d1123999eeeed217b366e50ad16d0c5005
OS/ARCH
Compressed size
559.68 MB
Last pushed
6 months by birdxs
Type
Image
Manifest digest
sha256:e5a0b633e86d26e460be7dfe800cf25c515b6c03736bf0531835e029095f7a88
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.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c mkdir -p226 B13ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=10 B14RUN /bin/sh -c apt-get update96.69 MB15COPY requirements.txt . # buildkit891 B16RUN /bin/sh -c pip install418.92 MB17COPY . . # buildkit475.79 KB18EXPOSE [8888/tcp]0 B19CMD ["gunicorn" "--bind" "0.0.0.0:8888" "--workers"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1773619200'