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
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
68b4549a50
Introduce "common.label-and-env"
...
This will simply the removal of deprecated "org.label-schema" annotation [1]
and the introduction of open containers ones [2]
[1] http://label-schema.org/rc1/
[2] https://github.com/opencontainers/image-spec/blob/master/annotations.md
2021-04-18 19:15:26 +02:00
369d828efd
Dockerfile: Remove unused default value associated IMAGE build argument
2021-04-18 19:15:26 +02:00
b14ae9b4b0
manylinux: Use 'common.dockcross' for gosu and dockcross scripts
2020-07-02 17:21:01 -05:00
549303ece1
manylinux2014-x64: Fix tests updating path to devtoolset compilers
2020-05-07 05:24:46 -04:00
2fd1b29fb6
Merge pull request #377 from thewtex/manylinux2014-yum
...
manylinux2014-x64: Add yum libcurl workaround
2020-03-31 21:24:40 -04:00
58aaa9e3eb
manylinux2014-x64: Add yum libcurl workaround
...
Based on the manylinux2010 workaround.
2020-03-31 18:53:35 -04:00
e81694927e
doc: Note that yum addressed in recent manylinux2014-x64
...
This patch is intended to trigger a build / deploy based on the latest
upstream manylinux2014-x64 image.
2020-03-30 16:38:44 -04:00
eee9a67721
manylinux2014_x86_64: Use latest for base image version
...
This is the only tag kept on quay.io.
2020-01-18 17:54:18 -05:00
4911275985
Add digest to base image, for reproducibility
2019-12-23 10:20:32 +01:00
42b7dd5602
add support for manylinux2014-x64
2019-12-23 10:20:32 +01:00