Skip to content

feat(provider): add Colima runtime support#757

Draft
skevetter wants to merge 1 commit into
mainfrom
brown-porcupine
Draft

feat(provider): add Colima runtime support#757
skevetter wants to merge 1 commit into
mainfrom
brown-porcupine

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

Adds Colima as a built-in container runtime provider. Colima exposes a standard Docker socket via a Lima VM, so it reuses the existing docker driver — no new Go driver is required (same pattern as the podman provider).

Changes

  • providers/colima/provider.yaml — new manifest reusing the docker driver. Options: COLIMA_PATH, COLIMA_PROFILE, COLIMA_HOST (computed default resolving the profile's socket at unix://$HOME/.colima/<profile>/docker.sock), COLIMA_ELEVATION, and inactivity timeout.
  • providers/providers.go — register the embedded provider.
  • providers/providers_test.go — verify colima resolves to the docker driver and sets DOCKER_HOST.
  • desktop/.../icons/providers/colima.png — official Colima logo.
  • ProviderIcon.svelte / ProviderWizard.svelte — icon mapping + wizard preset.

Notes

  • The icon: URL points at https://dl.devsy.sh/assets/colima.png to match the apple/podman convention; that asset still needs uploading to dl.devsy.sh. The desktop wizard uses the bundled local PNG regardless.
  • Targets Colima's default Docker runtime. containerd/nerdctl backend support can be added later via a runtime option.

@netlify

netlify Bot commented Jul 26, 2026

Copy link
Copy Markdown

Deploy Preview for images-devsy-sh canceled.

Name Link
🔨 Latest commit bcecad9
🔍 Latest deploy log https://app.netlify.com/projects/images-devsy-sh/deploys/6a65adc7ed558a00084f0c76

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c7bb057d-07f1-41e2-9b58-331423d28de0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@netlify

netlify Bot commented Jul 26, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit bcecad9
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a65adc70c3f300008a56571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant