We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
examples: add support for Ubuntu LTS
1 parent c702a8d commit a57cf3dCopy full SHA for a57cf3d
examples/README.md
@@ -10,6 +10,7 @@ Distro:
10
- [`opensuse.yaml`](./opensuse.yaml): openSUSE Leap
11
- [`rocky.yaml`](./rocky.yaml): Rocky Linux
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)
14
15
Container engines:
16
- [`docker.yaml`](./docker.yaml): Docker
examples/ubuntu-lts.yaml
@@ -1,3 +1,5 @@
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
0 commit comments