sha256:74d05f2c2c8df3f82b43e5b346f2a889e15fe87a37b62efd1a9d36803eb1f58a
OS/ARCH
linux/amd64
Compressed size
393.88 MB
Last pushed
over 2 years by kronos443
Type
Image
Manifest digest
sha256:3f8c1d708f839d1cceb03653eec5cb3c681d213952b3367a7f4e75b4d6aca395
Image Layers
1ADD file ... in / 47.26 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; apt-get22.93 MB4/bin/sh -c set -eux; apt-get61.17 MB5/bin/sh -c set -ex; apt-get201.36 MB6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B7ENV LANG=C.UTF-80 B8RUN /bin/sh -c set -eux;6.09 MB9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B10ENV PYTHON_VERSION=3.11.90 B11RUN /bin/sh -c set -eux;18.92 MB12RUN /bin/sh -c set -eux;245 B13ENV PYTHON_PIP_VERSION=24.00 B14ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B16ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B17RUN /bin/sh -c set -eux;2.99 MB18CMD ["python3"]0 B20COPY ./nutcase/docker/install-nginx-debian.sh / # buildkit1.29 KB21RUN /bin/sh -c bash /install-nginx-debian.sh9.33 MB22COPY ./nutcase/docker/requirements_core.txt /tmp/requirements_core.txt # buildkit176 B23RUN /bin/sh -c pip install7.28 MB24EXPOSE map[9995/tcp:{}]0 B25RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf176 B26COPY ./nutcase/docker/uwsgi.ini /etc/uwsgi/ # buildkit379 B27RUN /bin/sh -c apt-get update1.96 MB28COPY ./nutcase/docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit465 B29COPY ./nutcase/docker/stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit467 B30RUN /bin/sh -c chmod +x460 B31ENV UWSGI_INI=/app/uwsgi.ini0 B32ENV UWSGI_CHEAPER=20 B33ENV UWSGI_PROCESSES=160 B34ENV NGINX_MAX_UPLOAD=00 B35ENV NGINX_WORKER_PROCESSES=10 B36ENV LISTEN_PORT=99950 B37COPY ./nutcase/docker/start.sh /start.sh # buildkit322 B38RUN /bin/sh -c chmod +x321 B39ENV STATIC_URL=/static0 B40ENV STATIC_PATH=/app/app/static0 B41ENV STATIC_INDEX=00 B42COPY ./nutcase/app /app # buildkit3.85 MB43WORKDIR /app32 B44RUN /bin/sh -c rm -rf126 B45RUN /bin/sh -c apt-get install2.57 KB46RUN /bin/sh -c pip install10.72 MB47RUN /bin/sh -c rm requirements.txt139 B48ENV PYTHONPATH=/app0 B49COPY ./nutcase/docker/entrypoint.sh /entrypoint.sh # buildkit1.37 KB50RUN /bin/sh -c chmod +x1.37 KB51ENTRYPOINT ["/entrypoint.sh"]0 B52CMD ["/start.sh"]0 BCommand
ADD file:ca6d1f0f80dd6c91b8ba1d1adf77d7af6d0e5f2f493a2858e384c11874314395 in /