sha256:939d6062f7ba7adc1f6be2847aee67af0ce1e6d155da7451b0758a5e25932f19
OS/ARCH
linux/amd64
Compressed size
581.22 MB
Last pushed
over 2 years by amirraminfar
Type
Image
Manifest digest
sha256:939d6062f7ba7adc1f6be2847aee67af0ce1e6d155da7451b0758a5e25932f19
Image Layers
1ADD file ... in / 47.27 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.32 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=7169605F62C751356D054A26A821E680E5FA63050 B10ENV PYTHON_VERSION=3.12.10 B11RUN /bin/sh -c set -eux;21.62 MB12RUN /bin/sh -c set -eux;245 B13ENV PYTHON_PIP_VERSION=23.2.10 B14ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/049c52c665e8c5fd1751f942316e0a5c777d304f/public/get-pip.py0 B15ENV PYTHON_GET_PIP_SHA256=7cfd4bdc4d475ea971f1c0710a5953bcc704d171f83c797b9529d9974502fcc60 B16RUN /bin/sh -c set -eux;2.55 MB17CMD ["python3"]0 B18WORKDIR /app93 B19COPY ./poetry.lock ./pyproject.toml /app/ #54.03 KB20RUN /bin/sh -c echo "deb225 B21RUN /bin/sh -c curl -sSL44.46 MB22ENV PATH=/root/.local/bin/:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B23RUN /bin/sh -c apt-get update160.99 MB24COPY ./conf/crontab /etc/cron.d/clashleaders # buildkit373 B25COPY ./conf/cron.sh /usr/local/bin/cron.sh # buildkit260 B26RUN /bin/sh -c chmod 0644370 B27RUN /bin/sh -c crontab /etc/cron.d/clashleaders568 B28RUN /bin/sh -c chmod +x270 B29COPY ./conf/supervisord-*.conf /etc/supervisor/conf.d/ # buildkit397 B30COPY ./caddy/Caddyfile /etc/Caddyfile # buildkit333 B31COPY ./caddy /etc/caddy # buildkit358 B32COPY ./conf/gunicorn.conf.py /app/ # buildkit276 B33COPY ./clashleaders /app/clashleaders # buildkit4.89 MB34COPY ./tests /app/tests # buildkit39.6 KB35COPY ./Makefile ./MANIFEST.in /app/ #649 B36COPY ./*.json /app/ # buildkit1.48 KB37COPY ./*.py /app/ # buildkit465 B38RUN /bin/sh -c pip install334.41 KB39COPY /build/clashleaders/static /app/clashleaders/static # buildkit7.5 MB40ENV FLASK_APP=clashleaders0 B41ARG SOURCE_COMMIT=DIRTY0 B42ENV SOURCE_COMMIT=faa803ee0 B43ARG VERSION_TAG=DIRTY0 B44ENV VERSION_TAG=2.67.50 B45VOLUME [/root/.caddy]0 B46CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord-web.conf"]0 BCommand
ADD file:077a3156bd8271f26498ae6ac3800e68a42b9277581bc81eea31fec1a123dca5 in /