sha256:1220f9c1f9ade611f70922baa02325cca857364649812177d14ea480b5c95a5e
OS/ARCH
linux/amd64
Compressed size
446.03 MB
Last pushed
almost 3 years by pavics
Type
Image
Manifest digest
sha256:1220f9c1f9ade611f70922baa02325cca857364649812177d14ea480b5c95a5e
Image Layers
1ADD file ... in / 52.51 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; apt-get15.03 MB4/bin/sh -c apt-get update &&52.07 MB5/bin/sh -c set -ex; apt-get187.76 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 MB9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B10ENV PYTHON_VERSION=3.10.130 B11RUN /bin/sh -c set -eux;16.54 MB12RUN /bin/sh -c set -eux;245 B13ENV PYTHON_PIP_VERSION=23.0.10 B14ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c6add47b0abf67511cdfb4734771cbab403af062/public/get-pip.py0 B16ENV PYTHON_GET_PIP_SHA256=22b849a10f86f5ddf7ce148ca2a31214504ee6c83ef626840fde6e5dcd809d110 B17RUN /bin/sh -c set -eux;2.94 MB18CMD ["python3"]0 B20COPY install-nginx-debian.sh / # buildkit1.29 KB21RUN /bin/sh -c bash /install-nginx-debian.sh4.1 MB22COPY requirements.txt /tmp/requirements.txt # buildkit157 B23RUN /bin/sh -c pip install4.01 MB24EXPOSE map[80/tcp:{}]0 B25EXPOSE map[443/tcp:{}]0 B26RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf174 B27COPY uwsgi.ini /etc/uwsgi/ # buildkit378 B28RUN /bin/sh -c apt-get update1.28 MB29COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit466 B30COPY stop-supervisor.sh /etc/supervisor/stop-supervisor.sh # buildkit467 B31RUN /bin/sh -c chmod +x460 B32ENV UWSGI_INI=/app/uwsgi.ini0 B33ENV UWSGI_CHEAPER=20 B34ENV UWSGI_PROCESSES=160 B35ENV NGINX_MAX_UPLOAD=00 B36ENV NGINX_WORKER_PROCESSES=10 B37ENV LISTEN_PORT=800 B38COPY start.sh /start.sh # buildkit321 B39RUN /bin/sh -c chmod +x324 B40COPY entrypoint.sh /entrypoint.sh # buildkit1.15 KB41RUN /bin/sh -c chmod +x1.15 KB42ENTRYPOINT ["/entrypoint.sh"]0 B43COPY ./app /app # buildkit564 B44WORKDIR /app32 B45CMD ["/start.sh"]0 B47COPY requirements.txt /tmp/requirements.txt # buildkit157 B48RUN /bin/sh -c pip install1.15 MB49ENV STATIC_URL=/static0 B50ENV STATIC_PATH=/app/static0 B51ENV STATIC_INDEX=00 B52COPY ./app /app # buildkit581 B53WORKDIR /app32 B54ENV PYTHONPATH=/app0 B55RUN /bin/sh -c mv /entrypoint.sh1.19 KB56COPY entrypoint.sh /entrypoint.sh # buildkit769 B57RUN /bin/sh -c chmod +x770 B58ENTRYPOINT ["/entrypoint.sh"]0 B59CMD ["/start.sh"]0 B60COPY extra-support/app /app # buildkit3.62 KB61COPY extra-support/requirements.txt /app/ # buildkit209 B62RUN /bin/sh -c pip install102.63 MBCommand
ADD file:71543995e4d314b0c86da5ddf8e0cb74649767d30b3e5b6261360de354f0567b in /