mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
25 lines
791 B
JSON
25 lines
791 B
JSON
{
|
|
"version": "0.22.0",
|
|
"description": "Docker-compatible CLI for containerd",
|
|
"homepage": "https://github.com/containerd/nerdctl",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containerd/nerdctl/releases/download/v0.22.0/nerdctl-0.22.0-windows-amd64.tar.gz",
|
|
"hash": "83c0740d5c42463348053f4af8edb481a377e7948e02e167b7318e88cd80ba20"
|
|
}
|
|
},
|
|
"bin": "nerdctl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containerd/nerdctl/releases/download/v$version/nerdctl-$version-windows-amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|