-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathhello-ebpf.yaml
More file actions
21 lines (19 loc) · 771 Bytes
/
hello-ebpf.yaml
File metadata and controls
21 lines (19 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This example requires Lima v0.8.0 or later
# based on https://github.com/lizrice/learning-ebpf/blob/main/learning-ebpf.yaml
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/24.10/release-20241212/ubuntu-24.10-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:457f02ad36ef64f8f2cbfcc4855a0d401294d9b4727ae239e21c4104cca0bae2"
- location: "https://cloud-images.ubuntu.com/releases/24.10/release-20241212/ubuntu-24.10-server-cloudimg-arm64.img"
arch: "aarch64"
cpus: 4
memory: "10GiB"
mounts:
- location: "~"
writable: true
- location: "/tmp/lima"
writable: true
provision:
- mode: system
script: bin/install.sh