mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
31 lines
935 B
JSON
31 lines
935 B
JSON
{
|
|
"version": "1.5.4",
|
|
"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.4/containerd-1.5.4-windows-amd64.tar.gz",
|
|
"hash": "64a84f45d1eb21ec8298905e2f5d9014811c9100f71d589b9887bb37891845f5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|