You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It started out as https://github.com/znly/docker-protobuf fork, but grew into a stand-alone project.
2
+
A lightweight `protoc` Docker image, with all dependencies built-in, to generate code in multiple languages.
3
+
4
+
## Purpose
5
+
6
+
`gogoproto` annotations in proto files help make internal domain model types more efficient in golang, but using these proto files to generate code in other languages requires to include these dependencies anyway. The `Dockerfile` in this repo compiles all dependencies into the image, for easy code generation in multiple languages.
7
+
8
+
## Contents
6
9
7
-
## What's included:
10
+
`Dockerfile` configured with dependencies specific to the [Jaeger](github.com/jaegertracing/jaeger) project.
0 commit comments