ScoopInstaller_Main/bucket/containerd.json
2021-07-13 22:00:34 +00:00

31 lines
935 B
JSON

{
"version": "1.5.3",
"description": "An open and reliable container runtime",
"homepage": "https://containerd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/containerd/containerd/releases/download/v1.5.3/containerd-1.5.3-windows-amd64.tar.gz",
"hash": "9ad0323b1ffc717795b27708ede5a69b653bfa44edb73c7891aa06ccc2f4c809"
}
},
"bin": [
"bin\\containerd.exe",
"bin\\containerd-shim-runhcs-v1.exe",
"bin\\ctr.exe"
],
"checkver": {
"github": "https://github.com/containerd/containerd"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/containerd/containerd/releases/download/v$version/containerd-$version-windows-amd64.tar.gz"
}
},
"hash": {
"url": "$url.sha256sum"
}
}
}