-
Notifications
You must be signed in to change notification settings - Fork 225
Publish quay.io/pypa/manylinux2010_centos-6-no-vsyscall #878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
This was referenced Dec 12, 2020
It is currently impossible for anyone to actually build manylinux2010 from the repository without first building the glibc base images:
Any chance this could be fixed? It would make building manylinux2010 more convenient. |
mayeut
added a commit
to mayeut/manylinux
that referenced
this issue
Dec 19, 2020
Use quay.io/pypa/manylinux2010_x86_64_centos6_no_vsyscall:2020-12-19-cd3e980 as a base image for manylinux2010_x86_64 now that this base image (centos6+patched glibc) has been published. Fix pypa#878
mayeut
added a commit
that referenced
this issue
Dec 19, 2020
Use quay.io/pypa/manylinux2010_x86_64_centos6_no_vsyscall:2020-12-19-cd3e980 as a base image for manylinux2010_x86_64 now that this base image (centos6+patched glibc) has been published. Fix #878
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that CentOS 6 is EOL, I don't expect the base image used for
manylinux2010_x86_64
quay.io/pypa/manylinux2010_centos-6-no-vsyscall
to ever change and it might be time to publish it.It will decrease build time & simplify build scripts.
Pre-requisite: #874
@pypa/manylinux, any thought ? Shall it be renamed ?
The text was updated successfully, but these errors were encountered: