File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Distro:
10
10
- [ ` opensuse.yaml ` ] ( ./opensuse.yaml ) : openSUSE Leap
11
11
- [ ` rocky.yaml ` ] ( ./rocky.yaml ) : Rocky Linux
12
12
- [ ` ubuntu.yaml ` ] ( ./ubuntu.yaml ) : Ubuntu (same as ` default.yaml ` but without extra YAML lines)
13
+ - [ ` ubuntu-lts.yaml ` ] ( ./ubuntu-lts.yaml ) : Ubuntu LTS (same as ` ubuntu.yaml ` but pinned to an LTS version)
13
14
14
15
Container engines:
15
16
- [ ` docker.yaml ` ] ( ./docker.yaml ) : Docker
Original file line number Diff line number Diff line change
1
+ # Ubuntu 20.04 LTS (Focal Fossa)
2
+
3
+ # This example requires Lima v0.7.0 or later.
4
+ images :
5
+ # Hint: run `limactl prune` to invalidate the "current" cache
6
+ - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
7
+ arch : " x86_64"
8
+ - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
9
+ arch : " aarch64"
10
+ mounts :
11
+ - location : " ~"
12
+ - location : " /tmp/lima"
13
+ writable : true
You can’t perform that action at this time.
0 commit comments