grpcurl icon indicating copy to clipboard operation
grpcurl copied to clipboard

Any Ubuntu / Debian packages

Open bklooste opened this issue 3 years ago • 5 comments

Spend a bit of time searching through your packges as instructed in the readme but nothing for Ubuntu / Debian...

bklooste avatar Sep 07 '21 05:09 bklooste

Use the binary from the releases page https://github.com/fullstorydev/grpcurl/releases

fireXtract avatar Oct 18 '21 18:10 fireXtract

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.

hwittenborn avatar Apr 24 '22 05:04 hwittenborn

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)

acabarbaye avatar Feb 01 '23 10:02 acabarbaye

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.

pixelsnbits avatar Mar 06 '23 18:03 pixelsnbits

Packages published by Cloud Posse. See https://github.com/cloudposse/packages

Nuru avatar Oct 05 '23 00:10 Nuru