fullstorydev / fullstorydev/grpcurl
Deploy multiple versions of docker image, -scratch, -alpine, etc.
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
Right now, it's hard to add the grpcurl docker image to a kubernetes cluster to be able to debug other services. If, instead of building just one image that uses `from scratch` (related issue: https://github.com/fullstorydev/grpcurl/issues/235 ), there was some kind of -scratch / -alpine variant (with default still being scratch), then it would be far easier to attach and debug using grpcurl.
Contributions welcome? ^-^
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how the grpcurl Docker image is currently built and read related issue #235 for the existing scratch-image context. Define image variants such as the default scratch image and an Alpine-based alternative, then verify that each can be selected for Kubernetes debugging while preserving the current default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100