Skip to content

Releases: lima-vm/alpine-lima

Added socat

18 Jan 23:57
328891e

Choose a tag to compare

Added socat Pre-release
Pre-release
Merge pull request #42 from lima-vm/socat

Add socat to docker installs

Bump nerdctl 0.15.0 → 0.16.0

13 Jan 07:34

Choose a tag to compare

Pre-release
Signed-off-by: Jan Dubois <[email protected]>

nerdctl 0.15.0

14 Dec 18:08
d9eceea

Choose a tag to compare

nerdctl 0.15.0 Pre-release
Pre-release
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

26 Nov 17:25
7ff6dc8

Choose a tag to compare

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

04 Nov 21:49
b68683d

Choose a tag to compare

Pre-release

Only the rd edition images include the nerdctl binaries.

Include aarch64 ISO images

03 Nov 19:03
26d4276

Choose a tag to compare

Pre-release

All ISOs are now build using Github actions.

Otherwise no changes compared to v0.1.9 release.

Add docker engine to RD edition

19 Oct 23:28

Choose a tag to compare

Pre-release

No other changes, so no new std edition ISO.

Fix RD update issue

06 Oct 02:30
861da8b

Choose a tag to compare

Fix RD update issue Pre-release
Pre-release

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

05 Oct 23:32
b56b3be

Choose a tag to compare

Pre-release

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

05 Oct 20:20
2bfd604

Choose a tag to compare

PAM support for sshd Pre-release
Pre-release

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).