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
120 stars 67 forks source link

ARM64 installation is not completed correctly #594

Closed jwillmartin closed 4 months ago

jwillmartin commented 6 months ago

Summary

When running initialization script on ARM64, some installations that are completed by the script are not the correct version.

Version

4.3.0 (Current)

Expected Behavior

Docker Compose is installed and runs correctly mariadb-client is installed and runs correctly

Actual Behavior

A python library for docker-compose is installed but not supported for some ARM64 images. A specific version of mariadb-client is installed but not supported for some ARM64 images.

Steps to Reproduce the Actual Behavior

cd configuration/arm64 sudo ./initialization.sh

Related Work

No response