Describe the bug
The Dockerfiles used in the project are using a deprecated format for their 'key value pairs'. During the build process you'll see the warning:
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
repeated multiple times.
To Reproduce
Steps to reproduce the behavior:
run for example bin/build-dashboard-image
Expected behavior
No warnings. If we review the docker docs on the legacy key value format it is a quick change of adding the = sign instead of a space.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
Note also during the build you get 'SecretsUsedInArgOrEnv:' warning. But that is a different issue for another day.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too