2023-04-05 16:29:35 +00:00

25 lines
788 B
JSON

{
"version": "1.3.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/v1.3.0/nerdctl-1.3.0-windows-amd64.tar.gz",
"hash": "836825e8ed5f84e7a3ccae0ad14318bc96e3731ed26312ad01269b22106378fe"
}
},
"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"
}
}
}