aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
...
* | Forgot to commit some filesGravatar Jan Tattermusch2015-02-20
| |
* | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for PythonGravatar Jan Tattermusch2015-02-20
| |
| * Update yearGravatar Craig Tiller2015-02-20
| |
* | The framework.assembly package.Gravatar Nathaniel Manista2015-02-20
| | | | | | | | | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
| * Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
|/
* Merge pull request #614 from jtattermusch/nitpickingGravatar Tim Emiola2015-02-19
|\ | | | | Fixed readme
| * fixed readmeGravatar Jan Tattermusch2015-02-19
| |
* | Merge branch 'master' into node_auth_integrationGravatar murgatroid992015-02-18
|\|
* | Added prod SSL support to Node DockerfileGravatar murgatroid992015-02-18
| |
| * Merge pull request #569 from nathanielmanistaatgoogle/reorganize-pythonGravatar Tim Emiola2015-02-17
| |\ | | | | | | Python source reorganization.
| * | Drop an erroneous trailing backslash.Gravatar Nathaniel Manista2015-02-18
|/ /
| * Python source reorganization.Gravatar Nathaniel Manista2015-02-18
|/ | | | | A top-level "grpc" package is added and RPC Framework is made public.
* Add Docker files for Python.Gravatar Nathaniel Manista2015-02-15
|
* 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
|