Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php dockerfile: one dependency was listed twice | Stanley Cheung | 2015-04-28 |
| | |||
* | Updates the ruby docker file to refresh bundler | Tim Emiola | 2015-04-23 |
| | |||
* | Scripts to build java and cxx docker images from local (uncommitted) code and | Donna Dionne | 2015-04-20 |
| | | | | run interop tests in GCE VMs. | ||
* | Also fixing docker file to ensure service account is copied. | Donna Dionne | 2015-04-10 |
| | |||
* | Updated the version to 0.6.0 | Tim Emiola | 2015-04-08 |
| | |||
* | Use the local version of the distpackages when build debian files | Tim Emiola | 2015-04-08 |
| | |||
* | Simplifies the work needed to create a new deb | Tim Emiola | 2015-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-build | Tim Emiola | 2015-04-02 |
|\ | | | | | Adding Dockerfile for grpc/scan-build. | ||
* | | Generate interop-related code in docker build | murgatroid99 | 2015-04-01 |
| | | |||
* | | Changed PHP version to 5.5 in Dockerfiles | murgatroid99 | 2015-03-30 |
| | | |||
* | | Added composer commands to PHP Dockerfiles | murgatroid99 | 2015-03-27 |
| | | |||
* | | Removed ruby installation change | murgatroid99 | 2015-03-27 |
| | | |||
* | | Updated php_base Dockerfile to install PHP instead of compiling it | murgatroid99 | 2015-03-27 |
| | | |||
| * | Adding Dockerfile for grpc/scan-build. | Nicolas "Pixel" Noble | 2015-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 Central | Eric Anderson | 2015-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-image | Jan Tattermusch | 2015-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 archive | Tim Emiola | 2015-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 version | Tim Emiola | 2015-03-18 |
| | | |||
* | | Merge the base and base.packets packages | Nathaniel Manista | 2015-03-18 |
| | | | | | | | | They were two halves of the same whole. | ||
| * | Adds a dockerfile and script for building a tar archive containing protoc ↵ | Tim Emiola | 2015-03-16 |
| | | | | | | | | and the grpc plugins | ||
* | | Merge pull request #1005 from ↵ | Tim Emiola | 2015-03-12 |
|\ \ | | | | | | | | | | | | | nathanielmanistaatgoogle/python-dockerfile-unit-test-list Update Python Dockerfile's unit test list | ||
| * | | Update Python Dockerfile's unit test list | Nathaniel Manista | 2015-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. | Jan Tattermusch | 2015-03-09 |
|/ | |||
* | Polishing C# Dockerfiles | Jan Tattermusch | 2015-03-03 |
| | |||
* | Fix backslash line endings for grpc_python/Dockerfile. | Stephen Thorne | 2015-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" | Qi Zhao | 2015-03-02 |
| | |||
* | Merge pull request #913 from jtattermusch/csharp_docker | Tim Emiola | 2015-03-02 |
|\ | | | | | Docker files for c# (on mono) | ||
| * | added docker files for c# | Jan Tattermusch | 2015-03-02 |
| | | |||
* | | Merge pull request #892 from proppy/docker-go | Tim Emiola | 2015-03-02 |
|\ \ | | | | | | | dockerfiles/go: go install from GOPATH and remove bash from CMD | ||
| * | | dockerfiles/go: go install from GOPATH and remove bash from CMD | Johan Euphrosine | 2015-02-27 |
| |/ | |||
* | | Further cleanup. | Nicolas "Pixel" Noble | 2015-02-28 |
| | | |||
* | | Merge branch 'master' of github.com:google/grpc into docker | Nicolas "Pixel" Noble | 2015-02-28 |
|\| | |||
| * | Update Java Dockerfile to proto3-alpha-2 and add nanoproto | Eric Anderson | 2015-02-27 |
| | | |||
* | | Removing the ssh setup of the dockerfile. | Nicolas "Pixel" Noble | 2015-02-27 |
|/ | |||
* | Updated dockerfile with correct node executable | murgatroid99 | 2015-02-25 |
| | |||
* | Add copyrights to some Dockerfiles | Craig Tiller | 2015-02-24 |
| | |||
* | Adding go auth tests | Donna Dionne | 2015-02-23 |
| | | | | Adding python to images to be pulled after building | ||
* | Merge pull request #654 from ctiller/copyright | Tim Emiola | 2015-02-23 |
|\ | | | | | Update copyrights on docker files, makefiles | ||
* \ | Merge pull request #696 from donnadionne/docker_python | Nathaniel Manista | 2015-02-23 |
|\ \ | | | | | | | Fixing docker file and image building for python. | ||
* | | | Dockerfile to test that debian packages can be used with ruby instead of ↵ | Jan Tattermusch | 2015-02-21 |
| | | | | | | | | | | | | make install | ||
* | | | Dockerfile to build debian packages on docker | Jan Tattermusch | 2015-02-21 |
| | | | |||
| * | | Fixing docker file and image building for python. | Donna Dionne | 2015-02-20 |
|/ / | |||
* | | Forgot to commit some files | Jan Tattermusch | 2015-02-20 |
| | | |||
* | | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python | Jan Tattermusch | 2015-02-20 |
| | | |||
| * | Update year | Craig Tiller | 2015-02-20 |
| | | |||
* | | The framework.assembly package. | Nathaniel Manista | 2015-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, makefiles | Craig Tiller | 2015-02-20 |
|/ | |||
* | Merge pull request #614 from jtattermusch/nitpicking | Tim Emiola | 2015-02-19 |
|\ | | | | | Fixed readme | ||
| * | fixed readme | Jan Tattermusch | 2015-02-19 |
| | | |||
* | | Merge branch 'master' into node_auth_integration | murgatroid99 | 2015-02-18 |
|\| |