-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrke.json
33 lines (33 loc) · 1.23 KB
/
rke.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
29
30
31
32
33
{
"version": "1.7.3",
"description": "CNCF-certified Kubernetes distribution that runs entirely within Docker containers",
"homepage": "https://rancher.com/products/rke/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.7.3/rke_windows-amd64.exe#/rke.exe",
"hash": "1705fa2b480ac8edd670dde528a762a2b3db3dbc1495c47bf4f059c6da8639fd"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.7.3/rke_windows-386.exe#/rke.exe",
"hash": "865b7aa5e7f9065a1d71e2d1c44b361b57303be90c4e078b600d21bedcfedac2"
}
},
"bin": "rke.exe",
"checkver": {
"github": "https://github.com/rancher/rke"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rancher/rke/releases/download/v$version/rke_windows-amd64.exe#/rke.exe"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v$version/rke_windows-386.exe#/rke.exe"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
}
}