sha256:f02b66c30c5badb446fc1675aac68e5b128a4f3e752f6c3a6a6cea80032fbc2f
OS/ARCH
Compressed size
43.79 MB
Last pushed
about 1 month by betterninja
Type
Image
Manifest digest
sha256:bd3b21b3e19fb000d701b57286bff68b071ace67a427aff16281759cf05bf674
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 B3RUN /bin/sh -c set -eux;1.22 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.7 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9ENV BSB_MODE=production0 B10ENV BSB_CONTAINER=true0 B11ENV BSB_PLUGIN_DIR=/mnt/plugins0 B12ENV PYTHONDONTWRITEBYTECODE=10 B13ENV PYTHONUNBUFFERED=10 B14RUN /bin/sh -c useradd --create-home3.3 KB15WORKDIR /home/bsb/app32 B16COPY pyproject.toml README.md ./ #1.53 KB17COPY src/ ./src/ # buildkit17.48 KB18RUN /bin/sh -c python -m2.1 MB19USER bsb0 B20VOLUME [/mnt/plugins /mnt/temp]0 B21ENTRYPOINT ["bsb"]0 B22CMD ["run"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'