Sign inSign up

stilleshan/gh-proxy:2022-02-22

Multi-platform
Manifest digest

sha256:0de2db5aaaa5669a3c5132f0abf2f37c8f80ab0ae6133f016340021c2049a32b

OS/ARCH

Compressed size

334.66 MB

Last pushed

over 4 years by stilleshan

Type

Image

Manifest digest

sha256:0de2db5aaaa5669a3c5132f0abf2f37c8f80ab0ae6133f016340021c2049a32b

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.51 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 set -eux; apt-get5.86 MB
10ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B
11ENV PYTHON_VERSION=3.7.120 B
12/bin/sh -c set -eux; wget15.57 MB
13/bin/sh -c set -eux; for238 B
14ENV PYTHON_PIP_VERSION=21.2.40 B
15ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B
16ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/2caf84b14febcda8077e59e9b8a6ef9a680aa392/public/get-pip.py0 B
17ENV PYTHON_GET_PIP_SHA256=7c5239cea323cadae36083079a5ee6b2b3d56f25762a0c060d2867b89e5e06c50 B
18/bin/sh -c set -eux; wget2.24 MB
19CMD ["python3"]0 B
20LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
21ENV VERSION=python3.70 B
22COPY install-nginx-debian.sh / # buildkit1.34 KB
23RUN /bin/sh -c bash /install-nginx-debian.sh3.94 MB
24EXPOSE map[80/tcp:{}]0 B
25EXPOSE map[443/tcp:{}]0 B
26RUN /bin/sh -c pip install4.5 MB
27RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf186 B
28COPY uwsgi.ini /etc/uwsgi/ # buildkit382 B
29RUN /bin/sh -c apt-get update1.25 MB
30COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit368 B
31ENV UWSGI_INI=/app/uwsgi.ini0 B
32ENV UWSGI_CHEAPER=20 B
33ENV UWSGI_PROCESSES=160 B
34ENV NGINX_MAX_UPLOAD=00 B
35ENV NGINX_WORKER_PROCESSES=10 B
36ENV LISTEN_PORT=800 B
37COPY start.sh /start.sh # buildkit329 B
38RUN /bin/sh -c chmod +x329 B
39COPY entrypoint.sh /entrypoint.sh # buildkit1.16 KB
40RUN /bin/sh -c chmod +x1.16 KB
41ENTRYPOINT ["/entrypoint.sh"]0 B
42COPY ./app /app # buildkit569 B
43WORKDIR /app0 B
44CMD ["/start.sh"]0 B
45LABEL maintainer=Stille <[email protected]>0 B
46RUN /bin/sh -c pip install3.22 MB
47COPY ./app /app # buildkit2.83 KB
48WORKDIR /app0 B
49ENV PYTHONPATH=/app0 B
50RUN /bin/sh -c mv /entrypoint.sh1.19 KB
51COPY entrypoint.sh /entrypoint.sh # buildkit436 B
52RUN /bin/sh -c chmod +x436 B
53ENTRYPOINT ["/entrypoint.sh"]0 B
54EXPOSE map[80/tcp:{}]0 B
55CMD ["/start.sh"]0 B

Command

ADD file:a290acee3581e1e9c42c0a37b53086a8f070cb0730179be81a6ba24a620b6ee4 in /