usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Tag each docker service and port the images to dockerhub #192

Closed dan-du-car closed 6 months ago

dan-du-car commented 6 months ago

Summary

docker services use existing built dockerhub images.

Commit

https://github.com/usdot-fhwa-stol/cda-telematics/commit/692fc44baa06d8aa5bdfef08f8e8093560921627

Expected Behavior

docker services use existing built dockerhub images.

Actual Behavior

Docker images are built from latest source code

Steps to Reproduce the Actual Behavior

git clone navigate to the telematic_system folder Launch docker containers locally with docker-compose -f docker-compose.local.yml up

Related Work

No response