Commit Graph

76 Commits

Author SHA1 Message Date
Jan Tattermusch 0a1d090406 Polishing C# Dockerfiles 2015-03-03 11:19:00 -08:00
Stephen Thorne 093a4ebd3e Fix backslash line endings for grpc_python/Dockerfile.
Without the correct line endings docker had errors interpreting '&&' as a command.
2015-03-03 16:13:56 +00:00
Qi Zhao 4705a5a01a Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD" 2015-03-02 17:04:30 -08:00
Tim Emiola f42af60c7e Merge pull request #913 from jtattermusch/csharp_docker
Docker files for c# (on mono)
2015-03-02 10:46:19 -08:00
Jan Tattermusch fa4efbd157 added docker files for c# 2015-03-02 10:18:25 -08:00
Tim Emiola d4a2171f52 Merge pull request #892 from proppy/docker-go
dockerfiles/go: go install from GOPATH and remove bash from CMD
2015-03-02 09:44:44 -08:00
Johan Euphrosine 0e46e349ab dockerfiles/go: go install from GOPATH and remove bash from CMD 2015-02-27 21:32:47 -08:00
Nicolas "Pixel" Noble 2f02bb051f Further cleanup. 2015-02-28 05:58:22 +01:00
Nicolas "Pixel" Noble 706239bd5a Merge branch 'master' of github.com:google/grpc into docker 2015-02-28 05:54:58 +01:00
Eric Anderson a04a64d368 Update Java Dockerfile to proto3-alpha-2 and add nanoproto 2015-02-27 09:25:37 -08:00
Nicolas "Pixel" Noble 20ee44ff06 Removing the ssh setup of the dockerfile. 2015-02-27 08:24:17 +01:00
murgatroid99 03e2634173 Updated dockerfile with correct node executable 2015-02-25 14:44:47 -08:00
Craig Tiller a6e8c20115 Add copyrights to some Dockerfiles 2015-02-24 09:19:07 -08:00
Donna Dionne a6d738414d Adding go auth tests
Adding python to images to be pulled after building
2015-02-23 15:03:28 -08:00
Tim Emiola e2b6018712 Merge pull request #654 from ctiller/copyright
Update copyrights on docker files, makefiles
2015-02-23 12:39:17 -08:00
Nathaniel Manista 7aef9e60f3 Merge pull request #696 from donnadionne/docker_python
Fixing docker file and image building for python.
2015-02-23 11:50:15 -08:00
Jan Tattermusch f839503111 Dockerfile to test that debian packages can be used with ruby instead of make install 2015-02-21 15:11:02 -08:00
Jan Tattermusch 5d7e05acb7 Dockerfile to build debian packages on docker 2015-02-21 15:10:26 -08:00
Donna Dionne b5795aa24d Fixing docker file and image building for python. 2015-02-20 19:34:19 -08:00
Jan Tattermusch cad2782c6f Forgot to commit some files 2015-02-20 17:14:30 -08:00
Jan Tattermusch 213ecbfcfa Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python 2015-02-20 17:09:59 -08:00
Craig Tiller ab37138647 Update year 2015-02-20 15:16:50 -08:00
Nathaniel Manista 7efe54e336 The framework.assembly package.
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.
2015-02-20 23:05:32 +00:00
Craig Tiller 6ce372cc8f Add copyrights to docker files, makefiles 2015-02-20 09:44:12 -08:00
Tim Emiola e2e081a32e Merge pull request #614 from jtattermusch/nitpicking
Fixed readme
2015-02-19 08:47:23 -08:00
Jan Tattermusch b4472d8810 fixed readme 2015-02-19 08:44:56 -08:00
murgatroid99 84193cd393 Merge branch 'master' into node_auth_integration 2015-02-18 15:08:32 -08:00
murgatroid99 47b30b0b26 Added prod SSL support to Node Dockerfile 2015-02-18 11:31:55 -08:00
Tim Emiola 560292ab67 Merge pull request #569 from nathanielmanistaatgoogle/reorganize-python
Python source reorganization.
2015-02-17 20:10:17 -08:00
Nathaniel Manista 16b8924068 Drop an erroneous trailing backslash. 2015-02-18 02:53:37 +00:00
Nathaniel Manista c25a3b35bd Python source reorganization.
A top-level "grpc" package is added and RPC Framework
is made public.
2015-02-18 02:46:17 +00:00
Nathaniel Manista d4cb0d649c Add Docker files for Python. 2015-02-15 01:21:53 +00:00
Nicolas "Pixel" Noble faa5f51b4b Renaming the docker image to grpc_clang, and optimizing the build a bit. 2015-02-13 21:38:11 +01:00
Donna Dionne 6fcd2aad5f useless commit to test email address. 2015-02-13 10:04:18 -08:00
Donna Dionne 4635dc96b1 Merge branch 'master' of github.com:google/grpc into docker 2015-02-13 09:19:48 -08:00
Nicolas "Pixel" Noble a339c16999 Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler. 2015-02-13 10:36:37 +01:00
Donna Dionne 1829e4cf42 Fixing go docker file to use the correct golang path
Fixing java_base to edit permission on a key file
2015-02-12 17:42:50 -08:00
Donna Dionne 573a09688a Merge branch 'master' of github.com:google/grpc into docker 2015-02-12 10:03:38 -08:00
Eric Anderson ae47921895 Update grpc_java_base Dockerfile to proto3
Proto3 is now required for Java, so build it including the Java runtime
since it is not on Maven.
2015-02-10 15:18:15 -08:00
Donna Dionne c08e3b8a7e updating repository names 2015-02-06 18:11:04 -08:00
Yang Gao 1988221d15 Use environment variable to set root certs in c++ interop test. 2015-02-05 23:06:54 -08:00
Craig Tiller 4b6ab78f36 Merge github.com:google/grpc into async-api 2015-02-04 16:32:56 -08:00
Tim Emiola a6ccffb8a4 Updates the ruby dockerfile to add the service account from the docker context 2015-02-04 11:10:41 -08:00
Craig Tiller 30fd935a4f Merge github.com:google/grpc into async-api 2015-02-03 21:21:23 -08:00
murgatroid99 ddfafe8dcd Fixed errors in Node test running 2015-02-03 12:26:51 -08:00
Tim Emiola 842037aa78 Merge pull request #349 from murgatroid99/protobuf-php-references
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
2015-02-03 10:28:27 -08:00
murgatroid99 ea36c97b98 Removed redundant call to make in grpc_*_base Dockerfiles 2015-02-02 14:51:15 -08:00
murgatroid99 ba116528cc Set leaf dockerfiles to clean C library before rebuilding 2015-02-02 14:34:57 -08:00
murgatroid99 975a07b949 Switched Protobuf-PHP references to my fork, removed references to git-on-borg 2015-02-02 14:10:42 -08:00
Michael Lumish d87c9ea3c9 Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup
Grpc ruby unittest cleanup
2015-01-29 13:38:33 -08:00