upgrade the quay.io/pypa/manylinux* base images to 2024-07-20-e0def9a

the manylinux images failed to build with the old base images due to invalid signatures and/or 404 errors in old centos 7 repos.
This commit is contained in:
Phillip Schichtel 2024-07-22 22:21:26 +02:00
parent f11237cd73
commit 1123bbcb3f
No known key found for this signature in database
GPG Key ID: EE84DF92E4446BA9
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Recent versions address yum functionality
FROM quay.io/pypa/manylinux2014_x86_64:2023-08-27-bd7ad21
FROM quay.io/pypa/manylinux2014_x86_64:2024-07-20-e0def9a
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"

View File

@ -1,5 +1,5 @@
# Recent versions address yum functionality
FROM quay.io/pypa/manylinux2014_i686:2023-08-27-bd7ad21
FROM quay.io/pypa/manylinux2014_i686:2024-07-20-e0def9a
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"

View File

@ -1,5 +1,5 @@
# Recent versions address yum functionality
FROM quay.io/pypa/manylinux_2_28_x86_64:2022-11-28-5d13db4
FROM quay.io/pypa/manylinux_2_28_x86_64:2024-07-20-e0def9a
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"