sha256:909cec607f5192dff093eb0fe585531be412de0e8522ea9056d82810bf6b960a
OS/ARCH
Compressed size
43.81 MB
Last pushed
26 days by betterninja
Type
Image
Manifest digest
sha256:10cd4c5c4636b511672f5cecb490c6fccdc41da58ca6df04011aa39f3a332a97
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 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;251 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.31 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' '@1787529600'