Path: blob/master/hack/test-templates/alpine-iso-9p-writable.yaml
1639 views
# Background: https://github.com/lima-vm/lima/pull/22341# Should be tested on a Linux host2images:3- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.37/alpine-lima-std-3.19.0-x86_64.iso"4arch: "x86_64"5digest: "sha512:568852df405e6b9858e678171a9894c058f483df0b0570c22cf33fc75f349ba6cc5bb3d50188180d8c31faaf53400fe884ca3e5f949961b03b2bf53e65de88d7"6- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.37/alpine-lima-std-3.19.0-aarch64.iso"7arch: "aarch64"8digest: "sha512:3a4bd5ad0201f503e9bb9f3b812aa0df292e2e099148c0323d23244046ad199a2946ef9e0619fec28726bfdcc528233f43c3b4b036c9e06e92ac730d579f0ca3"910mountType: "9p"11mounts:12- location: "~"13writable: true14- location: "/tmp/lima test dir with spaces"15writable: true16- location: "/tmp/lima"17writable: true1819containerd:20system: false21user: false222324