2023-11-30 12:30:26 +00:00

25 lines
788 B
JSON

{
"version": "1.7.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/v1.7.1/nerdctl-1.7.1-windows-amd64.tar.gz",
"hash": "bc232109dcf8a71f0387cd577afd4a85d30dbf9eec9fab91de37e160f726c77e"
}
},
"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"
}
}
}