File tree Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ Distro:
28
28
- [ ` oraclelinux-8 ` ] ( ./oraclelinux-8.yaml ) : Oracle Linux 8
29
29
- [ ` oraclelinux-9 ` ] ( ./oraclelinux-9.yaml ) , ` oraclelinux.yaml ` : Oracle Linux 9
30
30
- [ ` 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
32
33
- [ ` ubuntu ` ] ( ./ubuntu.yaml ) : Ubuntu (same as ` default.yaml ` but without extra YAML lines)
33
34
- [ ` ubuntu-lts ` ] ( ./ubuntu-lts.yaml ) : Ubuntu LTS (same as ` ubuntu.yaml ` but pinned to an LTS version)
34
35
- [ ` experimental/gentoo ` ] ( ./experimental/gentoo.yaml ) : [ experimental] Gentoo
Original file line number Diff line number Diff line change
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]
Original file line number Diff line number Diff line change
1
+ minimumLimaVersion : 1.1.0
2
+
3
+ base :
4
+ - template://_images/rocky-10
5
+ - template://_default/mounts
Original file line number Diff line number Diff line change 1
- rocky-9 .yaml
1
+ rocky-10 .yaml
You can’t perform that action at this time.
0 commit comments