Skip to content

Commit e94274d

Browse files
authored
Bump pinned default manylinux2010 image version (#472)
The current pinned version of the manylinux2010 docker image has an issue where it is trying to use EoL yum repositories (see pypa/manylinux#836 for more details). The repository path has been updated on the latest image. This commit bumps the manylinux2010 docker image version to use the latest version to get this fix.
1 parent 3c77465 commit e94274d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cibuildwheel/resources/pinned_docker_images.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[x86_64]
22
manylinux1 = quay.io/pypa/manylinux1_x86_64:2020-11-11-0f1f128
3-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2020-11-11-201fb79
3+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2020-12-03-912b0de
44
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2020-11-11-bc8ce45
55

66
[i686]
77
manylinux1 = quay.io/pypa/manylinux1_i686:2020-11-11-0f1f128
8-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2020-11-11-201fb79
8+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2020-12-03-912b0de
99
manylinux2014 = quay.io/pypa/manylinux2014_i686:2020-11-11-bc8ce45
1010

1111
[pypy_x86_64]

0 commit comments

Comments
 (0)