Sign inSign up

guysoft/uwsgi-nginx-flask:python3.7

Multi-platform
Manifest digest

sha256:2f84bb89f89a388f0c62ba587895c704ed27be68850aa7623aac92a8e5f017b7

OS/ARCH

Compressed size

324.48 MB

Last pushed

about 5 years by guysoft

Type

Image

Manifest digest

sha256:2f84bb89f89a388f0c62ba587895c704ed27be68850aa7623aac92a8e5f017b7

Image Layers

1ADD file ... in / 46.94 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get7.34 MB
4/bin/sh -c set -ex; if9.52 MB
5/bin/sh -c apt-get update &&49.75 MB
6/bin/sh -c set -ex; apt-get175.45 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.97 MB
10ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B
11ENV PYTHON_VERSION=3.7.110 B
12/bin/sh -c set -ex &&15.22 MB
13/bin/sh -c cd /usr/local/bin &&234 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.sh4.21 MB
22EXPOSE map[80/tcp:{}]0 B
23EXPOSE map[443/tcp:{}]0 B
24RUN /bin/sh -c pip install4.49 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 # 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 +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
43LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
44RUN /bin/sh -c pip install2.07 MB
45ENV STATIC_URL=/static0 B
46ENV STATIC_PATH=/app/static0 B
47ENV STATIC_INDEX=00 B
48COPY ./app /app # buildkit589 B
49WORKDIR /app0 B
50ENV PYTHONPATH=/app0 B
51RUN /bin/sh -c mv /entrypoint.sh1.19 KB
52COPY entrypoint.sh /entrypoint.sh # buildkit775 B
53RUN /bin/sh -c chmod +x775 B
54ENTRYPOINT ["/entrypoint.sh"]0 B
55CMD ["/start.sh"]0 B

Command

ADD file:3e8e075f08a6b727602af05c539f43648a48663cbb3a88eeba310cfc32c01d78 in /