sha256:8895de65b4995d916a4a247b2a5b8d8f4a927eb1f80e3ecd5bf0c854c490fc7e
OS/ARCH
Compressed size
218.93 MB
Last pushed
17 days by bellamy
Type
Image
Manifest digest
sha256:3d145e2a7131390a446649f9ea350744221feccefa8a7a6099bd9d9a5bfd442d
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;4.07 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ARG APP_VERSION=2.12.00 B12ENV APP_VERSION=2.12.00 B13ENV TZ=UTC0 B14RUN |1 APP_VERSION=2.12.0 /bin/sh -c77.59 MB15COPY /uv /usr/local/bin/uv # buildkit20.96 MB16WORKDIR /app/backend117 B17COPY backend/pyproject.toml backend/uv.lock ./ #96.24 KB18RUN |1 APP_VERSION=2.12.0 /bin/sh -c23.14 MB19COPY backend/ . # buildkit562.29 KB20WORKDIR /app/frontend118 B21COPY /app/frontend/dist ./dist # buildkit1.05 MB22COPY /app/frontend/node_modules ./node_modules # buildkit51.51 MB23COPY /app/frontend/package.json ./ # buildkit371 B24COPY entrypoint.sh /entrypoint.sh # buildkit626 B25COPY supervisord.conf /etc/supervisor/conf.d/scrob.conf # buildkit537 B26RUN |1 APP_VERSION=2.12.0 /bin/sh -c626 B27EXPOSE [7330/tcp]0 B28HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://127.0.0.1:${BACKEND_PORT:-7331}/health0 B29ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'