-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added amazonlinux-2023.yaml to examples
Signed-off-by: Sienna Satterwhite <[email protected]>
- Loading branch information
1 parent
f3cb0f4
commit 45865f7
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This template requires Lima v0.17.0 or later and requires macOS >=13.0 | ||
# reverse-sshfs & 9p are unsupported mount types. | ||
mountType: "virtiofs" | ||
# if for some reason these images don't load, | ||
# you can find the latest versions here: https://cdn.amazonlinux.com/al2023/os-images/latest/ | ||
images: | ||
- 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" | ||
arch: "x86_64" | ||
digest: "sha256:67450c39dee304247daff637f67a1365c2fe9e15265ae390584e81a12d146705" | ||
- 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" | ||
arch: "aarch64" | ||
digest: "sha256:8ddc0594fe99544a3d8d56a8c95fe863946c52500df6d14e288d1dd1ca6f5352" | ||
mounts: | ||
- location: "~" | ||
- location: "/tmp/lima" | ||
writable: true |