Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/templates/_images/fedora-43.yaml
2655 views
1
images:
2
- location: "https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2"
3
arch: "x86_64"
4
digest: "sha256:846574c8a97cd2d8dc1f231062d73107cc85cbbbda56335e264a46e3a6c8ab2f"
5
6
- location: "https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/aarch64/images/Fedora-Cloud-Base-Generic-43-1.6.aarch64.qcow2"
7
arch: aarch64
8
digest: "sha256:66031aea9ec61e6d0d5bba12b9454e80ca94e8a79c913d37ded4c60311705b8b"
9
10
# No RISC-V release yet for Fedora 43: https://download.fedoraproject.org/pub/alt/risc-v/release/
11
12
ssh:
13
# ssh.overVsock does not work with Fedora 43 due to a SELinux policy issue
14
# https://github.com/lima-vm/lima/issues/4334#issuecomment-3561294333
15
# avc: denied { getattr } for pid=1355 comm="sshd-auth" scontext=system_u:system_r:sshd_auth_t:s0-s0:c0.c1023 tcontext=system_u:system_r:sshd_t:s0-s0:c0.c1023 tclass=vsock_socket permissive=1
16
overVsock: false
17
18
# # NOTE: Intel Mac with macOS prior to 15.5 requires setting vmType to qemu
19
# # https://github.com/lima-vm/lima/issues/3334
20
# vmType: qemu
21
22