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 would be helpful to new engineers to dockerize the protobuf compiler Make target and make it runnable with make proto. This would require a very light-weight Go image with this installed:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
We should be able to run this with docker compose. Also update the docs/CONFIGURATION.md file to remove this required dependency.
The text was updated successfully, but these errors were encountered:
Since users of the library will be required to manage a protobuf version to run the binary, it doesn't make sense to decouple the proto-gen logic to a docker container. Engineers should install protobuf directly.
It would be helpful to new engineers to dockerize the protobuf compiler Make target and make it runnable with
make proto
. This would require a very light-weight Go image with this installed:We should be able to run this with docker compose. Also update the docs/CONFIGURATION.md file to remove this required dependency.
The text was updated successfully, but these errors were encountered: