sha256:6041dcd20fbfb55377f0b96d060c0a8fdf1228c95a9522478fc9ef762cec3d1f
OS/ARCH
Compressed size
322.15 MB
Last pushed
about 1 month by bellamy
Type
Image
Manifest digest
sha256:c0ff648e0107cccbd26064e02940cac67736eb47bd9f6ee37cece073d40292aa
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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;247 B10CMD ["python3"]0 B11ARG APP_VERSION=1.63.00 B12ENV APP_VERSION=1.63.00 B13ENV TZ=UTC0 B14RUN |1 APP_VERSION=1.63.0 /bin/sh -c190 B15RUN |1 APP_VERSION=1.63.0 /bin/sh -c183.87 MB16COPY /uv /usr/local/bin/uv # buildkit21.07 MB17WORKDIR /app/backend116 B18COPY backend/pyproject.toml backend/uv.lock ./ #96.24 KB19RUN |1 APP_VERSION=1.63.0 /bin/sh -c22.67 MB20COPY backend/ . # buildkit473.63 KB21WORKDIR /app/frontend118 B22COPY /app/frontend/dist ./dist # buildkit1.01 MB23COPY /app/frontend/node_modules ./node_modules # buildkit51.51 MB24COPY /app/frontend/package.json ./ # buildkit369 B25COPY entrypoint.sh /entrypoint.sh # buildkit624 B26COPY entrypoint.omnibus.sh /entrypoint.omnibus.sh # buildkit1.33 KB27COPY supervisord.conf /etc/supervisor/conf.d/scrob.conf # buildkit539 B28COPY supervisord.omnibus.conf /etc/supervisor/supervisord.omnibus.conf # buildkit610 B29RUN |1 APP_VERSION=1.63.0 /bin/sh -c625 B30VOLUME [/app/backend/data /app/postgres/data]0 B31EXPOSE [7330/tcp]0 B32ENTRYPOINT ["/entrypoint.omnibus.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'