v0.8.4
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