Skip to content
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

Migrate manywheel and conda Docker build from centos:7 to pypa/manylinux2014_x86_64 #1475

Open
atalman opened this issue Aug 11, 2023 · 1 comment
Labels
binary-docker-images Relates to the docker images for binary builds releng

Comments

@atalman
Copy link
Contributor

atalman commented Aug 11, 2023

We would need to migrate our Docker builds to later version of centos:7 since its approaching end of life in 1 year.

CentOS-7 updates until June 30, 2024:
https://wiki.centos.org/FAQ/General#What_is_the_support_.27.27end_of_life.27.27_for_each_CentOS_release.3F

Following Docker builds:

ARG GPU_IMAGE=centos:7

FROM centos:7 as base

GPU_IMAGE=centos:7

...

Hence we should migrate to:
https://quay.io/repository/pypa/manylinux2014_x86_64?tab=tags&tag=latest
as @malfet suggested

cc : @malfet @seemethere @jeffdaily

@atalman atalman added binary-docker-images Relates to the docker images for binary builds releng labels Aug 11, 2023
@malfet
Copy link
Contributor

malfet commented Aug 11, 2023

But centos:8 already EOLed in 2021, see https://www.centos.org/centos-linux-eol/
IMO we should migrate Linux docker base to https://github.com/pypa/manylinux / https://quay.io/repository/pypa/manylinux2014_x86_64?tab=tags&tag=latest

@atalman atalman changed the title Migrate manywheel and conda Docker build from centos:7 to centos:8 Migrate manywheel and conda Docker build from centos:7 to pypa/manylinux2014_x86_64 Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary-docker-images Relates to the docker images for binary builds releng
Projects
None yet
Development

No branches or pull requests

2 participants