sha256:f427a4aa7a8b537d1f2518d9a3aa2dcd05f8731133408424f6f9f3f4969ca303
OS/ARCH
Compressed size
324.22 MB
Last pushed
24 days by bellamy
Type
Image
Manifest digest
sha256:96f8f7896b235ff1e524ee470b1acd7d832e076db331d24cba5046c7fc3431eb
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;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ARG APP_VERSION=2.9.00 B12ENV APP_VERSION=2.9.00 B13ENV TZ=UTC0 B14RUN |1 APP_VERSION=2.9.0 /bin/sh -c190 B15RUN |1 APP_VERSION=2.9.0 /bin/sh -c185.76 MB16COPY /uv /usr/local/bin/uv # buildkit20.96 MB17WORKDIR /app/backend116 B18COPY backend/pyproject.toml backend/uv.lock ./ #96.23 KB19RUN |1 APP_VERSION=2.9.0 /bin/sh -c23.14 MB20COPY backend/ . # buildkit531.35 KB21WORKDIR /app/frontend115 B22COPY /app/frontend/dist ./dist # buildkit1.03 MB23COPY /app/frontend/node_modules ./node_modules # buildkit51.51 MB24COPY /app/frontend/package.json ./ # buildkit371 B25COPY entrypoint.sh /entrypoint.sh # buildkit625 B26COPY entrypoint.omnibus.sh /entrypoint.omnibus.sh # buildkit1.33 KB27COPY supervisord.conf /etc/supervisor/conf.d/scrob.conf # buildkit536 B28COPY supervisord.omnibus.conf /etc/supervisor/supervisord.omnibus.conf # buildkit609 B29RUN |1 APP_VERSION=2.9.0 /bin/sh -c623 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'