sha256:ee2fd1c9564840b5a1f997717214681dc46645a654a6897cdb3fc430dd7c53f2
OS/ARCH
linux/amd64
Compressed size
218.21 MB
Last pushed
about 1 year by denibertovic
Type
Image
Manifest digest
sha256:ee2fd1c9564840b5a1f997717214681dc46645a654a6897cdb3fc430dd7c53f2
Image Layers
1# debian.sh --arch 'amd64' out/29.35 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.70 B6ENV PYTHON_SHA256=5462f9099dfd30e238def83c71d91897d8caa5ff6ebc7a50f14d4802cdaaa79a0 B7RUN /bin/sh -c set -eux;11.19 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10COPY /uv /uvx /bin/ #19.79 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 update125.67 MB17ENV PID1_VERSION=0.1.3.10 B18RUN /bin/sh -c curl -sSL521.46 KB19COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit492 B20ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B21RUN /bin/sh -c uv sync30.29 MB22COPY . /app # buildkit183.73 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/ 'trixie' '@1754870400'