sha256:909cec607f5192dff093eb0fe585531be412de0e8522ea9056d82810bf6b960a
OS/ARCH
Compressed size
43.59 MB
Last pushed
26 days by betterninja
Type
Image
Manifest digest
sha256:03fc2a8d24b59b24cd97c1d5eabab2c05d8cc2d13ba070ac679729dfaa04e2c9
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;1.23 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.79 MB7RUN /bin/sh -c set -eux;250 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'