pypa / manylinux

Python wheels that work on any linux (almost)
MIT License
1.42k stars 217 forks source link

manylinux1's latest is missing a pinned tag #1581

Closed joerick closed 5 months ago

joerick commented 6 months ago

This might just be a random occurrence, but manylinux1's latest tag is pointing to a manifest digest that doesn't have a pinned version (like 2024-04-07-abcabc).

You can see here, the latest tag doesn't point to another build in the list https://quay.io/repository/pypa/manylinux1_x86_64?tab=tags&tag=latest

whereas here it does point to the most recent pinned release https://quay.io/repository/pypa/manylinux2010_x86_64?tab=tags&tag=latest

The lack of the tag means we can't pin versions of the images in cibuildwheel. e.g. https://github.com/pypa/cibuildwheel/pull/1778

joerick commented 5 months ago

Looks like it was just a random failure. The latest tag is back

https://quay.io/repository/pypa/manylinux1_x86_64?tab=tags&tag=2024-03-10-b85029d