Sign inSign up

guysoft/uwsgi-nginx:python3.8

Multi-platform
Manifest digest

sha256:07f36e2923a4262d5f958cd47407d1a68c7a3fb4af6211f37085c5dea7ab404b

OS/ARCH

Compressed size

298.8 MB

Last pushed

about 5 years by guysoft

Type

Image

Manifest digest

sha256:07f36e2923a4262d5f958cd47407d1a68c7a3fb4af6211f37085c5dea7ab404b

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=E3FF2839C048B25C084DEBE9B26995E3102505680 B
11ENV PYTHON_VERSION=3.8.110 B
12/bin/sh -c set -ex &&16.37 MB
13/bin/sh -c cd /usr/local/bin &&233 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.24 MB
18CMD ["python3"]0 B
19LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
20COPY install-nginx-debian.sh / # buildkit1.34 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.43 MB
25RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf188 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 # buildkit372 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 +x325 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 /