ScoopInstaller_Main/bucket/containerd.json
2022-02-16 04:29:25 +00:00

31 lines
935 B
JSON

{
"version": "1.6.0",
"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.6.0/containerd-1.6.0-windows-amd64.tar.gz",
"hash": "2ebf9bee333b568f10b774b4e474de37fe282b4291e16a11144254c358355392"
}
},
"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"
}
}
}