grpcurl
grpcurl copied to clipboard
Any Ubuntu / Debian packages
Spend a bit of time searching through your packges as instructed in the readme but nothing for Ubuntu / Debian...
Use the binary from the releases page https://github.com/fullstorydev/grpcurl/releases
If there's still interest in this, makedeb (a personal project) should work well, and would likely only require maintaining a single Bash file in this repository.
Since goreleaser is used, it is just a matter of adding the following section to the configuration file .goreleaser.yml
nfpms:
- formats:
- apk
- deb
- rpm
license: Apache-2.0
maintainer: <>
It would really ease installation on linux platform in the similar way to what is currently available for macOs (brew) and Windows (scoop)
I'd like to see an apk made available so it can be put into the alpine package repo and made available inside alpine docker images for troubleshooting. Example: https://github.com/jonlabelle/docker-network-tools .. I'd like to be able to make a PR to this repo where the PR would simply be adding apk add grpcurl
. The intended use is to deploy the image in a Pod into a Kubernetes cluster to do some network troubleshooting with gRPC endpoints.
Packages published by Cloud Posse. See https://github.com/cloudposse/packages