usdot-fhwa-OPS / V2X-Hub

V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
123 stars 69 forks source link

Remove Obsolete docker compose file version #614

Closed jwillmartin closed 6 months ago

jwillmartin commented 6 months ago
modified:   configuration/docker-compose.yml

PR Details

Description

Removed the "version:" tag a the top of the docker-compose files. These are no longer needed and are obsolete in current and future versions of Docker.

Related Issue

VH-1312

Motivation and Context

Because the version tag is obsolete, a warning note is published every time a user uses the docker-compose files to start the V2X Hub containers. Removing this tag will cause no changes in functionality and will remove the warning.

How Has This Been Tested?

Tags removed and tested locally. Everything worked as intended and warning message was no longer shown.

Types of changes

Checklist:

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

paulbourelly999 commented 6 months ago

Waiting to merge until docker build is complete.