Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |