-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbass.yaml
37 lines (30 loc) · 1.1 KB
/
bass.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
images:
- location: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
arch: "x86_64"
- location: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-arm64.img"
arch: "aarch64"
# CPUs: if you see performance issues, try limiting cpus to 1.
# Default: 4
cpus: null
# Memory size
# Default: "4GiB"
memory: null
# Disk size
# Default: "100GiB"
disk: null
containerd:
# Enable system-wide (aka rootful) buildkitd
system: false
# Enable user-scoped (aka rootless) buildkitd
user: true
# forward the `buildkitd' socket to the user's bass config
portForwards:
# For system-wide (aka rootful) buildkitd
# - guestSocket: "/run/buildkit/buildkitd.sock"
# hostSocket: "{{.Home}}/Library/Application Support/bass/buildkitd.sock"
# For user-scoped (aka rootless) buildkitd
- guestSocket: "/run/user/{{.UID}}/buildkit-default/buildkitd.sock"
hostSocket: "{{.Home}}/Library/Application Support/bass/buildkitd.sock"
message: |
forwarded buildkitd socket to $HOME/Library/Application Support/bass/buildkitd.sock
`bass` will automatically discover it there - start playing!