mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
31 lines
935 B
JSON
31 lines
935 B
JSON
{
|
|
"version": "1.5.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.5.5/containerd-1.5.5-windows-amd64.tar.gz",
|
|
"hash": "036428b8c4055b2eeba7c62ac84dc96552be9a2c14e3a8a6ac4052684cf73db0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|