Sign inSign up

kronos443/nutcase:V0.3.3_release

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

sha256:7409c75ad5d7215d4723ad291dbc2ed471f8a7700ebbef5f06b08e2b4418d7f0

OS/ARCH

Compressed size

374.84 MB

Last pushed

over 2 years by kronos443

Type

Image

Manifest digest

sha256:8e38674d82e834825bdd270473d7e92f3da97bf55eda719f417fb2d436238141

Image Layers

1ADD file ... in / 47.29 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.49 MB
4/bin/sh -c set -eux; apt-get61.03 MB
5/bin/sh -c set -ex; apt-get193.14 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;6.17 MB
9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
10ENV PYTHON_VERSION=3.11.80 B
11RUN /bin/sh -c set -eux;18.58 MB
12RUN /bin/sh -c set -eux;243 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/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B
17RUN /bin/sh -c set -eux;2.98 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.27 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/ # buildkit380 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 # buildkit470 B
30RUN /bin/sh -c chmod +x462 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 +x322 B
39ENV STATIC_URL=/static0 B
40ENV STATIC_PATH=/app/app/static0 B
41ENV STATIC_INDEX=00 B
42COPY ./nutcase/app /app # buildkit3.78 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 install2.02 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:73b36e8089732e9bb253d9a9db76cc1cf5c430bd49647849b77924cd5fdaf8ae in /