Problem
Container isolation mode currently uses a default Linux image. Users may need custom images with specific tools, libraries, or configurations pre-installed.
Proposed Solution
Allow users to specify a custom OCI container image when creating a runner with container isolation:
mac-runner add owner/repo --isolation container --image ghcr.io/myorg/runner-image:latest
Acceptance Criteria
Notes
Listed in README under "Planned Features." Filing to track formally. Requires container isolation (macOS 26+, Apple Silicon).
Problem
Container isolation mode currently uses a default Linux image. Users may need custom images with specific tools, libraries, or configurations pre-installed.
Proposed Solution
Allow users to specify a custom OCI container image when creating a runner with container isolation:
Acceptance Criteria
--imageflag in CLI for container isolation runnersNotes
Listed in README under "Planned Features." Filing to track formally. Requires container isolation (macOS 26+, Apple Silicon).