Sign inSign up

tiangolo/uwsgi-nginx:python3.12-2026-09-07

Multi-platform
Index digest

sha256:7b9df9d78299720194de34640d8766eb856be5e92c3b02bcc18f7e85681976b0

OS/ARCH

Compressed size

411.35 MB

Last pushed

13 days by tiangolo

Type

Image

Manifest digest

sha256:22056e30a6e90ad246a19099f692f322295e552a0dfefaee5248406350e810c7

Image Layers

1# debian.sh --arch 'amd64' out/47.05 MB
2RUN /bin/sh -c set -eux;24.45 MB
3RUN /bin/sh -c set -eux;64.66 MB
4RUN /bin/sh -c set -ex;225.39 MB
5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
6ENV LANG=C.UTF-80 B
7RUN /bin/sh -c set -eux;5.81 MB
8ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
9ENV PYTHON_VERSION=3.12.140 B
10ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
11RUN /bin/sh -c set -eux;24.54 MB
12RUN /bin/sh -c set -eux;250 B
13CMD ["python3"]0 B
14LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
15ENV PYTHONDONTWRITEBYTECODE=10 B
16ENV PYTHONUNBUFFERED=10 B
17COPY install-nginx-debian.sh / # buildkit1.99 KB
18RUN /bin/sh -c bash /install-nginx-debian.sh15.74 MB
19COPY requirements.txt /tmp/requirements.txt # buildkit157 B
20RUN /bin/sh -c pip install1.5 MB
21RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf173 B
22COPY uwsgi.ini /etc/uwsgi/ # buildkit378 B
23RUN /bin/sh -c apt-get update2.19 MB
24COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit466 B
25COPY stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit467 B
26RUN /bin/sh -c chmod +x460 B
27ENV UWSGI_INI=/app/uwsgi.ini0 B
28ENV UWSGI_CHEAPER=20 B
29ENV UWSGI_PROCESSES=160 B
30ENV NGINX_MAX_UPLOAD=00 B
31ENV NGINX_WORKER_PROCESSES=10 B
32ENV LISTEN_PORT=800 B
33COPY start.sh /start.sh # buildkit321 B
34RUN /bin/sh -c chmod +x321 B
35COPY entrypoint.sh /entrypoint.sh # buildkit1 KB
36RUN /bin/sh -c chmod +x1 KB
37ENTRYPOINT ["/entrypoint.sh"]0 B
38COPY ./app /app # buildkit563 B
39WORKDIR /app32 B
40CMD ["/start.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'