-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdagger.json
More file actions
50 lines (50 loc) · 1.27 KB
/
dagger.json
File metadata and controls
50 lines (50 loc) · 1.27 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "embedded-cluster",
"engineVersion": "v0.20.3",
"sdk": {
"source": "go"
},
"include": [
"!build",
"!cmd/installer/goods/bins/**",
"cmd/installer/goods/bins/.placeholder",
"!cmd/installer/goods/internal/bins/**",
"cmd/installer/goods/internal/bins/.placeholder",
"!dagger/embedded-cluster",
"!dev/build",
"!local-artifact-mirror/bin",
"!local-artifact-mirror/build",
"!local-artifact-mirror/cache",
"!local-dev",
"!operator/bin",
"!operator/build",
"!operator/cache",
"!output",
"!.vscode",
"!.idea",
"!**/.gocache",
"!**/.gomodcache",
"!**/*.test",
"!**/node_modules",
"!**/*.coverage.out",
"!**/*.coverage.html",
"!**/*.tgz",
"!**/*.tar.gz",
"!**/*.zip",
"!**/*.log"
],
"dependencies": [
{
"name": "onepassword",
"source": "github.com/replicatedhq/daggerverse/onepassword@bf96fd742cf08239442ac155de7143bb7ef8f7fd",
"pin": "bf96fd742cf08239442ac155de7143bb7ef8f7fd"
},
{
"name": "replicated",
"source": "github.com/replicatedhq/daggerverse/replicated@41123ddba40a9594307f24cb69ef6fbafda38e44",
"pin": "41123ddba40a9594307f24cb69ef6fbafda38e44"
}
],
"source": "dagger",
"disableDefaultFunctionCaching": true
}