v0.8.4macOSLinux
Added 1
- Cross-architecture container execution can now be disabled by setting --binfmt=false flag
Changed 1
- Disable implicit loading of config from template and require the --template flag
Fixed 2
- Fix exec format error when running cross-architecture images
- Fix binfmt not enabled after restart
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
--templateflag. - Cross-architecture container execution can now be disabled by setting
--binfmt=falseflag.
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