aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* Revert "Install pyyaml through pip in docker"Gravatar Jan Tattermusch2018-06-18
|
* Merge pull request #15778 from apolcyn/use_pyyamlGravatar apolcyn2018-06-14
|\ | | | | Install pyyaml through pip in docker
* | Use a Docker image that includes Python3.7rc1Gravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | | | | | In order to build Python3.7 packages for manylinux1 platform, we need our Docker image to include Python3.7. Unfortunately, since Python 3.7 is still in RC1 stage, the official docker image does not include that Python release, so we temporarily rely on our own underlying docker image to build.
| * Install pyyaml through pip in dockerGravatar Alex Polcyn2018-06-14
|/
* Merge pull request #15669 from jtattermusch/csharp_distribtest_protocGravatar Jan Tattermusch2018-06-11
|\ | | | | Add codegen test to C# distribtests.
| * more dockerfile polishGravatar Jan Tattermusch2018-06-06
| |
| * wheezy LTS has ended: remove C# distribtestGravatar Jan Tattermusch2018-06-06
| |
| * update mono in docker imagesGravatar Jan Tattermusch2018-06-06
| |
* | only build interop tests with python2.7Gravatar Jan Tattermusch2018-06-06
|/
* Regenerate ProjectsGravatar Mehrdad Afshari2018-06-01
|
* sanity dockerimage doesnt need bazelGravatar Jan Tattermusch2018-05-24
|
* Merge pull request #15525 from jtattermusch/fixing_grpcio_toolsGravatar Jan Tattermusch2018-05-23
|\ | | | | Fixing make_grpcio_tools.py
| * regenerate dockerfilesGravatar Jan Tattermusch2018-05-23
| |
* | Readd cmake backport to JessieGravatar Matt Kwong2018-05-23
| |
* | Remove installed from source Clang in standard Jessie DockerfileGravatar Matt Kwong2018-05-23
| |
* | Add Jessie Dockerfile using RBE's baseGravatar Matt Kwong2018-05-23
|/
* regenerate dockerfilesGravatar Jan Tattermusch2018-05-23
|
* Merge pull request #15491 from murgatroid99/node_docker_npm_fixGravatar Michael Lumish2018-05-22
|\ | | | | Don't update npm when installing node
* \ Merge pull request #15481 from jtattermusch/upgrade_cmakeGravatar Jan Tattermusch2018-05-21
|\ \ | | | | | | Upgrade cmake in C++ dockerfiles
| | * Don't update npm when installing nodeGravatar murgatroid992018-05-21
| |/ |/|
* | Install bash in alpine distribtest imageGravatar Mehrdad Afshari2018-05-21
| |
* | Merge pull request #15471 from grpc/revert-15466-remove_docker_ccacheGravatar Jan Tattermusch2018-05-21
|\ \ | | | | | | Revert "Remove ccache from all docker images"
| | * upgrade cmake in C++ distribtest dockerfileGravatar Jan Tattermusch2018-05-21
| | |
| | * regenerate dockerfilesGravatar Jan Tattermusch2018-05-21
| |/ |/|
* | Merge pull request #15475 from mehrdada/alpine-linux-distribtest-for-pythonGravatar Mehrdad Afshari2018-05-21
|\ \ | | | | | | Add Python distribtests for Alpine Linux
| * | Add Python distribtests for Alpine LinuxGravatar Mehrdad Afshari2018-05-20
| | | | | | | | | | | | | | | | | | This is especially important as Alpine uses `musl` instead of `glibc` and requires a source build for gRPC Python.
| | * Revert "Remove ccache from all docker images"Gravatar Jan Tattermusch2018-05-19
| |/ |/|
* | regenerate dockerfilesGravatar Jan Tattermusch2018-05-18
|/
* add mako to multilang dockerimageGravatar Jan Tattermusch2018-05-16
|
* update C# distribtestsGravatar Jan Tattermusch2018-05-10
|
* Merge pull request #15317 from jtattermusch/gcov_pip_missingGravatar Jan Tattermusch2018-05-10
|\ | | | | Install pip for Python3.4 for gcov tests
* | build C# android artifactGravatar Jan Tattermusch2018-05-09
| |
| * Install pip for Python3.4 for gcov testsGravatar Jan Tattermusch2018-05-09
|/
* Install pip for Python3.4 in all Dockerfiles used for Python testingGravatar Matt Kwong2018-05-08
|
* Merge pull request #15278 from matt-kwong/python-fallbackGravatar Matt Kwong2018-05-08
|\ | | | | Remove the fallback when creating Python virtual env
* | Revert recent changes to node interop build scriptGravatar murgatroid992018-05-07
| |
| * Remove the fallback when creating Python virtual envGravatar Matt Kwong2018-05-04
|/ | | | | | | | | | See https://github.com/grpc/grpc/issues/15253 for more context. The original behavior when running Python tests is to try to create a virtual env with the specifed Python version. If there is an issue with that, fallback to the system's default Python version. This leads to misleading test results, so removing the fallback and failing the test when virtual env fails to instantiate the specified Python version is the new behavior.
* Merge branch 'v1.11.x'Gravatar Mehrdad Afshari2018-04-27
|\
| * Add Dockerfiles for Python source distribtestsGravatar Mehrdad Afshari2018-04-26
| |
* | Merge pull request #15048 from kpayson64/use_c_core_for_interopGravatar kpayson642018-04-21
|\ \ | | | | | | Use c core for interop
| * | Make Node interop tests use c-core changesGravatar kpayson642018-04-20
| |/
* | Bump Python protobuf to 3.5.2.post1Gravatar Mehrdad Afshari2018-04-19
| |
* | Bump pip version to 10.0.1Gravatar Mehrdad Afshari2018-04-19
| |
* | Support cleaning objc filesGravatar Muxi Yan2018-04-11
| |
| * Update pip pin from 9.0.1 to 9.0.2Gravatar Matt Kwong2018-04-09
| |
* | Merge pull request #14987 from matt-kwong/pin-pipGravatar Matt Kwong2018-04-09
|\ \ | | | | | | Update pip pin from 9.0.1 to 9.0.2
| * | Update pip pin from 9.0.1 to 9.0.2Gravatar Matt Kwong2018-04-06
| | |
* | | Remove scripts for running Android interop on JenkinsGravatar Eric Gribkoff2018-04-06
|/ /
* / Fix c-ares tests under gcc muslGravatar Alex Polcyn2018-04-05
|/
* Merge pull request #14634 from apolcyn/fix_ruby_omnibus_breakgeGravatar apolcyn2018-03-27
|\ | | | | Remove source code and native-to-build-host grpc_c.so from ruby linux binary packages