aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_java/Dockerfile
Commit message (Collapse)AuthorAge
* Merge pull request #1851 from ejona86/dockerfile-no-codegenGravatar Nicolas Noble2015-06-05
|\ | | | | Don't build codegen in grpc/java dockerfile
| * 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.
* | Enable service_account_creds test and compute_engine_creds for gRpc-java.Gravatar Xudong Ma2015-05-29
|/
* Add 'installDist' task to grpc-java Docker buildGravatar Eric Anderson2015-05-07
| | | | | This will allow us to not run Gradle every time we run an integration test.
* Further cleanup.Gravatar Nicolas "Pixel" Noble2015-02-28
|
* Update yearGravatar Craig Tiller2015-02-20
|
* Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
|
* 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 dockerfile and client command to reflect recent flag changesGravatar Tim Emiola2015-01-26
|
* Updates the Java Dockerfiles to pull source from GitHubGravatar Tim Emiola2015-01-26
|
* Fix the transport name used to start the grpc java docker serverGravatar Tim Emiola2015-01-14
|
* Adding the tools directory to the git export.Gravatar Nicolas Noble2015-01-06