wu-sheng commented on code in PR #870:
URL:
https://github.com/apache/skywalking-banyandb/pull/870#discussion_r2570395365
##########
docs/operation/mcp/setup.md:
##########
@@ -96,7 +96,7 @@ services:
- ./banyandb-data:/data
mcp:
- image: apache/skywalking-banyandb-mcp:latest
+ image: ghcr.io/apache/skywalking-banyandb-mcp:{COMMIT_ID}
Review Comment:
We should mention both dockerhub and github image repos.
##########
docs/operation/mcp/setup.md:
##########
@@ -86,7 +86,7 @@ You can also use Docker Compose to run both BanyanDB and the
MCP server together
```yaml
services:
banyandb:
- image: ghcr.io/apache/skywalking-banyandb:latest
+ image: ghcr.io/apache/skywalking-banyandb:{COMMIT_ID}
Review Comment:
We should mention both dockerhub and github image repos.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]