Sign inSign up

kronos443/nutcase:V0.4.0.1_release

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

sha256:2e6ed049da1572a582639bfa4335693a21bc5b7a3d75f605adbe5d6d6422b571

OS/ARCH

Compressed size

385.74 MB

Last pushed

about 2 years by kronos443

Type

Image

Manifest digest

sha256:491efc1791c28e02ba093e609922398fe849d2736da34323916c375d1ccc037d

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;232 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/66d8a0f637083e2c3ddffc0cb1e65ce126afb856/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=6fb7b781206356f45ad79efbb19322caa6c2a5ad39092d0d44d0fec94117e1180 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 # buildkit175 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.conf174 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 # buildkit470 B
29COPY ./nutcase/docker/stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit471 B
30RUN /bin/sh -c chmod +x463 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 # buildkit323 B
38RUN /bin/sh -c chmod +x323 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.txt138 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 /