Skip to content

Commit 03907f6

Browse files
committed
templates: add rocky-10
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 29c614c commit 03907f6

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

templates/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Distro:
2828
- [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8
2929
- [`oraclelinux-9`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9
3030
- [`rocky-8`](./rocky-8.yaml): Rocky Linux 8
31-
- [`rocky-9`](./rocky-9.yaml), `rocky.yaml`: Rocky Linux 9
31+
- [`rocky-9`](./rocky-9.yaml): Rocky Linux 9
32+
- [`rocky-10`](./rocky-10.yaml), `rocky.yaml`: Rocky Linux 10
3233
- [`ubuntu`](./ubuntu.yaml): Ubuntu (same as `default.yaml` but without extra YAML lines)
3334
- [`ubuntu-lts`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
3435
- [`experimental/gentoo`](./experimental/gentoo.yaml): [experimental] Gentoo

templates/_images/rocky-10.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
images:
2+
- location: "https://dl.rockylinux.org/pub/rocky/10.0/images/x86_64/Rocky-10-GenericCloud-Base-10.0-20250609.1.x86_64.qcow2"
3+
arch: "x86_64"
4+
digest: "sha256:20e771c654724e002c32fb92a05fdfdd7ac878c192f50e2fc21f53e8f098b8f9"
5+
- location: "https://dl.rockylinux.org/pub/rocky/10.0/images/aarch64/Rocky-10-GenericCloud-Base-10.0-20250609.1.aarch64.qcow2"
6+
arch: "aarch64"
7+
digest: "sha256:326264421955473a3576feff35076b7a7ef4bf2a14b5f6d238b7ec65c0426fbc"
8+
- location: "https://dl.rockylinux.org/pub/rocky/10.0/images/ppc64le/Rocky-10-GenericCloud-Base-10.0-20250609.1.ppc64le.qcow2"
9+
arch: "ppc64le"
10+
digest: "sha256:aba0ecaf13afccc90e30388eb61d89071bac26818f06e815c6d764f5ccd9bef4"
11+
- location: "https://dl.rockylinux.org/pub/rocky/10.0/images/s390x/Rocky-10-GenericCloud-Base-10.0-20250609.1.s390x.qcow2"
12+
arch: "s390x"
13+
digest: "sha256:ecaf7c23f64f4c229a851cd9e263d3b31b4a877e9a01a420d27d20e341c3e681"
14+
# Fallback to the latest release image.
15+
# Hint: run `limactl prune` to invalidate the cache
16+
17+
- location: https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2
18+
arch: x86_64
19+
20+
- location: https://dl.rockylinux.org/pub/rocky/10/images/aarch64/Rocky-10-GenericCloud-Base.latest.aarch64.qcow2
21+
arch: aarch64
22+
23+
- location: https://dl.rockylinux.org/pub/rocky/10/images/ppc64le/Rocky-10-GenericCloud-Base.latest.ppc64le.qcow2
24+
arch: ppc64le
25+
26+
- location: https://dl.rockylinux.org/pub/rocky/10/images/s390x/Rocky-10-GenericCloud-Base.latest.s390x.qcow2
27+
arch: s390x
28+
29+
mountTypesUnsupported: [9p]

templates/rocky-10.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
minimumLimaVersion: 1.1.0
2+
3+
base:
4+
- template://_images/rocky-10
5+
- template://_default/mounts

templates/rocky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rocky-9.yaml
1+
rocky-10.yaml

0 commit comments

Comments
 (0)