2020-08-14 20:47:36 +02:00

29 lines
837 B
JSON

{
"version": "3.0.1",
"description": "Creates multi-node k3s cluster on a single machine using docker",
"homepage": "https://github.com/rancher/k3d",
"license": "MIT",
"suggest": {
"docker": [
"docker",
"docker-nightly",
"docker-machine"
]
},
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v3.0.1/k3d-windows-amd64.exe#/k3d.exe",
"hash": "aaa50b8cdfb97514eb8f1588e20f609534fc5d065fa0df59019b87f2f22fe75a"
}
},
"bin": "k3d.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v$version/k3d-windows-amd64.exe#/k3d.exe"
}
}
}
}