2024-09-10 08:30:02 +00:00

25 lines
788 B
JSON

{
"version": "1.7.7",
"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.7/nerdctl-1.7.7-windows-amd64.tar.gz",
"hash": "b2e6107b629f0b3e0e5991e062be05159bab57ba508c2f125241b34e8d7081c0"
}
},
"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"
}
}
}