| # debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000' |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* |
| WORKDIR /app |
| COPY file:e832972e6bdcfe3438cfac1ff61ce0d42cceacd56db63fb3486b2f5518f8a4fe in /usr/local/bin/mcp-test |
| COPY file:7d935fec5e79bda84d6abe02c367158608df4b0efa105deeb36221d2114ae1a3 in /usr/local/bin/consumer |
| ENV RUST_LOG=info |
| ENV PROJECT_EVENTS_TOPIC=project.events |
| ENV PROJECT_RESULTS_TOPIC=project.results |
| ENV PROJECT_CONSUMER_GROUP=mcp-orchestrator-projects |
| ENV TOOL_RESULTS_TIMEOUT_SECS=300 |
| ENV OPENAI_API_KEY= |
| ENV GITEA_BASE_URL= |
| ENV GITEA_TOKEN= |
| CMD ["/usr/local/bin/mcp-test"] |
| LABEL org.opencontainers.image.created=2025-12-11T15:12:09Z |
| LABEL org.opencontainers.image.revision=907e4a985ef920aff2d57912929e920504564fc3 |
| LABEL org.opencontainers.image.source=https://gitea.lardenois.cc/MATOS-AI/mcp-test.git |
| LABEL org.opencontainers.image.url=https://gitea.lardenois.cc/MATOS-AI/mcp-test |