Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abiosoft/colima
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wolverine2k/colima
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. feat: add podman container runtime support

    Adds podman as a selectable container runtime alongside docker,
    containerd, and incus. Podman is installed via apt during provisioning
    (podman 4.9.3 on Ubuntu 24.04) and exposed via a systemd socket-activated
    service with the Unix socket forwarded to ~/.colima/<profile>/podman.sock
    on the host.
    
    - environment/container/podman/podman.go: full Container interface
      implementation (Provision, Start, Stop, Teardown, Running, Version,
      Update, DataDisk); registers via init()
    - environment/vm/lima/yaml.go: group provisioning script (podman group)
      and Lima socket forwarding for /run/podman/podman.sock
    - app/app.go: PodmanSocket field in statusInfo; populated and displayed
      by colima status
    - embedded/images/images.txt: disk image entries for arm64 and amd64
      (reuses the minimal none base image; podman is installed at provision time)
    - CLAUDE.md: initial codebase guidance for Claude Code
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    wolverine2k and claude committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    50949aa View commit details
    Browse the repository at this point in the history
Loading