2020-10-19 18:53:02 +02:00

29 lines
837 B
JSON

{
"version": "3.1.4",
"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.1.4/k3d-windows-amd64.exe#/k3d.exe",
"hash": "196c571eb5ae257eb4d832bd9723c4d124a8c7ec1d515e35b9062d85063631a3"
}
},
"bin": "k3d.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v$version/k3d-windows-amd64.exe#/k3d.exe"
}
}
}
}