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
d91bdd6564
Add rust support to android-arm64
2025-02-25 23:21:07 +01:00
54ee1fddbc
doc: update Matt McCormick email
2024-11-08 17:11:12 -05:00
7e034e5282
fixes android-arm64 with bookworm
2024-01-02 23:09:54 -03:00
0d31400b97
Support for building images locally
2022-12-16 16:07:56 +01:00
587282459f
Set Android ndk api back to 23 (Android 6.0)
2022-09-24 13:48:50 +02:00
e88a3ceab3
Update android ndk to r25b and api to 33
2022-09-06 15:55:20 +02:00
ad924d922b
Improve openSSL on android-* image
...
Improve openSSL on android-* image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-27 13:19:31 +02:00
8bc72c75d3
Add ANDROID_NDK_HOME env variable and enable openssl
...
Add ANDROID_NDK_HOME env variable and enable openssl
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-27 13:13:48 +02:00
19322baed2
Move to llvm for NDK 23
2021-08-26 12:16:31 +02:00
dd60bbb440
Fix wrong url
...
Fix wrong url
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-21 22:54:17 +02:00
8c081be13b
Update android NDK to r23 (August 2021)
...
Update android NDK to r23 (August 2021)
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-21 20:48:52 +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
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