Sign inSign up

guysoft/uwsgi-nginx:python3.8-alpine

Multi-platform
Manifest digest

sha256:cd78fafbe1131123eb4883bc34d2412e881a74bc4f704a3e01e5430b48513cda

OS/ARCH

Compressed size

39.81 MB

Last pushed

about 5 years by guysoft

Type

Image

Manifest digest

sha256:cd78fafbe1131123eb4883bc34d2412e881a74bc4f704a3e01e5430b48513cda

Image Layers

1ADD file ... in / 2.68 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; apk292.53 KB
6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
7ENV PYTHON_VERSION=3.8.70 B
8/bin/sh -c set -ex &&10.81 MB
9/bin/sh -c cd /usr/local/bin &&234 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.sh5.16 MB
18EXPOSE map[80/tcp:{}]0 B
19EXPOSE map[443/tcp:{}]0 B
20RUN /bin/sh -c apk add16.78 MB
21COPY uwsgi.ini /etc/uwsgi/ # buildkit385 B
22RUN /bin/sh -c apk add2.02 MB
23COPY supervisord-alpine.ini /etc/supervisor.d/supervisord.ini # buildkit343 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 # buildkit569 B
38WORKDIR /app0 B
39CMD ["/start.sh"]0 B

Command

ADD file:8ed80010e443da19d72546bcee9a35e0a8d244c72052b1994610bf5939d479c2 in /