File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Distro:
26
26
- [ ` ubuntu ` ] ( ./ubuntu.yaml ) : Ubuntu (same as ` default.yaml ` but without extra YAML lines)
27
27
- [ ` ubuntu-lts ` ] ( ./ubuntu-lts.yaml ) : Ubuntu LTS (same as ` ubuntu.yaml ` but pinned to an LTS version)
28
28
- [ ` deprecated/centos-7 ` ] ( ./deprecated/centos-7.yaml ) : [ deprecated] CentOS Linux 7
29
+ - [ ` experimental/gentoo ` ] ( ./experimental/gentoo.yaml ) : [ experimental] Gentoo
29
30
- [ ` experimental/opensuse-tumbleweed ` ] ( ./experimental/opensuse-tumbleweed.yaml ) : [ experimental] openSUSE Tumbleweed
30
31
31
32
Container engines:
Original file line number Diff line number Diff line change
1
+ vmType : " qemu"
2
+ images :
3
+ - location : " https://distfiles.gentoo.org/experimental/amd64/openstack/gentoo-openstack-amd64-default-latest.qcow2"
4
+ arch : " x86_64"
5
+
6
+ mounts :
7
+ - location : " ~"
8
+ - location : " /tmp/lima"
9
+ writable : true
10
+ mountType : " 9p"
11
+
12
+ # The built-in containerd installer does not support Gentoo currently.
13
+ containerd :
14
+ system : false
15
+ user : false
You can’t perform that action at this time.
0 commit comments