aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_java_base
Commit message (Collapse)AuthorAge
* For Docker grpc_java, no longer build NettyGravatar Eric Anderson2015-07-08
| | | | In grpc/grpc-java#425 we will be removing the netty submodule.
* Don't build codegen in grpc/java dockerfileGravatar Eric Anderson2015-06-01
| | | | | | | | | We commit the codegen into Git, so it is already available. Travis-CI is testing the codegen, so we don't need to test it as part of interop tests. This means we no longer need a C compiler installed, so we stop using grpc/base.
* Use protobuf java and nano from Maven CentralGravatar Eric Anderson2015-03-19
| | | | | The protobuf jars are now available from Maven Central. Use them instead of building our own.
* Further cleanup.Gravatar Nicolas "Pixel" Noble2015-02-28
|
* Update Java Dockerfile to proto3-alpha-2 and add nanoprotoGravatar Eric Anderson2015-02-27
|
* Update yearGravatar Craig Tiller2015-02-20
|
* Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
|
* Fixing go docker file to use the correct golang pathGravatar Donna Dionne2015-02-12
| | | | Fixing java_base to edit permission on a key file
* Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
|\
| * Update grpc_java_base Dockerfile to proto3Gravatar Eric Anderson2015-02-10
| | | | | | | | | | Proto3 is now required for Java, so build it including the Java runtime since it is not on Maven.
* | updating repository namesGravatar Donna Dionne2015-02-06
|/
* Fix grpc_java* Docker imagesGravatar Eric Anderson2015-01-29
| | | | | | | | | | | | | | The images seem to have been broken starting with 12e12a3, but the removal of Maven support from grpc-java also broke them further. SSH handling no longer uses $HOME as it does not agree with /etc/passwd in older docker versions[1] and prevented SSH from seeing the config file. Some effort was also made to reduce the image sizes by removing temporary files. 1. https://github.com/docker/docker/issues/2968
* Updates the Java Dockerfiles to pull source from GitHubGravatar Tim Emiola2015-01-26
|
* Switched to using protobuf-2.6.1 for nowGravatar Tim Emiola2015-01-26
|
* Updates java_base to pull in protobufGravatar Tim Emiola2015-01-26
|
* Updates the Java Dockerfiles to pull source from GitHubGravatar Tim Emiola2015-01-26
|
* Updates the JDK to JDK8Gravatar Tim Emiola2015-01-14
| | | | - necessary to allow seamless interop testing, as discussed earlier this week.
* Adding the tools directory to the git export.Gravatar Nicolas Noble2015-01-06