sha256:6f845fefdf4db85999275255e0dc10090df30e618eef31f84ec63d4ae2a409a8
OS/ARCH
Compressed size
324.45 MB
Last pushed
28 days by bellamy
Type
Image
Manifest digest
sha256:1c54ce890c06f6d0bc8110104842cce708a113d50ab510c13138bfe8eb80cece
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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;248 B10CMD ["python3"]0 B11ARG APP_VERSION=2.4.00 B12ENV APP_VERSION=2.4.00 B13ENV TZ=UTC0 B14RUN |1 APP_VERSION=2.4.0 /bin/sh -c190 B15RUN |1 APP_VERSION=2.4.0 /bin/sh -c185.15 MB16COPY /uv /usr/local/bin/uv # buildkit21.86 MB17WORKDIR /app/backend116 B18COPY backend/pyproject.toml backend/uv.lock ./ #96.23 KB19RUN |1 APP_VERSION=2.4.0 /bin/sh -c23.14 MB20COPY backend/ . # buildkit492.25 KB21WORKDIR /app/frontend117 B22COPY /app/frontend/dist ./dist # buildkit1.03 MB23COPY /app/frontend/node_modules ./node_modules # buildkit51.51 MB24COPY /app/frontend/package.json ./ # buildkit370 B25COPY entrypoint.sh /entrypoint.sh # buildkit625 B26COPY entrypoint.omnibus.sh /entrypoint.omnibus.sh # buildkit1.33 KB27COPY supervisord.conf /etc/supervisor/conf.d/scrob.conf # buildkit535 B28COPY supervisord.omnibus.conf /etc/supervisor/supervisord.omnibus.conf # buildkit609 B29RUN |1 APP_VERSION=2.4.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' '@1785715200'