Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any Ubuntu / Debian packages #253

Open
bklooste opened this issue Sep 7, 2021 · 5 comments
Open

Any Ubuntu / Debian packages #253

bklooste opened this issue Sep 7, 2021 · 5 comments

Comments

@bklooste
Copy link

bklooste commented Sep 7, 2021

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

@fireXtract
Copy link

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

@hwittenborn
Copy link

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.

@acabarbaye
Copy link

acabarbaye commented Feb 1, 2023

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)

@pixelsnbits
Copy link

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.

@Nuru
Copy link

Nuru commented Oct 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants