1678be2d0d
ENH: Update to latest fully passing release
...
The release 2025-02-23-361da4c is the latest release
that has no security failures identified.
2025-03-04 12:07:38 -06:00
49d9ab4342
COMP: Remove docker build warning
...
- LegacyKeyValueFormat: "ENV key=value" should be used
instead of legacy "ENV key value" format (line 42)
"""
The new format for declaring environment variables in Dockerfiles is ENV
key=value. This format, where the key and value are separated by an
equals sign (=), is the recommended approach. The older format, ENV key
value (with a space as a separator), is deprecated.
""" -- google search
2025-03-02 09:28:39 -06:00
54ee1fddbc
doc: update Matt McCormick email
2024-11-08 17:11:12 -05:00
1123bbcb3f
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.
2024-07-23 23:04:46 +02:00
ea3044ed37
Bump pypa/manylinux2014_x86_64 dependency to obtain Python 3.12
2023-09-03 19:17:46 +02:00
c9273a20f5
Remove the default assembler from CMake Toolchain
2023-01-07 22:27:23 +01:00
fd49c088eb
manylinux: Use tagged upstream images
...
Force explicit changes to upstream container content.
2022-12-01 17:27:28 +01:00
e76f24e120
Anticipate update renaming common.manylinux to common.manylinux2014
2022-07-06 22:51:46 -04:00
f888b7de0b
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-04 12:51:28 +02:00
e25f67aea9
Fix manylinux and update to devtoolset-10
...
Fix manylinux and update to devtoolset-10
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-06 20:50:46 +02:00
9b88520f27
Fix "yum" on manylinux2014-x86
2021-01-31 13:39:31 +01:00
9751cdc0fc
manylinux2014-x86: Add common.dockcross include
...
Bringing together PR #424 #425
2020-07-13 13:40:45 -04:00
de84690710
Added manylinux2014-x86
2020-07-04 16:46:50 -07:00