Sign inSign up

kronos443/nutcase:V0.4.0.0_release

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

sha256:313afd05e359437d04c478c3852abb8ed4a22b52982f6a2be563245098bdc24e

OS/ARCH

Compressed size

385.74 MB

Last pushed

about 2 years by kronos443

Type

Image

Manifest digest

sha256:4bc40f2f90850ad7e7910859f64c62cd515c3b56b5705d6f8dff2b1b7aa04b13

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.03 MB
5/bin/sh -c set -ex; apt-get193.24 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.90 B
11RUN /bin/sh -c set -eux;18.59 MB
12RUN /bin/sh -c set -eux;233 B
13ENV PYTHON_PIP_VERSION=24.00 B
14ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d70 B
17RUN /bin/sh -c set -eux;2.99 MB
18CMD ["python3"]0 B
19LABEL maintainer=Kronos443 <[email protected]>0 B
20COPY ./nutcase/docker/install-nginx-debian.sh / # buildkit1.29 KB
21RUN /bin/sh -c bash /install-nginx-debian.sh8.12 MB
22COPY ./nutcase/docker/requirements_core.txt /tmp/requirements_core.txt # buildkit176 B
23RUN /bin/sh -c pip install7.26 MB
24EXPOSE map[9995/tcp:{}]0 B
25RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf175 B
26COPY ./nutcase/docker/uwsgi.ini /etc/uwsgi/ # buildkit379 B
27RUN /bin/sh -c apt-get update1.96 MB
28COPY ./nutcase/docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit468 B
29COPY ./nutcase/docker/stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit471 B
30RUN /bin/sh -c chmod +x464 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=99950 B
37COPY ./nutcase/docker/start.sh /start.sh # buildkit322 B
38RUN /bin/sh -c chmod +x321 B
39ENV STATIC_URL=/static0 B
40ENV STATIC_PATH=/app/app/static0 B
41ENV STATIC_INDEX=00 B
42COPY ./nutcase/app /app # buildkit3.86 MB
43WORKDIR /app32 B
44RUN /bin/sh -c rm -rf126 B
45RUN /bin/sh -c apt-get install2.57 KB
46RUN /bin/sh -c pip install12.95 MB
47RUN /bin/sh -c rm requirements.txt139 B
48ENV PYTHONPATH=/app0 B
49COPY ./nutcase/docker/entrypoint.sh /entrypoint.sh # buildkit1.37 KB
50RUN /bin/sh -c chmod +x1.37 KB
51ENTRYPOINT ["/entrypoint.sh"]0 B
52CMD ["/start.sh"]0 B

Command

ADD file:9b83dbcd468d7cfbc9032be05a5a2c5fd57bd977997fb6c7794dfed2f5bc3bcc in /