2023-07-31 12:31:14 +00:00

25 lines
788 B
JSON

{
"version": "1.5.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.5.0/nerdctl-1.5.0-windows-amd64.tar.gz",
"hash": "3af07059e3e83524df8a39c189f50c2d7fdb669d53cb2842dcf6f41800d16b26"
}
},
"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"
}
}
}