Update RUNBOOK MCP example to use pinned version tags

Replace :latest with :v1.1.0 in the MCP service definition example
to match the new platform convention of explicit version pinning.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 23:31:02 -07:00
parent 9d7043a594
commit acc4851549

View File

@@ -361,7 +361,7 @@ active = true
[[components]] [[components]]
name = "api" name = "api"
image = "mcr.svc.mcp.metacircular.net:8443/mcr:latest" image = "mcr.svc.mcp.metacircular.net:8443/mcr:v1.1.0"
network = "mcpnet" network = "mcpnet"
user = "0:0" user = "0:0"
restart = "unless-stopped" restart = "unless-stopped"
@@ -371,7 +371,7 @@ cmd = ["server", "--config", "/srv/mcr/mcr.toml"]
[[components]] [[components]]
name = "web" name = "web"
image = "mcr.svc.mcp.metacircular.net:8443/mcr-web:latest" image = "mcr.svc.mcp.metacircular.net:8443/mcr-web:v1.1.0"
network = "mcpnet" network = "mcpnet"
user = "0:0" user = "0:0"
restart = "unless-stopped" restart = "unless-stopped"