Skip to content

Commit b984039

Browse files
committed
Rename opensuse to opensuse-leap and add digests
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
1 parent 59beedd commit b984039

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Distro:
1919
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
2020
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)
2121
- [`fedora`](./fedora.yaml): ⭐Fedora
22-
- [`opensuse`](./opensuse.yaml): ⭐openSUSE Leap
22+
- [`opensuse-leap`](./opensuse-leap.yaml), `opensuse.yaml`: ⭐openSUSE Leap
2323
- [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8
2424
- [`oraclelinux-9`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9
2525
- [`rocky-8`](./rocky-8.yaml): Rocky Linux 8

examples/opensuse-leap.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This template requires Lima v0.7.0 or later
2+
images:
3+
# Hint: run `limactl prune` to invalidate the "Current" cache
4+
- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2"
5+
arch: "x86_64"
6+
digest: "sha256:b8a331d0dfc8e0932c465dea4425866c3da2a7d1e87cb39ba870457f95d8b394"
7+
- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2"
8+
arch: "aarch64"
9+
digest: "sha256:95b20098fbb0e5456bf1529387c8b9513056405256549e9f2f9f35d367ac8c05"
10+
mounts:
11+
- location: "~"
12+
- location: "/tmp/lima"
13+
writable: true

examples/opensuse.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/opensuse.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
opensuse-leap.yaml

0 commit comments

Comments
 (0)