jaegertracing / docker-protobuf

An all-inclusive protoc Docker image for the Jaeger project
https://hub.docker.com/r/jaegertracing/protobuf
Apache License 2.0
93 stars 35 forks source link

Load only required modules in the docker image #2

Closed annanay25 closed 4 years ago

annanay25 commented 4 years ago

The docker image currently loads too many modules that are not required for code generation for the jaeger project. Tracking issue to list out the dependencies and only load them.

annanay25 commented 4 years ago

Fixed by #3