sha256:fbb335bcb3db5d4db6bb1f691807204cbfcc9e9d1f1c6ba0597a60330800c20e
OS/ARCH
Compressed size
406.15 MB
Last pushed
17 days by tiangolo
Type
Image
Manifest digest
sha256:ee387f5b72b06f7f21471f71c71911635df81e46687ca33b48e8b6f783b722b5
Image Layers
1# debian.sh --arch 'amd64' out/47.05 MB2RUN /bin/sh -c set -eux;24.45 MB3RUN /bin/sh -c set -eux;64.66 MB4RUN /bin/sh -c set -ex;225.39 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.81 MB8ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B9ENV PYTHON_VERSION=3.10.210 B10ENV PYTHON_SHA256=a0da1e72132e950154eca0f6f47d5db828454700de20e5113667940d81e0db040 B11RUN /bin/sh -c set -eux;20.27 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.sh15.74 MB19COPY requirements.txt /tmp/requirements.txt # buildkit159 B20RUN /bin/sh -c pip install588.4 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 # buildkit469 B25COPY stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit471 B26RUN /bin/sh -c chmod +x463 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 # buildkit322 B34RUN /bin/sh -c chmod +x323 B35COPY entrypoint.sh /entrypoint.sh # buildkit1 KB36RUN /bin/sh -c chmod +x1 KB37ENTRYPOINT ["/entrypoint.sh"]0 B38COPY ./app /app # buildkit561 B39WORKDIR /app32 B40CMD ["/start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'