Skip to content

Commit a57cf3d

Browse files
committed
Follow-up to examples: add support for Ubuntu LTS
Signed-off-by: Akihiro Suda <[email protected]>
1 parent c702a8d commit a57cf3d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Ubuntu 20.04 LTS (Focal Fossa)
2+
13
# This example requires Lima v0.7.0 or later.
24
images:
35
# Hint: run `limactl prune` to invalidate the "current" cache

0 commit comments

Comments
 (0)