Commit Graph

8 Commits

Author SHA1 Message Date
Eric Anderson ae47921895 Update grpc_java_base Dockerfile to proto3
Proto3 is now required for Java, so build it including the Java runtime
since it is not on Maven.
2015-02-10 15:18:15 -08:00
Eric Anderson c180e9f70c Fix grpc_java* Docker images
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
2015-01-29 10:50:37 -08:00
Tim Emiola 12e12a39ab Updates the Java Dockerfiles to pull source from GitHub 2015-01-26 11:15:00 -08:00
Tim Emiola 41b6d9aad3 Switched to using protobuf-2.6.1 for now 2015-01-26 11:15:00 -08:00
Tim Emiola 7d5b1027ed Updates java_base to pull in protobuf 2015-01-26 10:53:50 -08:00
Tim Emiola 6ed6036e02 Updates the Java Dockerfiles to pull source from GitHub 2015-01-26 10:53:50 -08:00
Tim Emiola baa26f845e Updates the JDK to JDK8
- necessary to allow seamless interop testing, as discussed earlier this week.
2015-01-14 15:39:07 -08:00
Nicolas Noble ddef24620a Adding the tools directory to the git export. 2015-01-06 18:08:25 -08:00