sha256:56c36df93156bbb2b9de7f426ba611965d5591ecfb64aa8d7bf23027c6eb55a8
OS/ARCH
linux/amd64
Compressed size
199.26 MB
Last pushed
about 1 year by denibertovic
Type
Image
Manifest digest
sha256:56c36df93156bbb2b9de7f426ba611965d5591ecfb64aa8d7bf23027c6eb55a8
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.50 B6ENV PYTHON_SHA256=93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d6400 B7RUN /bin/sh -c set -eux;12 MB8RUN /bin/sh -c set -eux;251 B9CMD ["python3"]0 B10COPY /uv /uvx /bin/ #17.48 MB11ENV UV_COMPILE_BYTECODE=10 B12ENV UV_NO_MANAGED_PYTHON=10 B13ENV UV_PYTHON_DOWNLOADS=never0 B14RUN /bin/sh -c mkdir /app93 B15WORKDIR /app32 B16RUN /bin/sh -c apt-get update111.94 MB17ENV PID1_VERSION=0.1.3.10 B18RUN /bin/sh -c curl -sSL521.45 KB19COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit489 B20ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B21RUN /bin/sh -c uv sync26.01 MB22COPY . /app # buildkit177.77 KB23RUN /bin/sh -c uv sync32 B24ENV PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B25CMD ["gunicorn" "project.wsgi:application" "-b" "0.0.0.0:8000"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'