sha256:0bbf40289eb4f776aeb2a62488f9149011bcc34e4a472a9c7c68bbf052cf7061
OS/ARCH
Compressed size
323.85 MB
Last pushed
18 days by bellamy
Type
Image
Manifest digest
sha256:70db296d56618e00dec7cfbc69cff599260c479375bc4b532b43bdb365cb36a2
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 -c190 B15RUN |1 APP_VERSION=2.12.0 /bin/sh -c182.5 MB16COPY /uv /usr/local/bin/uv # buildkit20.96 MB17WORKDIR /app/backend117 B18COPY backend/pyproject.toml backend/uv.lock ./ #96.24 KB19RUN |1 APP_VERSION=2.12.0 /bin/sh -c23.14 MB20COPY backend/ . # buildkit562.29 KB21WORKDIR /app/frontend118 B22COPY /app/frontend/dist ./dist # buildkit1.05 MB23COPY /app/frontend/node_modules ./node_modules # buildkit51.51 MB24COPY /app/frontend/package.json ./ # buildkit370 B25COPY entrypoint.sh /entrypoint.sh # buildkit626 B26COPY entrypoint.omnibus.sh /entrypoint.omnibus.sh # buildkit1.33 KB27COPY supervisord.conf /etc/supervisor/conf.d/scrob.conf # buildkit537 B28COPY supervisord.omnibus.conf /etc/supervisor/supervisord.omnibus.conf # buildkit611 B29RUN |1 APP_VERSION=2.12.0 /bin/sh -c626 B30VOLUME [/app/backend/data /app/postgres/data]0 B31EXPOSE [7330/tcp]0 B32ENTRYPOINT ["/entrypoint.omnibus.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'