Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | For Docker grpc_java, no longer build Netty | Eric Anderson | 2015-07-08 |
| | | | | In grpc/grpc-java#425 we will be removing the netty submodule. | ||
* | Don't build codegen in grpc/java dockerfile | Eric Anderson | 2015-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 Central | Eric Anderson | 2015-03-19 |
| | | | | | The protobuf jars are now available from Maven Central. Use them instead of building our own. | ||
* | Further cleanup. | Nicolas "Pixel" Noble | 2015-02-28 |
| | |||
* | Update Java Dockerfile to proto3-alpha-2 and add nanoproto | Eric Anderson | 2015-02-27 |
| | |||
* | Update year | Craig Tiller | 2015-02-20 |
| | |||
* | Add copyrights to docker files, makefiles | Craig Tiller | 2015-02-20 |
| | |||
* | Fixing go docker file to use the correct golang path | Donna Dionne | 2015-02-12 |
| | | | | Fixing java_base to edit permission on a key file | ||
* | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-02-12 |
|\ | |||
| * | Update grpc_java_base Dockerfile to proto3 | Eric Anderson | 2015-02-10 |
| | | | | | | | | | | Proto3 is now required for Java, so build it including the Java runtime since it is not on Maven. | ||
* | | updating repository names | Donna Dionne | 2015-02-06 |
|/ | |||
* | Fix grpc_java* Docker images | Eric Anderson | 2015-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 GitHub | Tim Emiola | 2015-01-26 |
| | |||
* | Switched to using protobuf-2.6.1 for now | Tim Emiola | 2015-01-26 |
| | |||
* | Updates java_base to pull in protobuf | Tim Emiola | 2015-01-26 |
| | |||
* | Updates the Java Dockerfiles to pull source from GitHub | Tim Emiola | 2015-01-26 |
| | |||
* | Updates the JDK to JDK8 | Tim Emiola | 2015-01-14 |
| | | | | - necessary to allow seamless interop testing, as discussed earlier this week. | ||
* | Adding the tools directory to the git export. | Nicolas Noble | 2015-01-06 |