Sign inSign up

cbothma/dockup:1.2.8

Networking
Internet of things
Operating systems
Index digest

sha256:b590c59802bd551f43dfed64a4c2305ccd4394367703e5c2718c63d335ae68ab

OS/ARCH

linux/amd64

Compressed size

291.34 MB

Last pushed

9 months by cbothma

Type

Image

Manifest digest

sha256:497caaf6d6af5aa83ed702d5f9c133da9d235edb4e2d0421b5013b4e86c4fce0

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;1.23 MB
4ENV PYTHON_VERSION=3.14.20 B
5ENV PYTHON_SHA256=ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e90 B
6RUN /bin/sh -c set -eux;11.67 MB
7RUN /bin/sh -c set -eux;248 B
8CMD ["python3"]0 B
9RUN /bin/sh -c apt-get update185.85 MB
10RUN /bin/sh -c curl -sfL38.34 MB
11WORKDIR /app93 B
12RUN /bin/sh -c pip install25.73 MB
13RUN /bin/sh -c mkdir -p200 B
14COPY app.py /app/ # buildkit65.32 KB
15COPY linuxserver_templates.py /app/ # buildkit5.98 KB
16COPY static/index.html /app/static/ # buildkit45.36 KB
17COPY static/login.html /app/static/ # buildkit2.06 KB
18COPY static/setup.html /app/static/ # buildkit2.29 KB
19EXPOSE [5000/tcp]0 B
20HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/api/stacks0 B
21CMD ["python" "app.py"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'