Releases: lima-vm/alpine-lima
Added socat
Merge pull request #42 from lima-vm/socat Add socat to docker installs
Bump nerdctl 0.15.0 → 0.16.0
Signed-off-by: Jan Dubois <[email protected]>
nerdctl 0.15.0
Merge pull request #33 from lima-vm/nerdctl-0.15 Bump nerdctl 0.14.0 → 0.15.0
Upgrade to Alpine 3.14.3 and nerdctl 0.14
Also installs qemu-aarch64 from the tonistiigi/binfmt docker image instead of the Alpine repo (to includes additional fixes).
aarch64 ISOs now include and install qemu-x86_64.
Update nerdctl v0.12.1 → v0.13.0
Only the rd edition images include the nerdctl binaries.
Include aarch64 ISO images
All ISOs are now build using Github actions.
Otherwise no changes compared to v0.1.9 release.
Add docker engine to RD edition
No other changes, so no new std edition ISO.
Fix RD update issue
Replace local service with lima-overlay, which runs before lima-init (or cloud-init), so it can affect the original boot filesystem.
This really only matters to the rd edition because Rancher Desktop uses the content of /etc/os-release on the boot filesystem to determine if files on the data volume need to be updated (lima by itself does not support updating the baseDisk ISO without recreating the instance).
Bump nerdctl to 0.12.1
Also add BUILD_ID and VARIANT_ID to /etc/os-release to make it possible to identify the image from within.
PAM support for sshd
So /etc/environment is loaded in ssh sessions.
Also splits lima-init into lima-init-local (which runs before the network is up) and lima-init (which runs after).