Skip to content

Commit 26dd16e

Browse files
committed
templates: add experimental/rocky-9
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7283201 commit 26dd16e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Others:
3737
- [`vmnet.yaml`](./vmnet.yaml): ⭐enable [`vmnet.framework`](../docs/network.md)
3838
- [`deprecated/centos-7.yaml`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
3939
- [`experimental/almalinux-9.yaml`](experimental/almalinux-9.yaml): [experimental] AlmaLinux 9
40+
- [`experimental/rocky-9.yaml`](experimental/rocky-9.yaml): [experimental] Rocky Linux 9
4041
- [`experimental/centos-stream-9.yaml`](experimental/centos-stream-9.yaml): [experimental] CentOS Stream 9
4142
- [`experimental/9p.yaml`](experimental/9p.yaml): [experimental] use 9p mount type
4243
- [`experimental/riscv64.yaml`](experimental/riscv64.yaml): [experimental] RISC-V

examples/experimental/rocky-9.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This example requires Lima v0.11.1 or later.
2+
3+
images:
4+
- location: "https://dl.rockylinux.org/pub/rocky/9.0/images/x86_64/Rocky-9-GenericCloud-9.0-20220706.0.x86_64.qcow2"
5+
arch: "x86_64"
6+
digest: "sha256:9305faad09707ab72ec8e4a7b2cdc8e20bc31b608443d6c6df954fd2f3371aa2"
7+
- location: "https://dl.rockylinux.org/pub/rocky/9.0/images/aarch64/Rocky-9-GenericCloud-9.0-20220706.0.aarch64.qcow2"
8+
arch: "aarch64"
9+
digest: "sha256:21061e421267e573c39197aaf7f4298424238dab7e7ad44f09a2b805e8d18ea5"
10+
mounts:
11+
- location: "~"
12+
- location: "/tmp/lima"
13+
writable: true
14+
cpuType:
15+
# For consistency with AlmaLinux 9
16+
x86_64: "Haswell-v4"

0 commit comments

Comments
 (0)