FROM python:3.12-slim
LABEL org.opencontainers.image.source=https://github.com/sandeep-alluru/notarize
LABEL org.opencontainers.image.description="Canonical trace format and verifier for agent execution attestation"
LABEL org.opencontainers.image.licenses=MIT

RUN pip install --no-cache-dir "notarize-ai[mcp]"

ENTRYPOINT ["notarize-mcp"]
