Commit Graph

17 Commits

Author SHA1 Message Date
Eric Anderson c0944ddd19 For Docker grpc_java, no longer build Netty
In grpc/grpc-java#425 we will be removing the netty submodule.
2015-07-08 16:44:15 -07:00
Nicolas Noble 283d2acb7d Merge pull request #1851 from ejona86/dockerfile-no-codegen
Don't build codegen in grpc/java dockerfile
2015-06-05 13:04:09 -07:00
Eric Anderson 798d36ee94 Don't build codegen in grpc/java dockerfile
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.
2015-06-01 07:57:34 -07:00
Xudong Ma 8cbc2506d5 Enable service_account_creds test and compute_engine_creds for gRpc-java. 2015-05-29 14:49:02 -07:00
Craig Tiller d4db33dcab Add missing copyright notices 2015-05-21 15:27:23 -07:00
Eric Anderson aa518cc3bf Add 'installDist' task to grpc-java Docker build
This will allow us to not run Gradle every time we run an integration
test.
2015-05-07 10:04:17 -07:00
Donna Dionne f9f8aca5b0 Scripts to build java and cxx docker images from local (uncommitted) code and
run interop tests in GCE VMs.
2015-04-20 09:52:44 -07:00
Nicolas "Pixel" Noble 2f02bb051f Further cleanup. 2015-02-28 05:58:22 +01:00
Craig Tiller ab37138647 Update year 2015-02-20 15:16:50 -08:00
Craig Tiller 6ce372cc8f Add copyrights to docker files, makefiles 2015-02-20 09:44:12 -08:00
Donna Dionne c08e3b8a7e updating repository names 2015-02-06 18:11:04 -08:00
murgatroid99 975a07b949 Switched Protobuf-PHP references to my fork, removed references to git-on-borg 2015-02-02 14:10:42 -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 3ff195d885 Updates the java dockerfile and client command to reflect recent flag changes 2015-01-26 11:15:01 -08:00
Tim Emiola 6ed6036e02 Updates the Java Dockerfiles to pull source from GitHub 2015-01-26 10:53:50 -08:00
Tim Emiola 7ae3950675 Fix the transport name used to start the grpc java docker server 2015-01-14 13:38:44 -08:00
Nicolas Noble ddef24620a Adding the tools directory to the git export. 2015-01-06 18:08:25 -08:00