Skip to content

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

Closed
mayeut opened this issue Dec 12, 2020 · 2 comments · Fixed by #898
Closed

Publish quay.io/pypa/manylinux2010_centos-6-no-vsyscall #878

mayeut opened this issue Dec 12, 2020 · 2 comments · Fixed by #898

Comments

@mayeut
Copy link
Member

mayeut commented Dec 12, 2020

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 ?

@rdb
Copy link
Contributor

rdb commented Dec 19, 2020

It is currently impossible for anyone to actually build manylinux2010 from the repository without first building the glibc base images:

Sending build context to Docker daemon  19.28MB
Step 1/25 : FROM quay.io/pypa/manylinux2010_centos-6-no-vsyscall
unauthorized: access to the requested resource is not authorized

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
Copy link
Member Author

mayeut commented Dec 19, 2020

@rdb, This will be fixed shortly. If you are rebuilding manylinux2010 on your end for whatever reason, you might be interested in #877 that will end up changing some things for you.

xref #481 (issues caused by the base image not being published)

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants