fix: correct infrahub-mcp Dockerfile and README #7
Reference in New Issue
Block a user
Delete Branch "fix/infrahub-mcp-dockerfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
Fixes the build failure caused by wrong upstream repo URL and missing default branch.
Dockerfile
opsmill/infrahub-mcp(wasopsmill/infrahub-mcp-server)--branchwhenINFRAHUB_MCP_VERSIONis unset, so the upstream default branch is used automaticallyENV INFRAHUB_API_TOKEN=""— the token should be passed at runtime via-e, not baked into the imageREADME
INFRAHUB_API_TOKENis required at runtime