Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
colima-Darwin-arm64 | 2025-08-06 | 9.2 MB | |
colima-Darwin-arm64.sha256sum | 2025-08-06 | 86 Bytes | |
colima-Darwin-x86_64 | 2025-08-06 | 9.7 MB | |
colima-Darwin-x86_64.sha256sum | 2025-08-06 | 87 Bytes | |
colima-Linux-aarch64 | 2025-08-06 | 9.0 MB | |
colima-Linux-aarch64.sha256sum | 2025-08-06 | 87 Bytes | |
colima-Linux-x86_64 | 2025-08-06 | 9.5 MB | |
colima-Linux-x86_64.sha256sum | 2025-08-06 | 86 Bytes | |
README.md | 2025-08-06 | 720 Bytes | |
v0.8.4 source code.tar.gz | 2025-08-06 | 619.1 kB | |
v0.8.4 source code.zip | 2025-08-06 | 667.0 kB | |
Totals: 11 Items | 38.7 MB | 0 |
Highlights
This is another hotfix release to address a regression that causes exec /bin/sh: exec format error
when running a cross-architecture image. The issue is finally resolved.
Other Updates
- Disable implicit loading of config from template (when present). Now requires the
--template
flag. - Cross-architecture container execution can now be disabled by setting
--binfmt=false
flag.
Commits
- vm: fix binfmt not enabled after restart by @abiosoft in https://github.com/abiosoft/colima/pull/1371
- config: make template optional when present by @abiosoft in https://github.com/abiosoft/colima/pull/1372
Full Changelog: https://github.com/abiosoft/colima/compare/v0.8.3...v0.8.4