This incremental update provides stability improvements and new features.
Updates
- New
--downloaderflag to retain curl for downloads. Supportscurlornative(default). - Force stop with
colima stop --forceno longer attempts to stop the container runtime before stopping VM. - Support for user-provided containerd and buildkit config for the Containerd runtime.
- Nested virtualization is now supported with
krunkitvm type. - Soft delete (i.e.
colima deletewithout--force) is now properly supported on Incus runtime, and container data would be auto-restored on recreation. - Cache directory can now be customized with the
COLIMA_CACHE_HOMEenvironment variable. The cache directory stores the downloaded assets used by Colima. - Network address is now supported for the
krunkitvm type. - Runtime is now displayed in
colima listfor stopped instances. - Custom generated disk images can now be used by setting the
--force-disk-imageflag in addition to--disk-imageflag. The image must be a debian based distro with systemd. Note that this is for power users and not officially supported.
Runtime Updates
Note: Container runtime versions can be updated manually by running the
colima updatecommand.
- Docker version updated to v29.5.2
- Nerdctl version updated to v2.3.1
- Incus version updated to v7.1
Upgrading
To upgrade to v0.10.2:
brew upgrade colima
For the full changelog and details, see the GitHub release.