Releases: lima-vm/alpine-lima
Releases · lima-vm/alpine-lima
Extract mounts from user-data and add them to /etc/fstab
Merge pull request #53 from lima-vm/9p-mounts Extract mounts from user-data and add them to /etc/fstab
Include cr-dockerd for k8s 1.24+
- Add
cri-dockerd
for k8s 1.24, which no longer includesdocker-shim
(only inrd
edition) - Add
xz
package sodocker build
can process .tar.xz files - Update nerdctl to 0.17.1
Install cni-plugins package
The RD edition installs the Alpine cni-plugins
package instead of using the nerdctl
plugins because it needs flannel
and loopback
plugins too, which are not included in the nerdctl
tarball.
The isolation
plugin is still installed from nerdctl
because it is not included in cni-plugins
.
This also changes the installation directory to /usr/libexec/cni
(the default for the cni-plugins
package), when LIMA_INIT_INSTALL_CNI_PLUGINS
is true
).
Bump nerdctl to v0.17.0
Merge pull request #47 from lima-vm/bump-nerdctl-0.17.0 Bump nerdctl from 0.16.1 → 0.17.0
Bump nerdctl to 0.16.1
Signed-off-by: Jan Dubois <[email protected]>
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.