sha256:ba82d8f233b1a1b6c485f9bb8cfe2c6bc7b8082ee8f95be3aef70ee9b501b345
OS/ARCH
linux/amd64
Compressed size
114.11 MB
Last pushed
9 days by oaklight
Type
Image
Manifest digest
sha256:a01e76d1edf81c1d228ae9e8c55684986d397b8cb1fc3246b391cd66c99aa429
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;4.07 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update15.66 MB12RUN /bin/sh -c useradd -m3.23 KB13WORKDIR /app93 B14COPY pyproject.toml . # buildkit839 B15COPY src/ src/ # buildkit618.15 KB16COPY scripts/ scripts/ # buildkit1.63 KB17RUN /bin/sh -c pip install53.8 MB18USER 10000 B19EXPOSE [7860/tcp]0 B20CMD ["python" "-m" "veilrender"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'