Skip to content

Releases: lima-vm/alpine-lima

Bump nerdctl 0.20.0 → 0.21.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:52
ffca891

Also built on top of Alpine 3.16 with latest containerd and cni packages.

Updated ci-dockerd from 0.2.1 → 0.2.2 fixing memory stats and making hairpin mode configurable.

Switch back to upstream cri-dockerd release 0.2.1

Choose a tag to compare

@github-actions github-actions released this 25 May 19:18
4c1dcf4
Merge pull request #65 from lima-vm/mirantis-cri-docker

Switch back to upstream cri-dockerd release

Bump cri-dockerd from v0.2.0-1 → v0.2.0-rd2

Choose a tag to compare

@github-actions github-actions released this 24 May 17:14
Applying more unofficial fixes to the metrics server

Signed-off-by: Jan Dubois <jan.dubois@suse.com>

Add openssh-sft-server

Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 May 18:17
a0c2cbf

It is needed on some hosts OSes (e.g. Arch) that use a fairly recent version of scp that only supports the sftp protocol anymore.

Bump nerdctl from 0.19.0 → 0.20.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 May 16:54
0ace2e8

No other changes

Add curl to rd edition

Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 May 05:26
43e9561

Also make sure the mount points exists, and fstab entries are mounted automatically by lima-init. This requires a lima version that includes lima-vm/lima#843.

This release does not contain the changes required to make lima-vm/lima#783 work with lima-init; #54 is still not yet implemented.

Bump nerdctl from 0.17.1 to 0.19.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Apr 04:52
b9c0eb6
  • Switch Alpine from 3.14 → 3.15
  • Bump nerdctl from 0.17.1 → 0.19.0
  • Fetch cni-plugins and cni-plugin-flannel from edge repo to get latest versions
  • Used a fork of cri-dockerd to fix metrics performance issue

Extract mounts from user-data and add them to /etc/fstab

Choose a tag to compare

@github-actions github-actions released this 04 Apr 23:42
ea21657
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+

Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Mar 21:17
50e47be
  • Add cri-dockerd for k8s 1.24, which no longer includes docker-shim (only in rd edition)
  • Add xz package so docker build can process .tar.xz files
  • Update nerdctl to 0.17.1

Install cni-plugins package

Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Feb 07:56

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