2021-10-29 16:28:16 +08:00

29 lines
837 B
JSON

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