aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* license fixesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge pull request #11349 from yongni/matrixGravatar yongni2017-06-07
|\ | | | | Created a Java Oracle8 Dockerfile directory and moved build_inter…
* \ Merge pull request #11396 from matt-kwong/fix_csharpGravatar Jan Tattermusch2017-06-06
|\ \ | | | | | | Update Mono to Jessie for C# Dockerfiles
| | * Merge branch 'master' of github.com:grpc/grpc into matrixGravatar Yong Ni2017-06-06
| | |\ | |_|/ |/| |
* | | Rollback Dockerfile changesGravatar Ken Payson2017-06-02
| | |
| * | Update Mono to Jessie for C# DockerfilesGravatar Matt Kwong2017-06-02
|/ /
* | Merge pull request #11374 from kpayson64/kokoro_pythonGravatar kpayson642017-06-02
|\ \ | | | | | | Change Python Windows tests to 3.5
| * | Change Python Windows tests to 3.5Gravatar Ken Payson2017-06-02
| | |
* | | Merge pull request #11348 from matt-kwong/upload_windowsGravatar Matt Kwong2017-05-31
|\ \ \ | |/ / |/| | Enable uploading more test results to BQ
| | * Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh ↵Gravatar Yong Ni2017-05-31
| |/ |/| | | | | to under template/. Added java_oracle8 to the client matrix.
* | Merge matrix feature branch into master.Gravatar Yong Ni2017-05-19
| | | | | | | | | | | | | | | | | | | | Features included in this merge: - Added script to build and upload docker image for matrix test. - Added script to create test cases and created go__master testcases based on it. - Created dictionary for runtimes and gRPC releases for supported languages. - Added go 1.7 and 1.8 Dockerfile/templates. See tools/interop_matrix/README.md for details.
* | Merge branch 'master' into more-kokoro-jobGravatar Matt Kwong2017-05-18
|\ \
| * \ Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
| |\ \
| | | * Add Python GCP API library installation to Alpine DockerfilesGravatar Matt Kwong2017-05-17
| | |/ | |/|
* | | Add MacOS interop and UBSan C to internal CIGravatar Matt Kwong2017-05-16
| | |
| * | regenerate projectsGravatar Jan Tattermusch2017-05-16
| | |
| * | Merge pull request #10800 from kpayson64/fix_alpineGravatar kpayson642017-05-16
|/| | | | | | | | Fix alpine build
| | * Add Raspberry Pi Python binariesGravatar Ken Payson2017-05-15
| | |
* | | Update Bazel Dockerfile to build from oss-fuzzGravatar Matt Kwong2017-05-11
| | |
* | | Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.Gravatar Vijay Pai2017-05-10
| | |
* | | Merge pull request #10967 from matt-kwong/upload_results2Gravatar Matt Kwong2017-05-09
|\ \ \ | | | | | | | | Add option to upload Jenkins test result to BQ
| * | | Update VM creation script to install GCP Python libraryGravatar Matt Kwong2017-05-09
| | | |
* | | | Merge pull request #11027 from yongni/stress_cleanupGravatar yongni2017-05-09
|\ \ \ \ | | | | | | | | | | Removed the dockerfiles and test driver for stress test
* | | | | Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.Gravatar Yong Ni2017-05-08
| | | | |
| * | | | Removed the dockerfiles and test driver for stress testGravatar Yong Ni2017-05-08
|/ / / /
| * / / Add option to upload Jenkins test result to BQGravatar Matt Kwong2017-05-08
|/ / /
| | * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
| |/ |/| | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
| * Fix alpine buildGravatar Ken Payson2017-04-21
|/
* Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
|
* Merge pull request #10562 from matt-kwong/pin-bazel-version-2Gravatar Matt Kwong2017-04-11
|\ | | | | Pin Bazel version to 0.4.4 in Dockerfile
* \ Merge pull request #10480 from jtattermusch/csharp_new_projectsGravatar Jan Tattermusch2017-04-11
|\ \ | | | | | | C# new .csproj projects
* \ \ Merge pull request #10551 from matt-kwong/fix-csharp-dockerGravatar Matt Kwong2017-04-10
|\ \ \ | | | | | | | | Remove unnecessary C# dependency in Dockerfiles
| | | * Pin Bazel version to 0.4.4 in DockerfileGravatar Matt Kwong2017-04-10
| | | |
* | | | Merge pull request #10407 from kpayson64/alpine_linux_supportGravatar kpayson642017-04-10
|\ \ \ \ | |_|_|/ |/| | | Alpine linux support
| | * | Fix C# DockerfilesGravatar Matt Kwong2017-04-10
| | | |
* | | | Cleanup of tsi ssl handshaker factories.Gravatar Julien Boeuf2017-04-09
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | There is no reason why the client and server factories should be implementations from the same base. Doing the cleanup now so that implementation of the #10528 feature will be less noisy. Also, re-added tsi to clang-format which was dropped when moved from src/core/lib to src/core.
| | * fix C# build_packages scriptsGravatar Jan Tattermusch2017-04-07
| |/ |/|
| * Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
|/
* make C# docker image in sync with GCE performance workersGravatar Jan Tattermusch2017-04-06
|
* Fix test coverage reportingGravatar Matt Kwong2017-03-31
|
* update dockerfile to version 2.6.1 of h2Gravatar Eric Gribkoff2017-03-29
|
* update go version in Dockerfile to 1.8Gravatar Menghan Li2017-03-24
|
* Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
|\
* | add health check for http2 serverGravatar Eric Gribkoff2017-03-17
| |
| * Workaround new wget SSL failureGravatar Ken Payson2017-03-15
| |
* | Add newest dotnet SDK to C# dockerfileGravatar Jan Tattermusch2017-03-09
|/
* Merge pull request #10033 from matt-kwong/fix-dockerfilesGravatar matt-kwong2017-03-08
|\ | | | | Fix pyenv Dockerfile
| * Fix pyenv dockerfileGravatar Matt Kwong2017-03-08
| |
* | Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
|/