Merge pull request #15955 from mehrdada/backport-15954-to-v1.13.x

Backport #15954 (Python3.7 manylinux1 Dockerfile) to v1.13.x
pull/15957/head
Mehrdad Afshari 7 years ago committed by GitHub
commit 7f6d24b6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile
  2. 4
      tools/dockerfile/grpc_artifact_python_manylinux_x86/Dockerfile

@ -14,9 +14,7 @@
# Docker file for building gRPC manylinux Python artifacts.
# TODO(mmx): revert to the official manylinux1 docker image
# after it ships with Python 3.7
FROM grpctesting/manylinux1_temp_py37rc1_x86_64:79891dc2ec764b62a2dd2ffd083d381efde11a5f
FROM quay.io/pypa/manylinux1_x86_64
# Update the package manager
RUN yum update -y

@ -14,9 +14,7 @@
# Docker file for building gRPC manylinux Python artifacts.
# TODO(mmx): revert to the official manylinux1 docker image
# after it ships with Python 3.7
FROM grpctesting/manylinux1_temp_py37rc1_i686:79891dc2ec764b62a2dd2ffd083d381efde11a5f
FROM quay.io/pypa/manylinux1_i686
# Update the package manager
RUN yum update -y

Loading…
Cancel
Save