|
5 | 5 | Default: [`default.yaml`](./default.yaml) (⭐Ubuntu, with containerd/nerdctl)
|
6 | 6 |
|
7 | 7 | Distro:
|
8 |
| -- [`almalinux.yaml`](./almalinux.yaml): AlmaLinux |
| 8 | +- [`almalinux-8.yaml`](./almalinux-8.yaml): AlmaLinux 8 |
| 9 | +- [`almalinux-9.yaml`](./almalinux-9.yaml), `almalinux.yaml`: AlmaLinux 9 |
9 | 10 | - [`alpine.yaml`](./alpine.yaml): ⭐Alpine Linux
|
10 | 11 | - [`archlinux.yaml`](./archlinux.yaml): ⭐Arch Linux
|
11 |
| -- [`centos-stream.yaml`](./centos-stream.yaml): CentOS Stream 8 |
| 12 | +- [`centos-stream-8.yaml`](./centos-stream-8.yaml): CentOS Stream 8 |
| 13 | +- [`centos-stream-9.yaml`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9 |
12 | 14 | - [`debian.yaml`](./debian.yaml): ⭐Debian GNU/Linux
|
13 | 15 | - [`fedora.yaml`](./fedora.yaml): ⭐Fedora
|
14 | 16 | - [`opensuse.yaml`](./opensuse.yaml): ⭐openSUSE Leap
|
15 |
| -- [`oraclelinux.yaml`](./oraclelinux.yaml): Oracle Linux |
16 |
| -- [`rocky.yaml`](./rocky.yaml): Rocky Linux |
| 17 | +- [`oraclelinux-8.yaml`](./oraclelinux-8.yaml): Oracle Linux 8 |
| 18 | +- [`oraclelinux-9.yaml`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9 |
| 19 | +- [`rocky-8.yaml`](./rocky-8.yaml): Rocky Linux 8 |
| 20 | +- [`rocky-9.yaml`](./rocky-9.yaml), `rocky.yaml`: Rocky Linux 9 |
17 | 21 | - [`ubuntu.yaml`](./ubuntu.yaml): Ubuntu (same as `default.yaml` but without extra YAML lines)
|
18 | 22 | - [`ubuntu-lts.yaml`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
|
| 23 | +- [`deprecated/centos-7.yaml`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7 |
| 24 | +- [`experimental/opensuse-tumbleweed.yaml`](experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed |
19 | 25 |
|
20 | 26 | Container engines:
|
| 27 | +- [`apptainer.yaml`](./apptainer.yaml): Apptainer |
| 28 | +- [`apptainer-rootful.yaml`](./apptainer-rootful.yaml): Apptainer (rootful) |
21 | 29 | - [`docker.yaml`](./docker.yaml): Docker
|
22 | 30 | - [`docker-rootful.yaml`](./docker-rootful.yaml): Docker (rootful)
|
23 | 31 | - [`podman.yaml`](./podman.yaml): Podman
|
24 | 32 | - [`podman-rootful.yaml`](./podman-rootful.yaml): Podman (rootful)
|
25 |
| -- [`apptainer.yaml`](./apptainer.yaml): Apptainer |
26 |
| -- [`apptainer-rootful.yaml`](./apptainer-rootful.yaml): Apptainer (rootful) |
27 | 33 | - LXD is installed in the default Ubuntu template, so there is no `lxd.yaml`
|
28 | 34 |
|
29 | 35 | Container image builders:
|
30 | 36 | - [`buildkit.yaml`](./buildkit.yaml): BuildKit
|
31 | 37 |
|
32 | 38 | Container orchestration:
|
| 39 | +- [`faasd.yaml`](./faasd.yaml): [Faasd](https://docs.openfaas.com/deployment/faasd/) |
33 | 40 | - [`k3s.yaml`](./k3s.yaml): Kubernetes via k3s
|
34 | 41 | - [`k8s.yaml`](./k8s.yaml): Kubernetes via kubeadm
|
35 | 42 | - [`nomad.yaml`](./nomad.yaml): Nomad
|
36 |
| -- [`faasd.yaml`](./faasd.yaml): [Faasd](https://docs.openfaas.com/deployment/faasd/) |
37 | 43 |
|
38 |
| -Others: |
| 44 | +Optional feature enablers: |
39 | 45 | - [`vmnet.yaml`](./vmnet.yaml): ⭐enable [`vmnet.framework`](../docs/network.md)
|
40 |
| -- [`deprecated/centos-7.yaml`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7 |
41 |
| -- [`experimental/almalinux-9.yaml`](experimental/almalinux-9.yaml): [experimental] AlmaLinux 9 |
42 |
| -- [`experimental/rocky-9.yaml`](experimental/rocky-9.yaml): [experimental] Rocky Linux 9 |
43 |
| -- [`experimental/oraclelinux-9.yaml`](experimental/oraclelinux-9.yaml): [experimental] Oracle Linux 9 |
44 |
| -- [`experimental/centos-stream-9.yaml`](experimental/centos-stream-9.yaml): [experimental] CentOS Stream 9 |
45 |
| -- [`experimental/opensuse-tumbleweed.yaml`](experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed |
46 | 46 | - [`experimental/9p.yaml`](experimental/9p.yaml): [experimental] use 9p mount type
|
47 | 47 | - [`experimental/riscv64.yaml`](experimental/riscv64.yaml): [experimental] RISC-V
|
48 | 48 |
|
49 | 49 | Lost+found:
|
50 | 50 | - ~`centos.yaml`~: Removed in Lima v0.8.0, as CentOS 8 reached [EOL](https://www.centos.org/centos-linux-eol/).
|
51 |
| - Replaced by [`rocky.yaml`](./rocky.yaml), [`almalinux.yaml`](./almalinux.yaml), [`oraclelinux.yaml`](./oraclelinux.yaml), |
52 |
| - and [`centos-stream.yaml`](./centos-stream.yaml). |
53 |
| -- ~`singularity.yaml`~: Moved to [`apptainer-rootful.yaml`](./apptainer-rootful.yaml) in Lima v0.12.1, as Singularity was renamed to Apptainer. |
54 |
| -- ~`experimental/apptainer.yaml`~: Moved to [`apptainer.yaml`](./apptainer.yaml) in Lima v0.12.1 |
| 51 | + Replaced by [`almalinux.yaml`](./almalinux.yaml), [`centos-stream.yaml`](./centos-stream.yaml), [`oraclelinux.yaml`](./oraclelinux.yaml), |
| 52 | + and [`rocky.yaml`](./rocky.yaml). |
| 53 | +- ~`singularity.yaml`~: Moved to [`apptainer-rootful.yaml`](./apptainer-rootful.yaml) in Lima v0.13.0, as Singularity was renamed to Apptainer. |
| 54 | +- ~`experimental/apptainer.yaml`~: Moved to [`apptainer.yaml`](./apptainer.yaml) in Lima v0.13.0. |
| 55 | +- ~`experimental/{almalinux,centos-stream-9,oraclelinux,rocky}-9.yaml`~: Moved to [`almalinux-9.yaml`](./almalinux.yaml), [`centos-stream-9.yaml`](./centos-stream-9.yaml), |
| 56 | + [`oraclelinux-9.yaml`](./oraclelinux-9.yaml), and [`rocky-9.yaml`](./rocky-9.yaml) in Lima v0.13.0. |
55 | 57 |
|
56 | 58 | ## Tier 1
|
57 | 59 |
|
|
0 commit comments