sha256:3b119a0bf0acad83718001966c4f531fcb9d527d6cabafe4f177808f329b0162
OS/ARCH
Compressed size
411.32 MB
Last pushed
3 months by tiangolo
Type
Image
Manifest digest
sha256:96e7493bab9b04f49b93f3824cb701b0674af401d72d2a1c74049038fc0bed88
Image Layers
1# debian.sh --arch 'amd64' out/47.03 MB2RUN /bin/sh -c set -eux;24.45 MB3RUN /bin/sh -c set -eux;64.64 MB4RUN /bin/sh -c set -ex;225.25 MB5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6ENV LANG=C.UTF-80 B7RUN /bin/sh -c set -eux;5.8 MB8ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B9ENV PYTHON_VERSION=3.12.130 B10ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B11RUN /bin/sh -c set -eux;24.53 MB12RUN /bin/sh -c set -eux;247 B13CMD ["python3"]0 B15ENV PYTHONDONTWRITEBYTECODE=10 B16ENV PYTHONUNBUFFERED=10 B17COPY install-nginx-debian.sh / # buildkit1.99 KB18RUN /bin/sh -c bash /install-nginx-debian.sh15.74 MB19COPY requirements.txt /tmp/requirements.txt # buildkit158 B20RUN /bin/sh -c pip install1.67 MB21RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf175 B22COPY uwsgi.ini /etc/uwsgi/ # buildkit378 B23RUN /bin/sh -c apt-get update2.19 MB24COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit467 B25COPY stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit467 B26RUN /bin/sh -c chmod +x461 B27ENV UWSGI_INI=/app/uwsgi.ini0 B28ENV UWSGI_CHEAPER=20 B29ENV UWSGI_PROCESSES=160 B30ENV NGINX_MAX_UPLOAD=00 B31ENV NGINX_WORKER_PROCESSES=10 B32ENV LISTEN_PORT=800 B33COPY start.sh /start.sh # buildkit323 B34RUN /bin/sh -c chmod +x324 B35COPY entrypoint.sh /entrypoint.sh # buildkit1 KB36RUN /bin/sh -c chmod +x1 KB37ENTRYPOINT ["/entrypoint.sh"]0 B38COPY ./app /app # buildkit564 B39WORKDIR /app32 B40CMD ["/start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'