2021-05-04 08:15:38 +02:00

34 lines
1.2 KiB
JSON

{
"version": "1.2.8",
"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.2.8/rke_windows-amd64.exe#/rke.exe",
"hash": "49efc21560ed46a811884bc1833fdcb2482e1b5a0d6ba318c394e93de5429f2b"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.2.8/rke_windows-386.exe#/rke.exe",
"hash": "347b214c1a7d6cfc9bc33b6ef79b0748da24db400ba3d58e3b25d1c0913f1aad"
}
},
"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"
}
}
}