@@ -36,7 +36,7 @@ Docker images
36
36
-------------
37
37
38
38
.. image :: https://travis-ci.org/pypa/manylinux.svg?branch=master
39
- :target: https://travis-ci.org/pypa/manylinux
39
+ :target: https://travis-ci.org/organization/pypa
40
40
41
41
Building manylinux-compatible wheels is not trivial; as a general
42
42
rule, binaries built on one Linux distro will only work on other Linux
@@ -49,11 +49,59 @@ Rather than forcing you to install CentOS 6 yourself, install Python,
49
49
etc., we provide a `Docker <https://docker.com/ >`_ image where we've
50
50
done the work for you:
51
51
52
- 64-bit image (x86-64): ``quay.io/pypa/manylinux2010_x86_64 ``
52
+ manylinux1
53
+ ~~~~~~~~~~
54
+
55
+ x86-64 image: ``quay.io/pypa/manylinux1_x86_64 ``
56
+
57
+ .. image :: https://quay.io/repository/pypa/manylinux1_x86_64/status
58
+ :target: https://quay.io/repository/pypa/manylinux1_x86_64
59
+
60
+ i686 image: ``quay.io/pypa/manylinux1_i386 ``
61
+
62
+ .. image :: https://quay.io/repository/pypa/manylinux1_i686/status
63
+ :target: https://quay.io/repository/pypa/manylinux1_i686
64
+
65
+ manylinux2010
66
+ ~~~~~~~~~~~~~
67
+
68
+ x86-64 image: ``quay.io/pypa/manylinux2010_x86_64 ``
53
69
54
70
.. image :: https://quay.io/repository/pypa/manylinux2010_x86_64/status
55
71
:target: https://quay.io/repository/pypa/manylinux2010_x86_64
56
72
73
+ i686 image: ``quay.io/pypa/manylinux2010_i686 ``
74
+
75
+ .. image :: https://quay.io/repository/pypa/manylinux2010_i686/status
76
+ :target: https://quay.io/repository/pypa/manylinux2010_i686
77
+
78
+ manylinux2014
79
+ ~~~~~~~~~~~~~
80
+
81
+ x86_64 image: ``quay.io/pypa/manylinux2014_x86_64 ``
82
+
83
+ .. image :: https://quay.io/repository/pypa/manylinux2014_x86_64/status
84
+ :target: https://quay.io/repository/pypa/manylinux2014_x86_64
85
+
86
+ i686 image: ``quay.io/pypa/manylinux2014_i686 ``
87
+
88
+ .. image :: https://quay.io/repository/pypa/manylinux2014_i686/status
89
+ :target: https://quay.io/repository/pypa/manylinux2014_i686
90
+
91
+ aarch64 image: ``quay.io/pypa/manylinux2014_aarch64 ``
92
+
93
+ .. image :: https://quay.io/repository/pypa/manylinux2014_aarch64/status
94
+ :target: https://quay.io/repository/pypa/manylinux2014_aarch64
95
+
96
+ ppc64le image: ``quay.io/pypa/manylinux2014_ppc64le ``
97
+
98
+ .. image :: https://quay.io/repository/pypa/manylinux2014_ppc64le/status
99
+ :target: https://quay.io/repository/pypa/manylinux2014_ppc64le
100
+
101
+ s390x image: ``quay.io/pypa/manylinux2014_s390x ``
102
+
103
+ .. image :: https://quay.io/repository/pypa/manylinux2014_s390x/status
104
+ :target: https://quay.io/repository/pypa/manylinux2014_s390x
57
105
58
106
These images are rebuilt using Travis-CI on every commit to this
59
107
repository; see the
0 commit comments