2024-12-02 20:29:52 +00:00

25 lines
788 B
JSON

{
"version": "2.0.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/v2.0.1/nerdctl-2.0.1-windows-amd64.tar.gz",
"hash": "5a3e30311424f1dbca6685f7d80b9a205bd52bb85205269739347b45c6f8ff03"
}
},
"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"
}
}
}