Sign inSign up

guysoft/uwsgi-nginx-flask:python3.8-alpine

Multi-platform
Manifest digest

sha256:2d54b3ba1778552e5450d025af233db32cea02fd72fae51d1324d025aca3221f

OS/ARCH

Compressed size

45.64 MB

Last pushed

about 5 years by guysoft

Type

Image

Manifest digest

sha256:2d54b3ba1778552e5450d025af233db32cea02fd72fae51d1324d025aca3221f

Image Layers

1ADD file ... in / 2.6 MB
2CMD ["/bin/sh"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5/bin/sh -c set -eux; apk293.03 KB
6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
7ENV PYTHON_VERSION=3.8.70 B
8/bin/sh -c set -ex &&10.9 MB
9/bin/sh -c cd /usr/local/bin &&230 B
10ENV PYTHON_PIP_VERSION=21.0.10 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d40 B
13/bin/sh -c set -ex; wget2.06 MB
14CMD ["python3"]0 B
15LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
16COPY install-nginx-alpine.sh / # buildkit1.41 KB
17RUN /bin/sh -c sh /install-nginx-alpine.sh6.53 MB
18EXPOSE map[80/tcp:{}]0 B
19EXPOSE map[443/tcp:{}]0 B
20RUN /bin/sh -c apk add16.88 MB
21COPY uwsgi.ini /etc/uwsgi/ # buildkit384 B
22RUN /bin/sh -c apk add2.02 MB
23COPY supervisord-alpine.ini /etc/supervisor.d/supervisord.ini # buildkit346 B
24ENV UWSGI_PLUGIN=python30 B
25ENV UWSGI_INI=/app/uwsgi.ini0 B
26ENV UWSGI_CHEAPER=20 B
27ENV UWSGI_PROCESSES=160 B
28ENV NGINX_MAX_UPLOAD=00 B
29ENV NGINX_WORKER_PROCESSES=10 B
30ENV LISTEN_PORT=800 B
31ENV ALPINEPYTHON=python3.80 B
32COPY start.sh /start.sh # buildkit326 B
33RUN /bin/sh -c chmod +x325 B
34COPY entrypoint.sh /entrypoint.sh # buildkit1.16 KB
35RUN /bin/sh -c chmod +x1.16 KB
36ENTRYPOINT ["sh" "/entrypoint.sh"]0 B
37COPY ./app /app # buildkit572 B
38WORKDIR /app0 B
39CMD ["/start.sh"]0 B
40LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
41RUN /bin/sh -c pip install4.36 MB
42ENV STATIC_URL=/static0 B
43ENV STATIC_PATH=/app/static0 B
44ENV STATIC_INDEX=00 B
45COPY ./app /app # buildkit589 B
46WORKDIR /app0 B
47ENV PYTHONPATH=/app0 B
48RUN /bin/sh -c mv /entrypoint.sh1.19 KB
49COPY entrypoint.sh /entrypoint.sh # buildkit775 B
50RUN /bin/sh -c chmod +x775 B
51ENTRYPOINT ["/entrypoint.sh"]0 B
52CMD ["/start.sh"]0 B

Command

ADD file:47bb1b85a4eb4d0b355ae89ec5c71c09e2c2b7e21e1851a2896365eb17134f57 in /