-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathdevbox.json
More file actions
38 lines (38 loc) · 985 Bytes
/
devbox.json
File metadata and controls
38 lines (38 loc) · 985 Bytes
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
{
"packages": [
"ctlptl@0.9.0",
"docker@29.3.0",
"envsubst@1.4.3",
"go@1.26.1",
"golangci-lint@2.11.4",
"jq@1.8.1",
"kind@0.31.0",
"kubectl@1.35.3",
"kustomize@5.8.1",
"kyverno-chainsaw@0.2.14",
"mockgen@1.6.0",
"yq-go@4.52.5",
"clusterctl@1.12.2"
],
"shell": {
"init_hook": [
"export \"GOROOT=$(go env GOROOT)\""
],
"scripts": {
"build-and-push": "make build-and-push",
"mgmt-and-capl-cluster": "make mgmt-and-capl-cluster",
"mgmt-cluster": "make mgmt-cluster",
"capl-cluster": "make capl-cluster",
"capl-ipv6-cluster": "make capl-ipv6-cluster",
"e2e-test": "make e2e-test",
"e2e-test-ipv6-backends": "make e2e-test-ipv6-backends",
"e2e-test-bgp": "make e2e-test-bgp",
"e2e-test-subnet": "make e2e-test-subnet",
"cleanup-cluster": "make cleanup-cluster"
}
},
"env": {
"EXP_CLUSTER_RESOURCE_SET": "true",
"GOTOOLCHAIN": "auto"
}
}