sha256:e05e9fcacdb6c7dc085c21d5f8ddc0ac7a1131cbb92cd946660240dc530572e5
OS/ARCH
linux/amd64
Compressed size
243.45 MB
Last pushed
9 months by anselemo
Type
Image
Manifest digest
sha256:e05e9fcacdb6c7dc085c21d5f8ddc0ac7a1131cbb92cd946660240dc530572e5
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;15.19 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12LABEL org.opencontainers.image.title=Smart Monitor Orchestrator org.opencontainers.image.description=Self-healing0 B13ENV PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PYTHONDONTWRITEBYTECODE=1 SMARTMON_ROLE=orchestrator0 B14COPY scripts/ /app/scripts/ # buildkit68.17 KB15COPY db/ /app/db/ # buildkit65.29 MB16COPY logs/ /app/logs/ # buildkit120.88 KB17COPY utils/ /app/utils/ # buildkit1.91 KB18COPY config/ /app/config/ # buildkit3.42 KB19COPY main.py /app/main.py # buildkit3.36 KB20COPY requirements.txt /app/ # buildkit930 B21COPY /wheels /wheels # buildkit42.94 MB22RUN /bin/sh -c python -m60.9 MB23COPY platform_infra/docker/entrypoint.sh /app/entrypoint.sh # buildkit1.11 KB24COPY platform_infra/docker/entrypoint.ps1 /app/entrypoint.ps1 # buildkit913 B25COPY platform_infra/docker/healthcheck.py /app/healthcheck.py # buildkit516 B26RUN /bin/sh -c chmod +x1.11 KB27COPY platform_infra/docker_compose/systemctl-shim /usr/local/bin/systemctl-shim # buildkit1.63 KB28RUN /bin/sh -c chmod +x1.62 KB29ARG OS=linux0 B30RUN |1 OS=linux /bin/sh -c28.65 MB31RUN |1 OS=linux /bin/sh -c3.33 KB32USER appuser0 B33HEALTHCHECK &{["CMD-SHELL" "python3 /app/healthcheck.py ||0 B34CMD ["bash" "/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'