-
-
Notifications
You must be signed in to change notification settings - Fork 970
/
k3d.json
28 lines (28 loc) · 846 Bytes
/
k3d.json
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
{
"version": "5.7.4",
"description": "Creates multi-node k3s cluster on a single machine using docker",
"homepage": "https://github.com/rancher/k3d",
"license": "MIT",
"suggest": {
"docker": [
"docker",
"versions/docker-nightly",
"docker-machine"
]
},
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v5.7.4/k3d-windows-amd64.exe#/k3d.exe",
"hash": "2e45983bc7a9a0ac51e8484441ce9a7b7e5a2255adf7842c0e6089459c80c9ac"
}
},
"bin": "k3d.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v$version/k3d-windows-amd64.exe#/k3d.exe"
}
}
}
}