Skip to content

Commit 0426f90

Browse files
committed
Create amazonlinux2023 template
Adds a default template reference for Amazon Linux 2023
1 parent f3cb0f4 commit 0426f90

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/amazonlinux2023.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This template requires Lima v0.17.0 or later and requires macOS >=13.0
2+
vmType: "vz"
3+
mountType: "virtiofs"
4+
images:
5+
- location: "https://cdn.amazonlinux.com/al2023/os-images/2023.5.20240805.0/kvm/al2023-kvm-2023.5.20240805.0-kernel-6.1-x86_64.xfs.gpt.qcow2"
6+
arch: "x86_64"
7+
digest: "sha256:67450c39dee304247daff637f67a1365c2fe9e15265ae390584e81a12d146705"
8+
- location: "https://cdn.amazonlinux.com/al2023/os-images/2023.5.20240805.0/kvm-arm64/al2023-kvm-2023.5.20240805.0-kernel-6.1-arm64.xfs.gpt.qcow2"
9+
arch: "aarch64"
10+
digest: "sha256:8ddc0594fe99544a3d8d56a8c95fe863946c52500df6d14e288d1dd1ca6f5352"
11+
mounts:
12+
- location: "~"
13+
- location: "/tmp/lima"
14+
writable: true

0 commit comments

Comments
 (0)