ScoopInstaller_Main/bucket/openshift-okd-client.json

30 lines
1.4 KiB
JSON

{
"version": "4.11.0-0.okd-2022-11-05-030711",
"description": "OKD is the community distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OKD adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.",
"homepage": "https://okd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/openshift/okd/releases/download/4.11.0-0.okd-2022-11-05-030711/openshift-client-windows-4.11.0-0.okd-2022-11-05-030711.zip",
"hash": "a04e052b184973f78c80f5408a3b2e8c3b8e439eaab262c557b65c5eb006eb24"
}
},
"bin": "oc.exe",
"checkver": {
"url": "https://api.github.com/repos/openshift/okd/tags",
"jsonpath": "$[0].name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openshift/okd/releases/download/$version/openshift-client-windows-$version.zip",
"hash": {
"mode": "extract",
"url": "https://github.com/openshift/okd/releases/download/$version/sha256sum.txt",
"find": "([a-fA-F0-9]{64})\\s+\\./openshift-client-windows-$version.zip"
}
}
}
}
}