feat: auto-pull images + registry path for node-runner #12

Merged
michal merged 1 commits from feat/node-runner-registry-pull into main 2026-02-23 00:03:20 +00:00
Owner

Summary

  • Pull images before creating containers (handles missing images gracefully)
  • Default node-runner image now uses mysources.co.uk/michal/mcpctl-node-runner:latest registry path
  • Update production stack compose with node-runner env vars and mcp-servers network

Test plan

  • 236 mcpd tests pass
  • Deploy and verify servers start with auto-pulled node-runner image
## Summary - Pull images before creating containers (handles missing images gracefully) - Default node-runner image now uses `mysources.co.uk/michal/mcpctl-node-runner:latest` registry path - Update production stack compose with node-runner env vars and mcp-servers network ## Test plan - [x] 236 mcpd tests pass - [ ] Deploy and verify servers start with auto-pulled node-runner image
michal added 1 commit 2026-02-23 00:03:14 +00:00
feat: pull images before container creation, use registry path for node-runner
Some checks failed
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / package (pull_request) Has been cancelled
e45c6079c1
- Default node-runner image now uses mysources.co.uk registry path
- Add pullImage() call before createContainer() to auto-pull missing images
- Update stack/docker-compose.yml with MCPD_NODE_RUNNER_IMAGE and
  MCPD_MCP_NETWORK env vars, fix mcp-servers network naming

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
michal merged commit c1e3e4aed6 into main 2026-02-23 00:03:20 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: michal/mcpctl#12