Hans Johnson
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
Matt McCormick
54ee1fddbc
doc: update Matt McCormick email
2024-11-08 17:11:12 -05:00
Paolo Bosetti
0d31400b97
Support for building images locally
2022-12-16 16:07:56 +01:00
PJ Reid
68b732e56f
Update linux-x86 toolchain symlinks
...
Updated symlinks for binaries that do not support -m32
2022-10-21 11:16:55 +02:00
9f3cbd5a17
Add tbb
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-24 19:29:02 +02:00
f888b7de0b
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-04 12:51:28 +02:00
Jean-Christophe Fillion-Robin
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
Jean-Christophe Fillion-Robin
1fb2785377
Rename Dockerfile to Dockerfile.in to ensure consistency
...
All Dockerfiles are now configured similarly, this will support
future improvements.
2021-04-18 19:15:26 +02:00