Sign inSign up

guysoft/uwsgi-nginx:python3.6

Multi-platform
Manifest digest

sha256:1167469d1b66850bf109fec03afe533a9b02b1d0ce0ef8f346a2ed0e498aea1a

OS/ARCH

Compressed size

296.04 MB

Last pushed

about 5 years by guysoft

Type

Image

Manifest digest

sha256:1167469d1b66850bf109fec03afe533a9b02b1d0ce0ef8f346a2ed0e498aea1a

Image Layers

1ADD file ... in / 43.79 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get6.79 MB
4/bin/sh -c set -ex; if8.91 MB
5/bin/sh -c apt-get update &&45.16 MB
6/bin/sh -c set -ex; apt-get160.78 MB
7ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
8ENV LANG=C.UTF-80 B
9/bin/sh -c apt-get update &&5.28 MB
10ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B
11ENV PYTHON_VERSION=3.6.140 B
12/bin/sh -c set -ex &&13.76 MB
13/bin/sh -c cd /usr/local/bin &&232 B
14ENV PYTHON_PIP_VERSION=21.2.40 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b0 B
17/bin/sh -c set -ex; wget2.11 MB
18CMD ["python3"]0 B
19LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
20COPY install-nginx-debian.sh / # buildkit1.35 KB
21RUN /bin/sh -c bash /install-nginx-debian.sh3.79 MB
22EXPOSE map[80/tcp:{}]0 B
23EXPOSE map[443/tcp:{}]0 B
24RUN /bin/sh -c pip install4.4 MB
25RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf187 B
26COPY uwsgi.ini /etc/uwsgi/ # buildkit384 B
27RUN /bin/sh -c apt-get update1.25 MB
28COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit371 B
29ENV UWSGI_INI=/app/uwsgi.ini0 B
30ENV UWSGI_CHEAPER=20 B
31ENV UWSGI_PROCESSES=160 B
32ENV NGINX_MAX_UPLOAD=00 B
33ENV NGINX_WORKER_PROCESSES=10 B
34ENV LISTEN_PORT=800 B
35COPY start.sh /start.sh # buildkit326 B
36RUN /bin/sh -c chmod +x328 B
37COPY entrypoint.sh /entrypoint.sh # buildkit1.16 KB
38RUN /bin/sh -c chmod +x1.16 KB
39ENTRYPOINT ["/entrypoint.sh"]0 B
40COPY ./app /app # buildkit572 B
41WORKDIR /app0 B
42CMD ["/start.sh"]0 B

Command

ADD file:c33137dc0d277fe210ea6387a8be105c625fdf777a541a6392896766df9919d4 in /