File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Distro:
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
29
- [ ` experimental/opensuse-tumbleweed ` ] ( ./experimental/opensuse-tumbleweed.yaml ) : [ experimental] openSUSE Tumbleweed
30
+ - [ ` experimental/flatcar ` ] ( experimental/flatcar.yaml ) : [ experimental] Flatcar Container Linux
30
31
31
32
Container engines:
32
33
- [ ` apptainer ` ] ( ./apptainer.yaml ) : Apptainer
Original file line number Diff line number Diff line change
1
+ # # This example requires Lima v0.15.1 or later.
2
+ # <https://www.flatcar.org/releases#stable-release>
3
+
4
+ images :
5
+ - location : " https://stable.release.flatcar-linux.net/amd64-usr/3510.2.5/flatcar_production_qemu_uefi_image.img.bz2"
6
+ arch : " x86_64"
7
+ digest : " sha512:098ddf9aecb4e27d33c5ea9fb7a233720330f0711f3008e75723cce8a8ec1e27ebcfd0959d276bbde034ee5723e5c58a28a78cdd37f04ddea605c0d09a34f267"
8
+ - location : " https://stable.release.flatcar-linux.net/arm64-usr/3510.2.5/flatcar_production_qemu_uefi_image.img.bz2"
9
+ arch : " aarch64"
10
+ digest : " sha512:cc6e6cf91e4a566c1911b579eb9570baaac484b92bec9c33215354fc44f1f291957dcae33cce580a19ab9437337260babcee4aaff4ac6fa5b7c649271cacfb98"
11
+
12
+ # The /usr/local prefix is read-only under Flatcar Container Linux.
13
+ guestInstallPrefix : /opt
14
+
15
+ # The guest home directory can not be changed with CoreOS currently.
16
+ mounts :
17
+ - location : " /tmp/lima"
18
+ writable : true
19
+
20
+ # There is no support for FUSE or sshfs in Flatcar Container Linux.
21
+ mountType : " 9p"
You can’t perform that action at this time.
0 commit comments