aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_artifact_python_manylinux_x86
Commit message (Collapse)AuthorAge
* 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.
* Update BoringSSL to latest chromium-stable refGravatar Matt Kwong2018-01-26
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Workaround new wget SSL failureGravatar Ken Payson2017-03-15
|
* Add Python3.6 to build artifactsGravatar Ken Payson2017-02-22
|
* Fix Python artifact buildGravatar Matt Kwong2016-12-22
|
* Use Python namespace packagesGravatar Masood Malekghassemi2016-06-06
| | | | | | | | | | Before, namespace packages would break in auditwheel due to a superfluous check (fixed in the commit referenced in the Dockerfiles). Now, the auditwheel used in the manylinux1-support Docker images can handle namespace packages, and we may thus use them. This should alleviate future user pain w.r.t. installation of grpcio-tools causing loss of grpcio files and vice versa (e.g. requiring a reinstall of grpcio following installation of grpcio-tools).
* Use manylinuxGravatar Masood Malekghassemi2016-05-04