aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-01-04
|
* Get better output for clang-format diffsGravatar Craig Tiller2016-01-04
|
* Merge branch 'clang-format-fix' of github.com:nicolasnoble/grpc into clangfmtGravatar Craig Tiller2016-01-04
|\
* | Update copyrightsGravatar Craig Tiller2015-12-22
| |
| * Actually making the clang format test properly fail sanity.Gravatar Nicolas "Pixel" Noble2015-12-01
|/
* also removing grpc_java_android docker fileGravatar Jan Tattermusch2015-10-15
|
* cleanup dockerfiles and scripts for old interop infrastructureGravatar Jan Tattermusch2015-10-15
|
* Bring Cython tests back onlineGravatar Masood Malekghassemi2015-10-07
|
* Merge pull request #3386 from yang-g/enable_sslGravatar Jan Tattermusch2015-10-02
|\ | | | | enable_ssl to use_tls
| * enable_ssl to use_tlsGravatar yang-g2015-10-01
| |
* | Fix clang-format scriptGravatar Craig Tiller2015-09-28
|/
* Add clang-format to sanityGravatar Craig Tiller2015-09-24
|
* Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
|\ | | | | Release 0.11 to master upmerge.
| * Fix Python dockerfileGravatar Masood Malekghassemi2015-09-22
| |
* | Adding apr to grpc-java DockerfileGravatar nmittler2015-09-11
| |
* | Remove redundant docker files from grpc repoGravatar Tim Emiola2015-09-10
|/
* php: fix gce testing dockerfileGravatar Stanley Cheung2015-08-31
|
* small fix for go docker private image buildingGravatar Donna Dionne2015-08-12
|
* adding build.sh for go so that go can test with private changes and private ↵Gravatar Donna Dionne2015-08-12
| | | | | | docker images. fixing a go docker image build error.
* Merge pull request #2343 from ejona86/dont-build-nettyGravatar Louis Ryan2015-07-09
|\ | | | | For Docker grpc_java, no longer build Netty
| * For Docker grpc_java, no longer build NettyGravatar Eric Anderson2015-07-08
| | | | | | | | In grpc/grpc-java#425 we will be removing the netty submodule.
* | Update dockerfile of gRpc Android interop test to use the code inside ↵Gravatar Xudong Ma2015-07-08
|/ | | | grpc-java repository.
* 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