Closed jpkleemans closed 2 weeks ago
I got the following error in my CI: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
See https://docs.docker.com/reference/build-checks/legacy-key-value-format/
This PR makes sure all ENV variable definitions use the "correct" ENV key=value syntax
ENV key=value
I got the following error in my CI:
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
See https://docs.docker.com/reference/build-checks/legacy-key-value-format/
This PR makes sure all ENV variable definitions use the "correct"
ENV key=value
syntax