lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
Can now use `.audio.device=default` similar to `.video.display=default` ```yaml audio: device: default video: display: default ``` You can still pick another driver, such as `alsa` or `oss`, if you want.
Bumps the k8s group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.28.8 to 0.30.2 Commits 118f81c Update dependencies to v0.30.2 tag 0fd470c Merge pull request #124702aojea/automated-cherry-pick-of-#124572 a669f18...
- https://github.com/lima-vm/lima/pull/2360 In Lima v1.0, the current ISO-based `alpine` template should be ditched away, and the `alpine-image` (qcow2) template should take over the name of `alpine`
I wanted to add a few more ubuntu lts templates that I use often on local work I do and thought it would be useful for others to have them...
This makes it more similar to update compared to the images, and allows for integrating with other archives in the future*. * #1123
Fixes #366 Discussion - #2402 Revamps port forwarding to use existing GRPC communication. **Advantages** - No SSH daemon (See Notes below) - No Subprocess for SSH - Faster (See performance...
Like #1625; Resolves #2454
### Description It would be nice to be able to use simple defaults like "default". ```yaml audio: # EXPERIMENTAL # QEMU audiodev, e.g., "none", "coreaudio", "pa", "alsa", "oss". # Choosing...
### Description **Description** We are experiencing intermittent failures with GitHub Actions, which have become more frequent recently. Here are the action links for reference: [Link 1](https://github.com/OpenDevin/OpenDevin/actions/runs/9643397151/job/26593302550?pr=2449), [Link 2](https://github.com/OpenDevin/OpenDevin/actions/runs/9664771891/job/26660252033?pr=2628). The issue...
It is really hard for me to create a PR like https://github.com/lima-vm/lima/pull/1236 to update the template image digests. We have to have a tool for updating these templates automatically. The...