Skip to content

Commit 71918d1

Browse files
authored
Merge pull request #613 from reishoku/reishoku/ubuntu-focal-LTS-support
examples: Bring Ubuntu LTS (20.04 focal) to Lima
2 parents 4b1125a + a57cf3d commit 71918d1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Distro:
1010
- [`opensuse.yaml`](./opensuse.yaml): openSUSE Leap
1111
- [`rocky.yaml`](./rocky.yaml): Rocky Linux
1212
- [`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)
1314

1415
Container engines:
1516
- [`docker.yaml`](./docker.yaml): Docker

examples/ubuntu-lts.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)