Skip to content

Commit ad4a04e

Browse files
committed
added amazonlinux-2023.yaml to examples
Signed-off-by: Sienna Satterwhite <[email protected]>
1 parent f3cb0f4 commit ad4a04e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Distro:
1414
- [`almalinux-8`](./almalinux-8.yaml): AlmaLinux 8
1515
- [`almalinux-9`](./almalinux-9.yaml), `almalinux.yaml`: AlmaLinux 9
1616
- [`alpine`](./alpine.yaml): ☆Alpine Linux
17+
- [`amazonlinux-2023`](./experimental/amazonlinux-2023.yaml): [experimental] Amazon Linux 2023
1718
- [`archlinux`](./archlinux.yaml): ⭐Arch Linux
1819
- [`centos-stream-9`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
1920
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This template requires Lima v0.17.0 or later and requires macOS >=13.0
2+
mountType: "virtiofs"
3+
# if for some reason these images don't load,
4+
# you can find the latest versions here: https://cdn.amazonlinux.com/al2023/os-images/latest/
5+
images:
6+
- 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"
7+
arch: "x86_64"
8+
digest: "sha256:67450c39dee304247daff637f67a1365c2fe9e15265ae390584e81a12d146705"
9+
- 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"
10+
arch: "aarch64"
11+
digest: "sha256:8ddc0594fe99544a3d8d56a8c95fe863946c52500df6d14e288d1dd1ca6f5352"
12+
mounts:
13+
- location: "~"
14+
- location: "/tmp/lima"
15+
writable: true

0 commit comments

Comments
 (0)