9 lines
406 B
Markdown
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) |