Skip to content

Commit

Permalink
Bump pinned default manylinux2010 image version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mtreinish committed Dec 3, 2020
1 parent 3c77465 commit d5301ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2020-11-11-0f1f128
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2020-11-11-201fb79
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2020-12-03-912b0de
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2020-11-11-bc8ce45

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

[pypy_x86_64]
Expand Down

0 comments on commit d5301ae

Please sign in to comment.