Skip to content

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

@atalman

Description

@atalman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions