Docker image for generating proto compiled files.
- cpp
- go
- java
- javascript
- php
- python
-
you need a
buf.yaml
andbuf.gen.yaml
files into you protos folder(see the examples in template folder). -
run into the folder
docker run --rm -v `pwd`:/temp/buf-gen netsaj/buf-generate