Sign inSign up

kronos443/nutcase:latest

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

sha256:7418202a7e0cc6a26f30ce914da09635b757be8e13e7be367721edd33158cbd5

OS/ARCH

Compressed size

396.24 MB

Last pushed

almost 2 years by kronos443

Type

Image

Manifest digest

sha256:d967262678b99ddf60c9d315cbcb4bcf6eb5f7ab38be2583a970c7ce258786d7

Image Layers

1ADD file ... in / 47.26 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.94 MB
4/bin/sh -c set -eux; apt-get61.41 MB
5/bin/sh -c set -ex; apt-get201.48 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.88 MB
9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
10ENV PYTHON_VERSION=3.11.100 B
11RUN /bin/sh -c set -eux;21.91 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.sh9.33 MB
17COPY ./nutcase/docker/requirements_core.txt /tmp/requirements_core.txt # buildkit174 B
18RUN /bin/sh -c pip install7.26 MB
19EXPOSE map[9995/tcp:{}]0 B
20RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf175 B
21COPY ./nutcase/docker/uwsgi.ini /etc/uwsgi/ # buildkit378 B
22RUN /bin/sh -c apt-get update1.96 MB
23COPY ./nutcase/docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit462 B
24COPY ./nutcase/docker/stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit465 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.96 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:087f68d5558e06c7160c9322582925635e7539a7702413828357c28c77f6f345 in /