sha256:27c629d33cc905d8be8da532a7743d197a80c34379f49492159a4b64c799bd09
OS/ARCH
linux/amd64
Compressed size
111.65 MB
Last pushed
about 1 month by vladimirovrosen
Type
Image
Manifest digest
sha256:27c629d33cc905d8be8da532a7743d197a80c34379f49492159a4b64c799bd09
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.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;11.36 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B11LABEL description=Odoo RPC MCP Server0 B12WORKDIR /app93 B13RUN /bin/sh -c apt-get update5.04 MB14COPY --chmod=644 requirements.txt . #1.12 KB15RUN /bin/sh -c pip install65.42 MB16COPY --chmod=644 server.py . #105.54 KB17COPY --chmod=644 session_store.py . #6.2 KB18COPY --chmod=644 google_service.py . #3.85 KB19COPY --chmod=644 telegram_service.py . #4.99 KB20COPY --chmod=644 telegram_subscriptions.py . #1.4 KB21COPY --chmod=644 centrifugo_client.py . #1.01 KB22COPY --chmod=644 centrifugo_token.py . #1.08 KB23COPY --chmod=644 ai_usage_log.py . #4.64 KB24COPY --chmod=644 ai_vision_service.py . #7.81 KB25COPY --chmod=644 ai_invoice_engine.py . #18.01 KB26COPY --chmod=644 admin_ui.py . #22.2 KB27COPY --chmod=644 admin_backup.py . #11.49 KB28COPY --chmod=644 admin_filestore.py . #6.76 KB29COPY --chmod=644 metrics.py . #2.05 KB30COPY --chmod=644 bg_validators.py . #2.89 KB31COPY --chmod=644 pdf_sanitizer.py . #2.37 KB32RUN /bin/sh -c useradd -m3.27 KB33USER mcp0 B34EXPOSE map[8084/tcp:{}]0 B35HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8084/health0 B36ENTRYPOINT ["python" "server.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'