ScoopInstaller_Main/bucket/containerd.json
2021-05-12 05:03:26 +00:00

31 lines
935 B
JSON

{
"version": "1.4.5",
"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.4.5/containerd-1.4.5-windows-amd64.tar.gz",
"hash": "20f9d49a4165e8c39794c74f9d7d8d972a1dfcce1ba805b8562dca6ea2ce977c"
}
},
"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"
}
}
}