sha256:a7fe2d2ef8bfeb53d1a4f8b40bd0978db7b879568bae693e61db9721a5a6e7ef
OS/ARCH
Compressed size
46.43 MB
Last pushed
19 days by betterninja
Type
Image
Manifest digest
sha256:3389c6172b8541384d2de9c16e227b2186022d36bc66a5219d6c2586d6fce096
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;4.07 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.79 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.31 KB15WORKDIR /home/bsb/app32 B16COPY pyproject.toml README.md ./ #1.54 KB17COPY src/ ./src/ # buildkit17.49 KB18RUN /bin/sh -c python -m2.13 MB19USER bsb0 B20VOLUME [/mnt/plugins /mnt/temp]0 B21ENTRYPOINT ["bsb"]0 B22CMD ["run"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'