mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
791 B
JSON
25 lines
791 B
JSON
{
|
|
"version": "0.17.1",
|
|
"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.17.1/nerdctl-0.17.1-windows-amd64.tar.gz",
|
|
"hash": "780beaa2f681f34d109e874414f92bcb4d5c446b685b33d823b430836bb27008"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|