aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* fix broken docker build for python distribtest base imagesGravatar Jan Tattermusch2018-03-14
|
* ubuntu1504 and 1510 are past their end of lifeGravatar Jan Tattermusch2018-03-14
|
* upload all distribtest dockerimages to dockerhubGravatar Jan Tattermusch2018-03-14
|
* Add another missing install lineGravatar murgatroid992018-03-12
|
* Node pure JS interop: add missing install line, skip more testsGravatar murgatroid992018-03-12
|
* Use different docker image for Node pure JS interop testsGravatar murgatroid992018-03-12
|
* Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures ↵Gravatar murgatroid992018-03-09
| | | | for Node
* Add Node pure JS interop clientGravatar murgatroid992018-03-09
|
* Use pre-built Dart docker image.Gravatar Jakob Roland Andersen2018-03-06
|
* fix sanity testsGravatar Jan Tattermusch2018-03-06
|
* WIP: Add Dart support in interopGravatar Jakob Roland Andersen2018-03-06
|
* Revert removals from python artifact dockerfilesGravatar Naresh2018-03-05
| | | | | | | 89ce16b removed a few package installations from the dockerfiles for building python artifacts. Revert them. Revert certain package install removal from python artifact dockerfiles
* Update Dockerfiles for python artifacts to use latest git versionGravatar Naresh2018-03-04
| | | | | | | | | | | | Due to a recent change (Feb 2018) in Github's policy to discontinue support for weak cryptographic standards, older git versions stopped working with Github repositories. The Dockerfiles for building python artifacts currently uses git 2.0.5, that fails with an error `tlsv1 alert protocol version`. The CentOS image by the latest source Dockerfile, `manylinux` comes with the latest version of git as well, removing the need to manually build git from source.
* Pin bazel to 0.9.0Gravatar Adele Zhou2018-02-12
|
* clang format and tidy shouldnt change file ownershipGravatar Jan Tattermusch2018-02-05
|
* Merge pull request #14232 from jtattermusch/add_ownersGravatar Jan Tattermusch2018-02-01
|\ | | | | Add owners for cmake/ and tools/dockerfile
| * add dockerfile OWNERSGravatar Jan Tattermusch2018-01-30
| |
* | Update BoringSSL to latest chromium-stable refGravatar Matt Kwong2018-01-26
|/
* Merge pull request #14136 from jtattermusch/add_ubuntu_1710Gravatar Jan Tattermusch2018-01-26
|\ | | | | Fix build under gcc7.2
| * add portability test for gcc7.2Gravatar Jan Tattermusch2018-01-23
| |
* | Actually check header filesGravatar Noah Eisen2018-01-19
|/
* distribtests_standalone: fixing nitsGravatar Jan Tattermusch2018-01-18
|
* do not fix automaticallyGravatar ncteisen2018-01-17
|
* s/tidy/TIDYGravatar Noah Eisen2018-01-16
|
* Ensure all sanity finds clang-tidyGravatar Noah Eisen2018-01-16
|
* Fix clang format dockerGravatar Noah Eisen2018-01-16
|
* Dockerize clang tidyGravatar ncteisen2018-01-16
|
* Add ruby distrib tests that uses ruby 2.0.0Gravatar Alexander Polcyn2018-01-16
|
* Add a sanity test for shellcheckGravatar Mehrdad Afshari2017-12-19
| | | | Start by checking the scripts in tools/run_tests/helper_scripts.
* Update Python dependency to protobuf v3.5.0.post1Gravatar Mehrdad Afshari2017-11-27
|
* Update sanity dockerfileGravatar Craig Tiller2017-11-13
|
* artifact builder dockerfiles were removed by mistakeGravatar Jan Tattermusch2017-11-09
|
* Merge pull request #13147 from yashykt/testc++izeGravatar Yash Tibrewal2017-11-07
|\ | | | | Convert test/core to C++
* \ Merge pull request #13145 from murgatroid99/remove_nodeGravatar Michael Lumish2017-11-07
|\ \ | | | | | | Remove src/node and references to it
* | | consolidate C# interop test docker imagesGravatar Jan Tattermusch2017-11-07
| | |
| | * No Clang on end2end generated filesGravatar Yash Tibrewal2017-11-06
| |/ |/|
| * Merge branch 'master' into remove_nodeGravatar murgatroid992017-11-06
| |\ | |/ |/|
* | fix clang format installationGravatar Jan Tattermusch2017-11-06
| |
* | fixGravatar Craig Tiller2017-11-03
| |
* | Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-03
|\ \
* | | Try again on DockerfilesGravatar Craig Tiller2017-11-03
| | |
* | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | Adding public_headers_must_be_c89 as a clang exceptionGravatar Yash Tibrewal2017-11-02
|/ /
| * Remove src/node and references to itGravatar murgatroid992017-10-25
|/ | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* Merge pull request #13043 from murgatroid99/grpc-node_interopGravatar Michael Lumish2017-10-17
|\ | | | | Switch Node interop tests to use grpc-node repo
| * Switch Node interop tests to use grpc-node repoGravatar murgatroid992017-10-17
| |
* | Install Mako to generate files in grpc/grpc-nodeGravatar Matt Kwong2017-10-06
|/
* Merge pull request #12690 from matt-kwong/covGravatar Matt Kwong2017-10-03
|\ | | | | Fix coverage tests
* | Pin pip at 9.0.1Gravatar Nathaniel Manista2017-09-28
| |
* | Merge pull request #12626 from matt-kwong/sanity-dockerGravatar Matt Kwong2017-09-22
|\ \ | | | | | | Update Dockerfiles from ubuntu:15.10 to debian:jessie