Sign inSign up

kronos443/nutcase:V0.4.0.2_release

Multi-platform
Networking
Internet of things
Monitoring & observability
Index digest

sha256:7418202a7e0cc6a26f30ce914da09635b757be8e13e7be367721edd33158cbd5

OS/ARCH

Compressed size

386.12 MB

Last pushed

almost 2 years by kronos443

Type

Image

Manifest digest

sha256:76505d2c21ae8b8a0e0f214c825d669131a06994b75b21c94dfdd747271638fa

Image Layers

1ADD file ... in / 47.29 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.5 MB
4/bin/sh -c set -eux; apt-get61.37 MB
5/bin/sh -c set -ex; apt-get193.26 MB
6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8RUN /bin/sh -c set -eux;5.95 MB
9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
10ENV PYTHON_VERSION=3.11.100 B
11RUN /bin/sh -c set -eux;21.58 MB
12RUN /bin/sh -c set -eux;249 B
13CMD ["python3"]0 B
14LABEL maintainer=Kronos443 <[email protected]>0 B
15COPY ./nutcase/docker/install-nginx-debian.sh / # buildkit1.29 KB
16RUN /bin/sh -c bash /install-nginx-debian.sh8.12 MB
17COPY ./nutcase/docker/requirements_core.txt /tmp/requirements_core.txt # buildkit174 B
18RUN /bin/sh -c pip install7.25 MB
19EXPOSE map[9995/tcp:{}]0 B
20RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf174 B
21COPY ./nutcase/docker/uwsgi.ini /etc/uwsgi/ # buildkit379 B
22RUN /bin/sh -c apt-get update1.96 MB
23COPY ./nutcase/docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit467 B
24COPY ./nutcase/docker/stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit469 B
25RUN /bin/sh -c chmod +x463 B
26ENV UWSGI_INI=/app/uwsgi.ini0 B
27ENV UWSGI_CHEAPER=20 B
28ENV UWSGI_PROCESSES=160 B
29ENV NGINX_MAX_UPLOAD=00 B
30ENV NGINX_WORKER_PROCESSES=10 B
31ENV LISTEN_PORT=99950 B
32COPY ./nutcase/docker/start.sh /start.sh # buildkit321 B
33RUN /bin/sh -c chmod +x323 B
34ENV STATIC_URL=/static0 B
35ENV STATIC_PATH=/app/app/static0 B
36ENV STATIC_INDEX=00 B
37COPY ./nutcase/app /app # buildkit3.86 MB
38WORKDIR /app32 B
39RUN /bin/sh -c rm -rf125 B
40RUN /bin/sh -c apt-get install2.57 KB
41RUN /bin/sh -c pip install12.98 MB
42RUN /bin/sh -c rm requirements.txt138 B
43ENV PYTHONPATH=/app0 B
44COPY ./nutcase/docker/entrypoint.sh /entrypoint.sh # buildkit1.37 KB
45RUN /bin/sh -c chmod +x1.37 KB
46ENTRYPOINT ["/entrypoint.sh"]0 B
47CMD ["/start.sh"]0 B

Command

ADD file:e689b230a6f8e5eb3500dfa6f80afd8bda70b82deda3656ddeea10df15dd54c3 in /