Sign inSign up

guysoft/uwsgi-nginx-flask:python2.7

Multi-platform
Manifest digest

sha256:ee495e1cce5bbe0445b1b591e3825a7deeb0ee4b429fc479d917b3f3ceefabd7

OS/ARCH

Compressed size

329.81 MB

Last pushed

about 5 years by guysoft

Type

Image

Manifest digest

sha256:ee495e1cce5bbe0445b1b591e3825a7deeb0ee4b429fc479d917b3f3ceefabd7

Image Layers

1ADD file ... in / 46.89 MB
2CMD ["bash"]0 B
3/bin/sh -c apt-get update &&7.33 MB
4/bin/sh -c set -ex; if9.52 MB
5/bin/sh -c apt-get update &&49.74 MB
6/bin/sh -c set -ex; apt-get175.2 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 &&5.64 MB
11ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF0 B
12ENV PYTHON_VERSION=2.7.180 B
13/bin/sh -c set -ex &&17.16 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.sh4.26 MB
23EXPOSE map[80/tcp:{}]0 B
24EXPOSE map[443/tcp:{}]0 B
25RUN /bin/sh -c pip install1.91 MB
26RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf189 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 # buildkit374 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:02afb66e938cbc67271aaf8cbee75def87458a21d961d02e86383e0ed36b0c71 in /