mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-21 16:04:26 +01:00
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:
parent
f11237cd73
commit
1123bbcb3f
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user