grpc / grpc-docker-library

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

Where is the grpc_base, grpc_java_base, and grpc_java docker file #29

Closed daxthink closed 8 years ago

daxthink commented 8 years ago

Where is the grpc_base, grpc_java_base, and grpc_java docker file? It is not here anymore?

Thanks

ejona86 commented 8 years ago

They aren't really useful for Java since all of Java's dependencies will generally be downloaded automatically from Maven Central. Just use Maven or Gradle like you might normally do.