Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/hack/test-templates/alpine-iso-9p-writable.yaml
1639 views
1
# Background: https://github.com/lima-vm/lima/pull/2234
2
# Should be tested on a Linux host
3
images:
4
- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.37/alpine-lima-std-3.19.0-x86_64.iso"
5
arch: "x86_64"
6
digest: "sha512:568852df405e6b9858e678171a9894c058f483df0b0570c22cf33fc75f349ba6cc5bb3d50188180d8c31faaf53400fe884ca3e5f949961b03b2bf53e65de88d7"
7
- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.37/alpine-lima-std-3.19.0-aarch64.iso"
8
arch: "aarch64"
9
digest: "sha512:3a4bd5ad0201f503e9bb9f3b812aa0df292e2e099148c0323d23244046ad199a2946ef9e0619fec28726bfdcc528233f43c3b4b036c9e06e92ac730d579f0ca3"
10
11
mountType: "9p"
12
mounts:
13
- location: "~"
14
writable: true
15
- location: "/tmp/lima test dir with spaces"
16
writable: true
17
- location: "/tmp/lima"
18
writable: true
19
20
containerd:
21
system: false
22
user: false
23
24