Commit Graph

100 Commits

Author SHA1 Message Date
Stanley Cheung 8ade472c57 add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup 2015-05-01 14:19:13 -07:00
Stanley Cheung c984d0bcd8 php dockerfile: one dependency was listed twice 2015-04-28 10:22:30 -07:00
Tim Emiola ca302f51da Updates the ruby docker file to refresh bundler 2015-04-23 11:46:38 -07:00
Donna Dionne f9f8aca5b0 Scripts to build java and cxx docker images from local (uncommitted) code and
run interop tests in GCE VMs.
2015-04-20 09:52:44 -07:00
Donna Dionne e8382dedbe Also fixing docker file to ensure service account is copied. 2015-04-10 15:24:49 -07:00
Tim Emiola 0c62832cc1 Updated the version to 0.6.0 2015-04-08 05:39:19 -07:00
Tim Emiola 1e3361c161 Use the local version of the distpackages when build debian files 2015-04-08 05:39:19 -07:00
Tim Emiola 0bfdfa126d Simplifies the work needed to create a new deb
- 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
2015-04-03 16:42:17 -07:00
Tim Emiola e8d6c5b573 Merge pull request #1129 from nicolasnoble/scan-build
Adding Dockerfile for grpc/scan-build.
2015-04-02 08:38:32 -07:00
murgatroid99 650b2c71b9 Generate interop-related code in docker build 2015-04-01 13:34:19 -07:00
murgatroid99 3781a634b0 Changed PHP version to 5.5 in Dockerfiles 2015-03-30 11:47:45 -07:00
murgatroid99 80df992f98 Added composer commands to PHP Dockerfiles 2015-03-27 14:31:49 -07:00
murgatroid99 d081a22368 Removed ruby installation change 2015-03-27 12:36:34 -07:00
murgatroid99 92e86f946f Updated php_base Dockerfile to install PHP instead of compiling it 2015-03-27 12:02:34 -07:00
Nicolas "Pixel" Noble b8b3e01c4b Adding Dockerfile for grpc/scan-build.
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
2015-03-25 06:19:41 +01:00
Eric Anderson 55420b07bc Use protobuf java and nano from Maven Central
The protobuf jars are now available from Maven Central. Use them instead
of building our own.
2015-03-19 13:35:27 -07:00
Jan Tattermusch 17caeef7c0 Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-image
Adds a dockerfile and script for building a tar archive containing protoc and the plugins
2015-03-18 15:06:37 -07:00
Tim Emiola 0d949f5dec Updates the structure and name of the tar.gz archive
- the name includes a version
- the top-level directory of the tar has the same name as the archive
2015-03-18 14:52:31 -07:00
Tim Emiola fb23f1c0e4 Adds a file containing the version 2015-03-18 11:42:53 -07:00
Nathaniel Manista 4e6fd0a3ae Merge the base and base.packets packages
They were two halves of the same whole.
2015-03-18 00:22:57 +00:00
Tim Emiola 3dbaf171f9 Adds a dockerfile and script for building a tar archive containing protoc and the grpc plugins 2015-03-16 18:35:53 -07:00
Tim Emiola 5bdfe1a189 Merge pull request #1005 from nathanielmanistaatgoogle/python-dockerfile-unit-test-list
Update Python Dockerfile's unit test list
2015-03-12 14:11:57 -07:00
Nathaniel Manista b1ef2f146f Update Python Dockerfile's unit test list
The removal of grpc.framework.assembly.implementations_test should have
happened along with the removal of the test itself in 31e65be.
2015-03-11 17:46:43 +00:00
Jan Tattermusch 01b851f87c Fixed run server command in csharp_mono dockerfile. 2015-03-09 17:28:41 -07:00
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