2023-10-13 04:26:47 +00:00

25 lines
788 B
JSON

{
"version": "1.6.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/v1.6.2/nerdctl-1.6.2-windows-amd64.tar.gz",
"hash": "9492e9d0b3ab76585a008484a182c2630ef39992eb1b8df33e9c24663d829683"
}
},
"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"
}
}
}