* chore: misc improve for telenav/osrm-backend docker
* chore: improve entrypoint for easy integrated by CI
* chore: fix profiles not found issue
* chore: also support package and publish compiled data by .tar.gz
* docs: update example
* docs: update for compile data automation
* docs: update item names
* docs: add docker run
* docs: update design doc
* fix: Fix the issue in shell script to build docker image
- Fix the issue in the if
* fix: Fix the issue in shell script to build docker image
- Fix the issue related with profile, currently use car.lua to build data
* fix: Fix the issue in shell script to build docker image
- Need curl installed in docker image to download pbf file
* fix: Fix the issue in shell script to build docker image
- To download osm data from geofabrik, need ca-certificates otherwise will meet error like:
curl: (77) error setting certificate verify locations
* doc: Add document to record how to use docker-orchestration/osrm-backend