From c7b2ff4389b2dab160d202484d5b50b774010576 Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Tue, 24 Sep 2019 19:49:41 +0200 Subject: [PATCH] PEP 571: Fix link to manylinux2010 Docker image (#1172) --- pep-0571.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pep-0571.rst b/pep-0571.rst index 11214389e..1f8ab7bc0 100644 --- a/pep-0571.rst +++ b/pep-0571.rst @@ -178,12 +178,12 @@ Like ``manylinux1``, the ``auditwheel`` tool adds ``manylinux2010`` platform tags to ``linux`` wheels built by ``pip wheel`` or ``bdist_wheel`` in a ``manylinux2010`` Docker container. -Docker Images -------------- +Docker Image +------------ -``manylinux2010`` Docker images based on CentOS 6 x86_64 and i686 are +A ``manylinux2010`` Docker image based on CentOS 6 x86_64 is provided for building binary ``linux`` wheels that can reliably be -converted to ``manylinux2010`` wheels. [10]_ These images come with a +converted to ``manylinux2010`` wheels. [10]_ This image comes with a full compiler suite installed (``gcc``, ``g++``, and ``gfortran`` 4.8.2) as well as the latest releases of Python and ``pip``. @@ -336,8 +336,8 @@ References https://www.python.org/dev/peps/pep-3149/ .. [9] SOABI support for Python 2.X and PyPy https://github.com/pypa/pip/pull/3075 -.. [10] manylinux2 Docker images - (https://hub.docker.com/r/markrwilliams/manylinux2/) +.. [10] manylinux2010 Docker image + (https://quay.io/repository/pypa/manylinux2010_x86_64) .. [11] On vsyscalls and the vDSO (https://lwn.net/Articles/446528/) .. [12] vdso(7)