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
ARM64 installation is not completed correctly #594
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.
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