Sign inSign up

guysoft/uwsgi-nginx-flask:python2.7

Multi-platform
Manifest digest

sha256:9bfbffa6468af8e30b7cdefc8ffc41d38b1049e5a57fd07007f437d25b0fb7fe

OS/ARCH

Compressed size

304.08 MB

Last pushed

about 5 years by guysoft

Type

Image

Manifest digest

sha256:9bfbffa6468af8e30b7cdefc8ffc41d38b1049e5a57fd07007f437d25b0fb7fe

Image Layers

1ADD file ... in / 43.74 MB
2CMD ["bash"]0 B
3/bin/sh -c apt-get update &&6.77 MB
4/bin/sh -c set -ex; if8.91 MB
5/bin/sh -c apt-get update &&45.15 MB
6/bin/sh -c set -ex; apt-get160.59 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
9ENV PYTHONIOENCODING=UTF-80 B
10/bin/sh -c apt-get update &&4.96 MB
11ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF0 B
12ENV PYTHON_VERSION=2.7.180 B
13/bin/sh -c set -ex &&16.19 MB
14ENV PYTHON_PIP_VERSION=20.0.20 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e0 B
17/bin/sh -c set -ex; wget1.8 MB
18/bin/sh -c pip install --no-cache-dir7.32 MB
19CMD ["python2"]0 B
20LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
21COPY install-nginx-debian.sh / # buildkit1.35 KB
22RUN /bin/sh -c bash /install-nginx-debian.sh3.84 MB
23EXPOSE map[80/tcp:{}]0 B
24EXPOSE map[443/tcp:{}]0 B
25RUN /bin/sh -c pip install1.78 MB
26RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf186 B
27COPY uwsgi.ini /etc/uwsgi/ # buildkit384 B
28RUN /bin/sh -c apt-get update1.25 MB
29COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit373 B
30ENV UWSGI_INI=/app/uwsgi.ini0 B
31ENV UWSGI_CHEAPER=20 B
32ENV UWSGI_PROCESSES=160 B
33ENV NGINX_MAX_UPLOAD=00 B
34ENV NGINX_WORKER_PROCESSES=10 B
35ENV LISTEN_PORT=800 B
36COPY start.sh /start.sh # buildkit326 B
37RUN /bin/sh -c chmod +x328 B
38COPY entrypoint.sh /entrypoint.sh # buildkit1.16 KB
39RUN /bin/sh -c chmod +x1.16 KB
40ENTRYPOINT ["/entrypoint.sh"]0 B
41COPY ./app /app # buildkit573 B
42WORKDIR /app0 B
43CMD ["/start.sh"]0 B
44LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
45RUN /bin/sh -c pip install1.77 MB
46ENV STATIC_URL=/static0 B
47ENV STATIC_PATH=/app/static0 B
48ENV STATIC_INDEX=00 B
49COPY ./app /app # buildkit588 B
50WORKDIR /app0 B
51ENV PYTHONPATH=/app0 B
52RUN /bin/sh -c mv /entrypoint.sh1.19 KB
53COPY entrypoint.sh /entrypoint.sh # buildkit775 B
54RUN /bin/sh -c chmod +x775 B
55ENTRYPOINT ["/entrypoint.sh"]0 B
56CMD ["/start.sh"]0 B

Command

ADD file:c2369e5669e570f90abaa1fd4fcea4ae1e6654bbd81e8fa070a5b2484c03ee74 in /