Can also be tested via docker run --rm -it --network host -e SDV_MIDDLEWARE_TYPE="native" -e SDV_MQTT_ADDRESS="localhost:1883" -e SDV_VEHICLEDATABROKER_ADDRESS="localhost:55555" ghcr.io/eclipse-velocitas/vehicle-app-cpp-template/sampleapp:test_arm
Issue ticket number and link
Checklist
[ ] Vehicle App can be started with dapr run and is connecting to vehicle data broker
[ ] Vehicle App can process MQTT messages and call the seat service
[ ] Vehicle App can be deployed to local K3D and is running
[ ] Created/updated tests, if necessary. Code Coverage percentage on new code shall be >= 70%.
[ ] Extended the documentation in Velocitas repo
[ ] Extended the documentation in README.md
[ ] Devcontainer can be opened successfully
[ ] Devcontainer can be opened successfully behind a corporate proxy
Description
Multiarch build example: https://github.com/eclipse-velocitas/vehicle-app-cpp-template/actions/runs/8263220021
Can also be tested via
docker run --rm -it --network host -e SDV_MIDDLEWARE_TYPE="native" -e SDV_MQTT_ADDRESS="localhost:1883" -e SDV_VEHICLEDATABROKER_ADDRESS="localhost:55555" ghcr.io/eclipse-velocitas/vehicle-app-cpp-template/sampleapp:test_arm
Issue ticket number and link
Checklist
[ ] Vehicle App can be started with dapr run and is connecting to vehicle data broker
[ ] Vehicle App can process MQTT messages and call the seat service
[ ] Vehicle App can be deployed to local K3D and is running
[ ] Created/updated tests, if necessary. Code Coverage percentage on new code shall be >= 70%.
[ ] Extended the documentation in Velocitas repo
[ ] Extended the documentation in README.md
[ ] Devcontainer can be opened successfully
[ ] Devcontainer can be opened successfully behind a corporate proxy
[ ] Devcontainer can be re-built successfully
[ ] Release workflow is passing