sha256:51a36c97de922508d8eb5f7ae798c33ba5b988c29f6efe0da38096660c6bb99b
OS/ARCH
linux/amd64
Compressed size
152.3 MB
Last pushed
9 months by cbothma
Type
Image
Manifest digest
sha256:7d14b473dd6346ee4e597d0d354d4a55db88d0143b5688f8de83fc93bf2f1b9c
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;249 B8CMD ["python3"]0 B9RUN /bin/sh -c apt-get update60.93 MB10RUN /bin/sh -c curl -sfL38.34 MB11WORKDIR /app93 B12RUN /bin/sh -c pip install11.65 MB13RUN /bin/sh -c mkdir -p199 B14COPY app.py /app/ # buildkit42.95 KB15COPY static/index.html /app/static/ # buildkit38.2 KB16COPY static/login.html /app/static/ # buildkit2.06 KB17COPY static/setup.html /app/static/ # buildkit2.29 KB18EXPOSE [5000/tcp]0 B19HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/api/stacks0 B20CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1765152000'