File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -470,14 +470,18 @@ jobs:
470470 # Start the platform container
471471 # Note: ARCHESTRA_AUTH_ADDITIONAL_TRUSTED_ORIGINS allows e2e tests to use 127.0.0.1
472472 # while the default ARCHESTRA_FRONTEND_URL=http://localhost:3000 stays unchanged
473- # Note: Uses the default public MCP server base image (not CI-built) because
474- # the embedded Kind cluster cannot access host Docker images without explicit loading
473+ # Note: Uses the public MCP server base image with 'latest' tag because:
474+ # 1. The embedded Kind cluster cannot easily access images loaded on the host Docker daemon
475+ # 2. Release-please bumps the version in config.ts before the image is published,
476+ # causing failures when running on release PRs (the new version doesn't exist yet)
477+ # Using 'latest' ensures the image is always available regardless of version bumps
475478 docker run -d \
476479 --name archestra-quickstart \
477480 -p 9000:9000 \
478481 -p 3000:3000 \
479482 -e ARCHESTRA_QUICKSTART=true \
480483 -e ARCHESTRA_AUTH_ADDITIONAL_TRUSTED_ORIGINS=http://127.0.0.1:3000 \
484+ -e ARCHESTRA_ORCHESTRATOR_MCP_SERVER_BASE_IMAGE=europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:latest \
481485 -v /var/run/docker.sock:/var/run/docker.sock \
482486 -v archestra-ci-postgres-data:/var/lib/postgresql/data \
483487 -v archestra-ci-app-data:/app/data \
You can’t perform that action at this time.
0 commit comments