sha256:5f665cd6edeabe950102722e8ff8a9aeb2ca44b4425878d9054be479b00e9888
OS/ARCH
Compressed size
399.17 MB
Last pushed
9 days by tiangolo
Type
Image
Manifest digest
sha256:b9ab573ac042c00eda2ac1f770e715ea9241cf31802d352478b44230d448066b
Image Layers
1# debian.sh --arch 'arm64' out/47.4 MB2RUN /bin/sh -c set -eux;23.87 MB3RUN /bin/sh -c set -eux;64.47 MB4RUN /bin/sh -c set -ex;215.98 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.91 MB8ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B9ENV PYTHON_VERSION=3.11.160 B10ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B11RUN /bin/sh -c set -eux;22.52 MB12RUN /bin/sh -c set -eux;250 B13CMD ["python3"]0 B15ENV PYTHONDONTWRITEBYTECODE=10 B16ENV PYTHONUNBUFFERED=10 B17COPY install-nginx-debian.sh / # buildkit1.99 KB18RUN /bin/sh -c bash /install-nginx-debian.sh14.67 MB19COPY requirements.txt /tmp/requirements.txt # buildkit159 B20RUN /bin/sh -c pip install580.16 KB21RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf174 B22COPY uwsgi.ini /etc/uwsgi/ # buildkit380 B23RUN /bin/sh -c apt-get update2.19 MB24COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit471 B25COPY stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit471 B26RUN /bin/sh -c chmod +x464 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 +x322 B35COPY entrypoint.sh /entrypoint.sh # buildkit1 KB36RUN /bin/sh -c chmod +x1 KB37ENTRYPOINT ["/entrypoint.sh"]0 B38COPY ./app /app # buildkit565 B39WORKDIR /app32 B40CMD ["/start.sh"]0 B42COPY requirements.txt /tmp/requirements.txt # buildkit159 B43RUN /bin/sh -c pip install1.57 MB44ENV STATIC_URL=/static0 B45ENV STATIC_PATH=/app/static0 B46ENV STATIC_INDEX=00 B47COPY ./app /app # buildkit579 B48WORKDIR /app32 B49ENV PYTHONPATH=/app0 B50RUN /bin/sh -c mv /entrypoint.sh1.03 KB51COPY entrypoint.sh /entrypoint.sh # buildkit637 B52RUN /bin/sh -c chmod +x636 B53ENTRYPOINT ["/entrypoint.sh"]0 B54CMD ["/start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'