aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* Renaming the docker image to grpc_clang, and optimizing the build a bit.Gravatar Nicolas "Pixel" Noble2015-02-13
|
* useless commit to test email address.Gravatar Donna Dionne2015-02-13
|
* Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-13
|\
| * Adding a Dockerfile script that can build a docker image with an ↵Gravatar Nicolas "Pixel" Noble2015-02-13
| | | | | | | | msan-compatible C++ compiler.
* | Fixing go docker file to use the correct golang pathGravatar Donna Dionne2015-02-12
| | | | | | | | Fixing java_base to edit permission on a key file
* | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
|\|
| * Update grpc_java_base Dockerfile to proto3Gravatar Eric Anderson2015-02-10
| | | | | | | | | | Proto3 is now required for Java, so build it including the Java runtime since it is not on Maven.
* | updating repository namesGravatar Donna Dionne2015-02-06
|/
* Use environment variable to set root certs in c++ interop test.Gravatar Yang Gao2015-02-05
|
* Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-04
|\
| * Updates the ruby dockerfile to add the service account from the docker contextGravatar Tim Emiola2015-02-04
| |
* | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-03
|\|
| * Fixed errors in Node test runningGravatar murgatroid992015-02-03
| |
| * Merge pull request #349 from murgatroid99/protobuf-php-referencesGravatar Tim Emiola2015-02-03
| |\ | | | | | | Switched Protobuf-PHP references to my fork, removed references to git-on-borg
| * | Removed redundant call to make in grpc_*_base DockerfilesGravatar murgatroid992015-02-02
| | |
| * | Set leaf dockerfiles to clean C library before rebuildingGravatar murgatroid992015-02-02
|/ /
| * Switched Protobuf-PHP references to my fork, removed references to git-on-borgGravatar murgatroid992015-02-02
|/
* Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanupGravatar Michael Lumish2015-01-29
|\ | | | | Grpc ruby unittest cleanup
| * Runs the ruby tests during docker buildsGravatar Tim Emiola2015-01-29
| |
| * Removes an unnecessary addition to the bash src fileGravatar Tim Emiola2015-01-29
| |
* | Merge pull request #277 from donnadionne/dockerGravatar Yang Gao2015-01-29
|\ \ | | | | | | Docker
| * \ Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-01-29
| |\ \
* | | | 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
| * | Adding auth tests; test commands may change in the future andGravatar Donna Dionne2015-01-28
| |/ | | | | | | refactoring will happen when the commands are final.
* / Added docker files for node interop testsGravatar murgatroid992015-01-28
|/
* Updates the ruby dockerfile to copy the cacerts directory from the docker hostGravatar Tim Emiola2015-01-27
|
* 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
|
* Switched to using protobuf-2.6.1 for nowGravatar Tim Emiola2015-01-26
|
* Updates java_base to pull in protobufGravatar Tim Emiola2015-01-26
|
* Updates the Java Dockerfiles to pull source from GitHubGravatar Tim Emiola2015-01-26
|
* Adding docker cpp supportGravatar Donna Dionne2015-01-23
| | | | removing commented out line
* Adding Docker support for cppGravatar Donna Dionne2015-01-23
|
* Merge pull request #175 from ↵Gravatar Qi Zhao2015-01-23
|\ | | | | | | | | tbetbetbe/grpc_tools_update_go_dockerfile_with_recent_restructuring Updates the Go dockerfile to reflect the package restructuring.
| * Updates the Go dockerfile to reflect the package restructuring.Gravatar Tim Emiola2015-01-23
| | | | | | | | - also corrects an error in the Go client test command
* | Fixes a regression in the ruby dockerfileGravatar Tim Emiola2015-01-23
|/ | | | - the line that built and installed grpc ruby was mistakenly removed.
* Adds Dockerfile for GoGravatar Tim Emiola2015-01-22
|
* Switches the grpc-repo dockerfiles to pull gRPC source from GitHubGravatar Tim Emiola2015-01-21
|
* Merge pull request #36 from tbetbetbe/grpc_tools_update_java_testing_flagsGravatar Michael Lumish2015-01-14
|\ | | | | Grpc Tools: update JDK; fix the interop server transport flag
| * Updates the JDK to JDK8Gravatar Tim Emiola2015-01-14
| | | | | | | | - necessary to allow seamless interop testing, as discussed earlier this week.
| * Fix the transport name used to start the grpc java docker serverGravatar Tim Emiola2015-01-14
| |
* | Removing a few more traces of libevent.Gravatar Nicolas "Pixel" Noble2015-01-14
|/
* Corrects the ruby dockerfile to ensure it has access to git-on-[].Gravatar temiola2015-01-12
| | | | | | | | Adds a command for triggering a pull of the latest built docker images. Change on 2015/01/09 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83641150
* Adding the tools directory to the git export.Gravatar Nicolas Noble2015-01-06