Rebuild manylinux images to include python 3.9

pull/24373/head
Esun Kim 4 years ago
parent 5256cdf895
commit cc742fabe5
  1. 2
      tools/dockerfile/grpc_artifact_centos6_x64/Dockerfile
  2. 2
      tools/dockerfile/grpc_artifact_centos6_x86/Dockerfile
  3. 2
      tools/dockerfile/grpc_artifact_python_manylinux2010_x64/Dockerfile
  4. 2
      tools/dockerfile/grpc_artifact_python_manylinux2010_x86/Dockerfile
  5. 2
      tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile
  6. 2
      tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile

@ -13,7 +13,7 @@
# limitations under the License.
# Docker file for building gRPC artifacts.
# Updated: 2020-06-16
# Updated: 2020-10-08
##################
# Base

@ -13,7 +13,7 @@
# limitations under the License.
# Docker file for building gRPC artifacts.
# Updated: 2020-06-16
# Updated: 2020-10-08
##################
# Base

@ -13,7 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
# Updated: 2020-10-08
FROM quay.io/pypa/manylinux2010_x86_64

@ -13,7 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
# Updated: 2020-10-08
FROM quay.io/pypa/manylinux2010_i686

@ -13,7 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
# Updated: 2020-10-08
FROM quay.io/pypa/manylinux2014_x86_64

@ -13,7 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
# Updated: 2020-10-08
FROM quay.io/pypa/manylinux2014_i686

Loading…
Cancel
Save