2023-09-19 12:30:45 +00:00

25 lines
788 B
JSON

{
"version": "1.6.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.6.0/nerdctl-1.6.0-windows-amd64.tar.gz",
"hash": "e5f96f9f8b23e9c782b4afae760187fc7f0603440be584087c73d76a9ed05242"
}
},
"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"
}
}
}