2023-05-20 16:26:49 +00:00

25 lines
788 B
JSON

{
"version": "1.4.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.4.0/nerdctl-1.4.0-windows-amd64.tar.gz",
"hash": "68280dbff3c5202b988e20ab6da1767da9c9f8180930dc6509c7f82231be7e45"
}
},
"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"
}
}
}