sha256:e17ab289b03ac23ce68c1c9b94e52a14e69594d3238abc505beddd066c110353
OS/ARCH
linux/amd64
Compressed size
118.47 MB
Last pushed
5 months by vladimirovrosen
Type
Image
Manifest digest
sha256:e17ab289b03ac23ce68c1c9b94e52a14e69594d3238abc505beddd066c110353
Image Layers
1# debian.sh --arch 'amd64' out/29.36 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.130 B6ENV PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a710 B7RUN /bin/sh -c set -eux;11.28 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.13 KB15RUN /bin/sh -c pip install71.35 MB16COPY --chmod=644 server.py . #100.67 KB17COPY --chmod=644 google_service.py . #3.41 KB18COPY --chmod=644 telegram_service.py . #2.69 KB19COPY --chmod=644 ai_usage_log.py . #4.65 KB20COPY --chmod=644 ai_vision_service.py . #7.81 KB21COPY --chmod=644 ai_invoice_engine.py . #18.02 KB22COPY --chmod=644 admin_ui.py . #21.93 KB23COPY --chmod=644 admin_backup.py . #8.76 KB24COPY --chmod=644 admin_filestore.py . #6.15 KB25COPY --chmod=644 metrics.py . #1.84 KB26COPY --chmod=644 bg_validators.py . #2.89 KB27COPY --chmod=644 pdf_sanitizer.py . #2.38 KB28COPY --chmod=644 tenant_router.py . #3.13 KB29COPY --chmod=644 sql_classifier.py . #2.22 KB30COPY --chmod=644 sql_executor.py . #2.56 KB31COPY --chmod=644 tool_security.py . #3.4 KB32COPY --chmod=644 elevation.py . #1.97 KB33COPY --chmod=644 api_key_manager.py . #4.41 KB34COPY --chmod=644 provisioning_engine.py . #6.36 KB35COPY --chmod=644 provisioning_api.py . #8.57 KB36COPY --chmod=644 cloudflare_provisioning.py . #2.11 KB37COPY --chmod=644 client_stack.template.yml . #1.16 KB38COPY --chmod=755 migrate_legacy_keys.py . #1.6 KB39RUN /bin/sh -c useradd -m3.27 KB40USER mcp0 B41EXPOSE map[8084/tcp:{}]0 B42HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8084/health0 B43ENTRYPOINT ["python" "server.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'