mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
31 lines
935 B
JSON
31 lines
935 B
JSON
{
|
|
"version": "1.5.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.5.0/containerd-1.5.0-windows-amd64.tar.gz",
|
|
"hash": "99e9573254b60717a49b3564bf4b861fc6de1682ae8cf78b88d8d979c2128b36"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|