grpc / grpc-docker-library

Contains dockerfiles for gRPC in different languages
Apache License 2.0
207 stars 83 forks source link

Add Go Dockerfile for v1.14.0 #60

Closed aknuds1 closed 6 years ago

aknuds1 commented 6 years ago

Adding a Go Dockerfile for v1.14.0. I needed to upgrade from v1.0 in order to be able to build Go gRPC bindings.

dfawley commented 6 years ago

Thank you for the contribution. However, we would prefer not to maintain dockerfiles for Go in this repo any longer. The complexity of getting a grpc-go environment up and running does not justify it. The 1.0 dockerfile is still present to avoid breaking anyone actively depending on it.