ImreSamu / valhalla-docker

Dockerfiles that compile the Valhalla routing engine from source

Home Page:https://hub.docker.com/r/interline/valhalla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interline's Valhalla Dockerfile

A Dockerfile to compile the Valhalla routing engine from source.

The main Dockerfile is a two-stage build, with the first stage creating installing all the compiler, library, and dev toolchains necessary to compile Valhalla and friends, with the second stage copying out these binary products from /usr/local/ and creating a smaller image with only Valhalla run-time dependencies that can then be used as a base image for further customization.

Bring your own tiles. Or use PlanetUtils and its valhalla_tilepack_download command to download Valhalla Tilepacks to use within this container.

Download from Docker Hub

Images are built and published to Docker Hub at interline/valhalla.

About

Dockerfiles that compile the Valhalla routing engine from source

https://hub.docker.com/r/interline/valhalla

License:Other


Languages

Language:Dockerfile 100.0%