aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* Merge pull request #1851 from ejona86/dockerfile-no-codegenGravatar Nicolas Noble2015-06-05
|\ | | | | Don't build codegen in grpc/java dockerfile
| * Don't build codegen in grpc/java dockerfileGravatar Eric Anderson2015-06-01
| | | | | | | | | | | | | | | | | | We commit the codegen into Git, so it is already available. Travis-CI is testing the codegen, so we don't need to test it as part of interop tests. This means we no longer need a C compiler installed, so we stop using grpc/base.
* | Enable service_account_creds test and compute_engine_creds for gRpc-java.Gravatar Xudong Ma2015-05-29
|/
* Adding 2 helper build scripts to allow docker images to be builtGravatar Donna Dionne2015-05-27
| | | | | | | from local repositories. Framework is already set up in private_build_and_test.sh; helper build script is needed for each langauge.
* Merge pull request #1719 from madongfly/android_dockerGravatar Xudong Ma2015-05-21
|\ | | | | Add two more AVD for api level 21 and 19.
| * Add two more AVD for api level 21 and 19.Gravatar Xudong Ma2015-05-21
| | | | | | | | Change the target to Google-Api, since gms only exist in Google-Api targets for api level 19 and older.
* | Add missing copyright noticesGravatar Craig Tiller2015-05-21
| |
* | Merge pull request #1611 from donnadionne/test-logGravatar Tim Emiola2015-05-19
|\ \ | | | | | | To allow local private changes to be build into private
* | | Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.Gravatar Nicolas "Pixel" Noble2015-05-19
| |/ |/|
* | Rename to grpc_java_androidGravatar Xudong Ma2015-05-15
| |
* | Android Dockerfile for integration testGravatar Xudong Ma2015-05-15
| |
| * To allow local private changes to be build into privateGravatar Donna Dionne2015-05-14
|/ | | | | | docker images to do interop testing before submitting code c++ and java are done previously, adding ruby and node. see script tools/gce_setup/private_build_and_test.sh
* Add 'installDist' task to grpc-java Docker buildGravatar Eric Anderson2015-05-07
| | | | | This will allow us to not run Gradle every time we run an integration test.
* add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setupGravatar Stanley Cheung2015-05-01
|
* 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
|