mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
31 lines
935 B
JSON
31 lines
935 B
JSON
{
|
|
"version": "1.5.7",
|
|
"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.7/containerd-1.5.7-windows-amd64.tar.gz",
|
|
"hash": "c46cf656671191b4144ffdae5b730d97b83189d7a0989401be9f01a70ad6b37b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|