sha256:7baf84f7916d0b7fa65e2f19298b9334f4538f64cc6bcc98cb52c0dca162f21c
OS/ARCH
Compressed size
143.88 MB
Last pushed
4 months by duplocloud
Type
Image
Manifest digest
sha256:4daf72896ffc51435c80ae5a5b115b6e573e7cd0b6c79627715c203011b7bb6d
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;13.18 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11USER root0 B12RUN /bin/sh -c mkdir -p141 B13WORKDIR /app93 B14COPY app.py /app # buildkit11.28 KB15COPY requirements.txt /app # buildkit192 B16RUN /bin/sh -c apt-get update64.59 MB17RUN /bin/sh -c ARCH=$(dpkg --print-architecture)24.2 MB18RUN /bin/sh -c pip install12.26 MB19COPY wait-for-services.sh /wait-for-services.sh # buildkit520 B20RUN /bin/sh -c chmod +x520 B21EXPOSE [5000/tcp]0 B22ENV FLASK_APP=app.py0 B23ENV FLASK_ENV=production0 B24ENTRYPOINT ["/wait-for-services.sh" "gunicorn" "--timeout" "300"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'