NASA-AMMOS / anms

Asynchronous Network Management System (ANMS)
https://nasa-ammos.github.io/anms-docs/
Apache License 2.0
1 stars 1 forks source link

Fix docker image build warnings #125

Open BrianSipos opened 2 months ago

BrianSipos commented 2 months ago

There are several warnings on recent docker similar to:

WARN: ConsistentInstructionCasing: Command 'env' should match the case of the command majority (uppercase)

There are also two cases of:

WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format

These should be fixed by simply making the case consistent within all Dockerfiles.