Commit Graph

4 Commits

Author SHA1 Message Date
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
0d31400b97 Support for building images locally 2022-12-16 16:07:56 +01:00
0d0f61e327 Update linux-arm64-lts
Update linux-arm64-lts

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-19 12:29:15 +02:00
fbb0d01a4d Add linux-arm64-lts image
Add linux-arm64-lts image:
Add GCC 8.5.0 and GLibc 2.27 (for ubuntu 18.04)'
2021-09-20 12:55:18 +02:00