Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

valhalla/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b16984a · Dec 2, 2019
Jan 23, 2018
Apr 2, 2018
Jan 2, 2018
Dec 2, 2019
Dec 2, 2019
Jan 19, 2018
Feb 20, 2018
Jan 25, 2018
Dec 16, 2018
Dec 16, 2018
Jun 16, 2017
Jun 16, 2017
Dec 2, 2019
Jan 2, 2018

Repository files navigation

THIS IS A WORK IN PROGRESS!

DockerHub

This repository is now built under the valhalla dockerhub org. The previous location under the Mapzen org will remain in place so there is continued access to old builds, but all new images will be built under valhalla/docker.

Builds are automated: pushing a tag in the form of {major}.{minor}.{release} will trigger a build of both the ppa and source Dockerfiles, and result in images with the tags valhalla/docker:source-{major}.{minor}.{release} or valhalla/docker:ppa-{major}.{minor}.{release}

Run valhalla (local development)

VALHALLA_DOCKER_DATAPATH=/some/path/to/data docker-compose -f docker-compose-{ppa|source}.yml up

The routing engine will listen on and expose port 8002, and load any tile data found in ${VALHALLA_DOCKER_DATAPATH}.

To build/publish images manually

  • ./build.sh [ppa|source|build|build-x86] [version_tag]
  • docker push valhalla/docker:{ppa|source|build}-[version_tag]