sha256:28c2c9d4d8ccd5e8389a21b11250ce578e61f2e0583bf7cc21979f59b0f25392
OS/ARCH
Compressed size
321.93 MB
Last pushed
19 days by bellamy
Type
Image
Manifest digest
sha256:c128dcfd4e8a801ad78a831e116387b33cc1bff731591ee8a1aa8eef3c4abe6c
Image Layers
1# debian.sh --arch 'arm64' out/28.76 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.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11ARG APP_VERSION=2.10.00 B12ENV APP_VERSION=2.10.00 B13ENV TZ=UTC0 B14RUN |1 APP_VERSION=2.10.0 /bin/sh -c190 B15RUN |1 APP_VERSION=2.10.0 /bin/sh -c184.49 MB16COPY /uv /usr/local/bin/uv # buildkit20.12 MB17WORKDIR /app/backend117 B18COPY backend/pyproject.toml backend/uv.lock ./ #96.24 KB19RUN |1 APP_VERSION=2.10.0 /bin/sh -c22.67 MB20COPY backend/ . # buildkit540.84 KB21WORKDIR /app/frontend118 B22COPY /app/frontend/dist ./dist # buildkit1.04 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 # buildkit538 B28COPY supervisord.omnibus.conf /etc/supervisor/supervisord.omnibus.conf # buildkit610 B29RUN |1 APP_VERSION=2.10.0 /bin/sh -c622 B30VOLUME [/app/backend/data /app/postgres/data]0 B31EXPOSE [7330/tcp]0 B32ENTRYPOINT ["/entrypoint.omnibus.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'