aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* php dockerfile: one dependency was listed twiceGravatar Stanley Cheung2015-04-28
|
* Updates the ruby docker file to refresh bundlerGravatar Tim Emiola2015-04-23
|
* Scripts to build java and cxx docker images from local (uncommitted) code andGravatar Donna Dionne2015-04-20
| | | | run interop tests in GCE VMs.
* Also fixing docker file to ensure service account is copied.Gravatar Donna Dionne2015-04-10
|
* Updated the version to 0.6.0Gravatar Tim Emiola2015-04-08
|
* Use the local version of the distpackages when build debian filesGravatar Tim Emiola2015-04-08
|
* Simplifies the work needed to create a new debGravatar Tim Emiola2015-04-03
| | | | | | - automates much of the workflow for building a deb package - adds a version.txt file that is used configure the version on the deb package * updates the Dockerfile to make use of this
* Merge pull request #1129 from nicolasnoble/scan-buildGravatar Tim Emiola2015-04-02
|\ | | | | Adding Dockerfile for grpc/scan-build.
* | Generate interop-related code in docker buildGravatar murgatroid992015-04-01
| |
* | Changed PHP version to 5.5 in DockerfilesGravatar murgatroid992015-03-30
| |
* | Added composer commands to PHP DockerfilesGravatar murgatroid992015-03-27
| |
* | Removed ruby installation changeGravatar murgatroid992015-03-27
| |
* | Updated php_base Dockerfile to install PHP instead of compiling itGravatar murgatroid992015-03-27
| |
| * Adding Dockerfile for grpc/scan-build.Gravatar Nicolas "Pixel" Noble2015-03-25
|/ | | | | | | | | | | | | | This can be simply used that way: docker run -p 8182:8181 grpc/scan-build This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely. As a nice side-effect, this will also produce scan reports for openssl and protobuf. The server can be then stopped this way: docker ps -l # figure out the container-id docker kill container-id
* 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
|\|