Files
protoc-docker/README.md
2020-11-23 21:54:39 +10:30

9 lines
406 B
Markdown

# Protoc Docker
Docker container for generating protobuf code. Right now used in CI only for other projects.
## TODOS
- Build the swift plugins inside the dockerfile, rather than committing the built plugins
- Build the grpc-web plugins in the dockerfile, rather than downloading built versions
- Use CMake/Bazel for building the grpc plugins - [CMake dockerfile](https://hub.docker.com/r/kitware/cmake)