Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
colima-Darwin-arm64 | 2025-08-05 | 9.2 MB | |
colima-Darwin-arm64.sha256sum | 2025-08-05 | 86 Bytes | |
colima-Darwin-x86_64 | 2025-08-05 | 9.7 MB | |
colima-Darwin-x86_64.sha256sum | 2025-08-05 | 87 Bytes | |
colima-Linux-aarch64 | 2025-08-05 | 9.0 MB | |
colima-Linux-aarch64.sha256sum | 2025-08-05 | 87 Bytes | |
colima-Linux-x86_64 | 2025-08-05 | 9.5 MB | |
colima-Linux-x86_64.sha256sum | 2025-08-05 | 86 Bytes | |
README.md | 2025-08-05 | 1.5 kB | |
v0.8.3 source code.tar.gz | 2025-08-05 | 619.0 kB | |
v0.8.3 source code.zip | 2025-08-05 | 666.9 kB | |
Totals: 11 Items | 38.7 MB | 0 |
Highlights
This is an hotfix release to address a regression that causes exec /bin/sh: exec format error
when running a cross-architecture image.
Fixes
- Fix exec format error when running a cross-architecture image. Fixes [#1367]
- Set default volume mount type to
virtiofs
when VZ is in use.
Other Updates
- Use containerd image store for Docker
- Mount containerd socket for Docker and Containerd runtimes
- Mount buildkitd socket for Containerd runtime.
- Add mounted socket path(s) to the output of
colima status
for all container runtimes. - Allow overriding default k3s flags with
--k3s-arg
flag.
Commits
- Potential fix for code scanning alert no. 7: Incorrect conversion between integer types by @abiosoft in https://github.com/abiosoft/colima/pull/1357
- containerd: expose containerd and buildkit sockets by @abiosoft in https://github.com/abiosoft/colima/pull/1358
- cli: set default mount type to virtiofs for vz by @abiosoft in https://github.com/abiosoft/colima/pull/1359
- Docker improvements by @abiosoft in https://github.com/abiosoft/colima/pull/1360
- k3s: allow overriding default k3s args by @Nevon in https://github.com/abiosoft/colima/pull/1365
- core: update disk images by @abiosoft in https://github.com/abiosoft/colima/pull/1368
New Contributors
- @Nevon made their first contribution in https://github.com/abiosoft/colima/pull/1365
Full Changelog: https://github.com/abiosoft/colima/compare/v0.8.2...v0.8.3