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
f152c4b25e
Fix manylinux2014-aarch64 image building
...
* switch image to crosstool-ng 1.25.0
* remove support of ct-ng 1.13.0 and set 1.25.0 as the default version
2023-01-30 08:26:46 +01:00
f888b7de0b
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-04 12:51:28 +02:00
52f21639b2
Add manylinux2014-aarch64 with gcc=9.3
2021-08-23 07:22:21 +00:00
80d9b02162
Remove manylinux2014-aarch64 image
...
Remove manylinux2014-aarch64 image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-07 14:56:52 +02:00
ecf9f32334
Fix error on manylinux2014-aarch64
...
Fix error on manylinux2014-aarch64
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-06-28 17:41:39 +02:00
b4666459f3
Update gcc to 4.8.5 and glibc to 2.17
2020-10-20 15:40:39 +00:00
4ba406a5a9
manylinux2014-aarch64: Set AUDITWHEEL_ARCH and AUDITWHEEL_PLAT variables
...
This commit overrides variables inherited from the base image.
2020-06-17 01:05:55 -04:00
3114dca079
manylinux2014-aarch64: Tweak comment in Dockerfile.in
2020-06-06 01:38:22 -04:00
fdb8d43e34
add support for manylinux2014-aarch64
2020-06-06 01:12:46 -04:00