2022-08-01 20:29:28 +00:00

25 lines
791 B
JSON

{
"version": "0.22.2",
"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.2/nerdctl-0.22.2-windows-amd64.tar.gz",
"hash": "dd8df86e5de7c769f368360828bc3d62b0ed4e5133661afee5b6c495fd236e38"
}
},
"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"
}
}
}