Skip to content

fix: install git in Knowledge MCP image#25

Merged
Svaag merged 1 commit into
mainfrom
fix/docker-git-for-agent-core
Jun 29, 2026
Merged

fix: install git in Knowledge MCP image#25
Svaag merged 1 commit into
mainfrom
fix/docker-git-for-agent-core

Conversation

@Svaag

@Svaag Svaag commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • install git in the Knowledge MCP runtime image so uv can resolve the pinned agent-core git dependency during Docker builds

Why

The production loop apply for network-operations#315 failed while building as215932/knowledge-mcp:32bca0c... because the image contains a git-based agent-core dependency but the slim runtime image only installed ca-certificates and curl.

Validation

  • uv run ruff check src tests
  • uv run mypy --strict src
  • uv run pytest
  • attempted local docker build -t knowledge-mcp:agent-core-git-smoke . (blocked locally because Docker daemon is unavailable)

@Svaag Svaag merged commit ab27db9 into main Jun 29, 2026
1 check passed
@Svaag Svaag deleted the fix/docker-git-for-agent-core branch June 29, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant