aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* Removed ruby installation changeGravatar murgatroid992015-03-27
|
* Updated php_base Dockerfile to install PHP instead of compiling itGravatar murgatroid992015-03-27
|
* Use protobuf java and nano from Maven CentralGravatar Eric Anderson2015-03-19
| | | | | The protobuf jars are now available from Maven Central. Use them instead of building our own.
* Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-imageGravatar Jan Tattermusch2015-03-18
|\ | | | | Adds a dockerfile and script for building a tar archive containing protoc and the plugins
| * Updates the structure and name of the tar.gz archiveGravatar Tim Emiola2015-03-18
| | | | | | | | | | - the name includes a version - the top-level directory of the tar has the same name as the archive
| * Adds a file containing the versionGravatar Tim Emiola2015-03-18
| |
* | Merge the base and base.packets packagesGravatar Nathaniel Manista2015-03-18
| | | | | | | | They were two halves of the same whole.
| * Adds a dockerfile and script for building a tar archive containing protoc ↵Gravatar Tim Emiola2015-03-16
| | | | | | | | and the grpc plugins
* | Merge pull request #1005 from ↵Gravatar Tim Emiola2015-03-12
|\ \ | | | | | | | | | | | | nathanielmanistaatgoogle/python-dockerfile-unit-test-list Update Python Dockerfile's unit test list
| * | Update Python Dockerfile's unit test listGravatar Nathaniel Manista2015-03-11
| |/ | | | | | | | | The removal of grpc.framework.assembly.implementations_test should have happened along with the removal of the test itself in 31e65be.
* / Fixed run server command in csharp_mono dockerfile.Gravatar Jan Tattermusch2015-03-09
|/
* Polishing C# DockerfilesGravatar Jan Tattermusch2015-03-03
|
* Fix backslash line endings for grpc_python/Dockerfile.Gravatar Stephen Thorne2015-03-03
| | | | Without the correct line endings docker had errors interpreting '&&' as a command.
* Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"Gravatar Qi Zhao2015-03-02
|
* Merge pull request #913 from jtattermusch/csharp_dockerGravatar Tim Emiola2015-03-02
|\ | | | | Docker files for c# (on mono)
| * added docker files for c#Gravatar Jan Tattermusch2015-03-02
| |
* | Merge pull request #892 from proppy/docker-goGravatar Tim Emiola2015-03-02
|\ \ | | | | | | dockerfiles/go: go install from GOPATH and remove bash from CMD
| * | dockerfiles/go: go install from GOPATH and remove bash from CMDGravatar Johan Euphrosine2015-02-27
| |/
* | Further cleanup.Gravatar Nicolas "Pixel" Noble2015-02-28
| |
* | Merge branch 'master' of github.com:google/grpc into dockerGravatar Nicolas "Pixel" Noble2015-02-28
|\|
| * Update Java Dockerfile to proto3-alpha-2 and add nanoprotoGravatar Eric Anderson2015-02-27
| |
* | Removing the ssh setup of the dockerfile.Gravatar Nicolas "Pixel" Noble2015-02-27
|/
* Updated dockerfile with correct node executableGravatar murgatroid992015-02-25
|
* Add copyrights to some DockerfilesGravatar Craig Tiller2015-02-24
|
* Adding go auth testsGravatar Donna Dionne2015-02-23
| | | | Adding python to images to be pulled after building
* Merge pull request #654 from ctiller/copyrightGravatar Tim Emiola2015-02-23
|\ | | | | Update copyrights on docker files, makefiles
* \ Merge pull request #696 from donnadionne/docker_pythonGravatar Nathaniel Manista2015-02-23
|\ \ | | | | | | Fixing docker file and image building for python.
* | | Dockerfile to test that debian packages can be used with ruby instead of ↵Gravatar Jan Tattermusch2015-02-21
| | | | | | | | | | | | make install
* | | Dockerfile to build debian packages on dockerGravatar Jan Tattermusch2015-02-21
| | |
| * | Fixing docker file and image building for python.Gravatar Donna Dionne2015-02-20
|/ /
* | 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.