sha256:5603323a5a879cdc6479bf5dd35caa50b6f1ae3d0e5d0c61cd8e1ae3b51a20a4
OS/ARCH
linux/amd64
Compressed size
105.53 MB
Last pushed
about 1 month by magnetoai
Type
Image
Manifest digest
sha256:1efc79635da5034362d68ca5caa83ff04e7df436c55384b4f42db02b76b4ceeb
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 GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.140 B6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B7RUN /bin/sh -c set -eux;11.34 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10ARG APP_VERSION=v0.1.940 B11ARG APP_UPDATED=2026-08-080 B13LABEL version=v0.1.940 B14LABEL updated=2026-08-080 B15LABEL vendor=MagnetoAI LLC0 B16ENV TZ=GMT0 B17ENV PYTHONDONTWRITEBYTECODE=10 B18ENV PYTHONUNBUFFERED=10 B19WORKDIR /app93 B20RUN |2 APP_VERSION=v0.1.94 APP_UPDATED=2026-08-08 /bin/sh1.04 MB21RUN |2 APP_VERSION=v0.1.94 APP_UPDATED=2026-08-08 /bin/sh6.19 MB22COPY requirements.txt ./requirements.txt # buildkit573 B23RUN |2 APP_VERSION=v0.1.94 APP_UPDATED=2026-08-08 /bin/sh37.97 MB24COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit18.64 MB25COPY *.py ./ # buildkit276.11 KB26COPY templates ./templates # buildkit47.36 KB27COPY static ./static # buildkit397.74 KB28COPY settings.json ./settings.json # buildkit4.98 KB29COPY favicon.ico ./favicon.ico # buildkit926 B30COPY mag_monitor_startup_preflight.json ./mag_monitor_startup_preflight.json # buildkit1.47 KB31COPY run_f5_urlrep_cm_container.sh ./ # buildkit5.05 KB32RUN |2 APP_VERSION=v0.1.94 APP_UPDATED=2026-08-08 /bin/sh32 B33RUN |2 APP_VERSION=v0.1.94 APP_UPDATED=2026-08-08 /bin/sh122 B34RUN |2 APP_VERSION=v0.1.94 APP_UPDATED=2026-08-08 /bin/sh292 B35EXPOSE [443/tcp 4433/tcp 80/tcp 8444/tcp0 B36ENTRYPOINT ["python3"]0 B37CMD ["mag_monitor.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'