sha256:70590b89c3e95ad2e3e3313d3e5d3f630f53322d9b47ce793cab151d8a955b6a
OS/ARCH
linux/amd64
Compressed size
119.6 MB
Last pushed
about 1 month by vladimirovrosen
Type
Image
Manifest digest
sha256:70590b89c3e95ad2e3e3313d3e5d3f630f53322d9b47ce793cab151d8a955b6a
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.72 KB15RUN /bin/sh -c pip install73.25 MB16COPY --chmod=644 server.py . #130.23 KB17COPY --chmod=644 session_store.py . #6.21 KB18COPY --chmod=644 google_service.py . #3.85 KB19COPY --chmod=644 telegram_service.py . #5 KB20COPY --chmod=644 telegram_subscriptions.py . #1.41 KB21COPY --chmod=644 centrifugo_client.py . #1.11 KB22COPY --chmod=644 centrifugo_token.py . #1.09 KB23COPY --chmod=644 telegram_agent.py . #3.48 KB24COPY --chmod=644 ai_usage_log.py . #4.65 KB25COPY --chmod=644 ai_vision_service.py . #7.81 KB26COPY --chmod=644 ai_invoice_engine.py . #18.02 KB27COPY --chmod=644 admin_ui.py . #22.21 KB28COPY --chmod=644 admin_backup.py . #11.5 KB29COPY --chmod=644 admin_filestore.py . #6.76 KB30COPY --chmod=644 metrics.py . #2.06 KB31COPY --chmod=644 bg_validators.py . #2.89 KB32COPY --chmod=644 pdf_sanitizer.py . #2.38 KB33COPY --chmod=644 tenant_router.py . #3.37 KB34COPY --chmod=644 sql_classifier.py . #2.91 KB35COPY --chmod=644 sql_executor.py . #2.81 KB36COPY --chmod=644 tool_security.py . #4.82 KB37COPY --chmod=644 elevation.py . #2.25 KB38COPY --chmod=644 api_key_manager.py . #4.42 KB39COPY --chmod=644 provisioning_engine.py . #6.99 KB40COPY --chmod=644 provisioning_api.py . #8.57 KB41COPY --chmod=644 cloudflare_provisioning.py . #2.11 KB42COPY --chmod=644 fleet_manager.py . #5.19 KB43COPY --chmod=644 secrets_registry.py . #3.58 KB44COPY --chmod=644 module_deploy.py . #5.98 KB45COPY --chmod=644 supervisor_deploy.py . #9.12 KB46COPY --chmod=644 client_onboard.py . #3.28 KB47COPY --chmod=644 backup_manager.py . #3.52 KB48COPY --chmod=644 health_monitor.py . #1.82 KB49COPY --chmod=644 session_handoff.py . #4.09 KB50COPY --chmod=644 tenant_migrate.py . #3.37 KB51COPY --chmod=644 tg_listen_helper.py . #2.94 KB52COPY --chmod=644 timesheet_engine.py . #5.64 KB53COPY --chmod=644 client_stack.template.yml . #1.95 KB54COPY --chmod=755 migrate_legacy_keys.py . #1.61 KB55RUN /bin/sh -c useradd -m3.27 KB56USER mcp0 B57EXPOSE map[8084/tcp:{}]0 B58HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8084/health0 B59ENTRYPOINT ["python" "server.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'