sha256:07c5365e6669aad50bda579e1094de7cafe6d15cc7e2504ea4a5b6a37dd3038b
OS/ARCH
linux/amd64
Compressed size
291.34 MB
Last pushed
9 months by cbothma
Type
Image
Manifest digest
sha256:0766ca9f16736b5a39fd1ba5ec0d64b1f4637dae36aeb136e7944c6ed1cafe46
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.20 B5ENV PYTHON_SHA256=ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e90 B6RUN /bin/sh -c set -eux;11.67 MB7RUN /bin/sh -c set -eux;248 B8CMD ["python3"]0 B9RUN /bin/sh -c apt-get update185.85 MB10RUN /bin/sh -c curl -sfL38.34 MB11WORKDIR /app93 B12RUN /bin/sh -c pip install25.73 MB13RUN /bin/sh -c mkdir -p200 B14COPY app.py /app/ # buildkit64.1 KB15COPY linuxserver_templates.py /app/ # buildkit5.98 KB16COPY static/index.html /app/static/ # buildkit43.3 KB17COPY static/login.html /app/static/ # buildkit2.06 KB18COPY static/setup.html /app/static/ # buildkit2.29 KB19EXPOSE [5000/tcp]0 B20HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/api/stacks0 B21CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'