Sign inSign up

stilleshan/gh-proxy:2022-01-19

Multi-platform
Manifest digest

sha256:461c0d0ef3a081452ebe4c79cfe1d2ff231d84ded1907d95e55e1085b7699481

OS/ARCH

Compressed size

334.58 MB

Last pushed

over 4 years by stilleshan

Type

Image

Manifest digest

sha256:461c0d0ef3a081452ebe4c79cfe1d2ff231d84ded1907d95e55e1085b7699481

Image Layers

1ADD file ... in / 48.1 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get7.47 MB
4/bin/sh -c set -ex; if9.53 MB
5/bin/sh -c apt-get update &&49.44 MB
6/bin/sh -c set -ex; apt-get183.44 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.86 MB
10ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B
11ENV PYTHON_VERSION=3.7.100 B
12/bin/sh -c set -ex &&15.57 MB
13/bin/sh -c cd /usr/local/bin &&232 B
14ENV PYTHON_PIP_VERSION=21.1.20 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/936e08ce004d0b2fae8952c50f7ccce1bc578ce5/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=8890955d56a8262348470a76dc432825f61a84a54e2985a86cd520f656a6e2200 B
17/bin/sh -c set -ex; wget2.24 MB
18CMD ["python3"]0 B
19LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
20ENV VERSION=python3.70 B
21COPY install-nginx-debian.sh / # buildkit1.34 KB
22RUN /bin/sh -c bash /install-nginx-debian.sh3.94 MB
23EXPOSE map[80/tcp:{}]0 B
24EXPOSE map[443/tcp:{}]0 B
25RUN /bin/sh -c pip install4.48 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 # buildkit369 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 # buildkit327 B
37RUN /bin/sh -c chmod +x327 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 # buildkit570 B
42WORKDIR /app0 B
43CMD ["/start.sh"]0 B
44LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
45RUN /bin/sh -c pip install3.24 MB
46COPY ./app /app # buildkit2.84 KB
47WORKDIR /app0 B
48ENV PYTHONPATH=/app0 B
49RUN /bin/sh -c mv /entrypoint.sh1.2 KB
50COPY entrypoint.sh /entrypoint.sh # buildkit438 B
51RUN /bin/sh -c chmod +x437 B
52ENTRYPOINT ["/entrypoint.sh"]0 B
53EXPOSE map[80/tcp:{}]0 B
54CMD ["/start.sh"]0 B

Command

ADD file:1a1eae7a82c66d673971436ce2605e97d107e2934b7cdec876c64923ae6f4f85 in /