Container images and orchestration, i.e. docker, kubernetes, etc.
Docker image based on CentOS7
, installed latest thrift
and boost
compiled by gcc-7.4.0
.
See details in docker/centos7-thrift.
Docker image based on CentOS7
, installed gcc-7.4.0
compiler and running libraries(libstdc++
, etc.).
See details in docker/centos7-gcc7.x.
Docker image based on CentOS7
, installed gcc-6.5.0
compiler and running libraries(libstdc++
, etc.).
See details in docker/centos7-gcc6.x.
My personal docker image for osrm-backend development. It's based on the telenavmap/osrm-backend-dev which includes all dependencies.
See details in docker/osrm-backend-dev.
Docker image to wrap osmium-tool that can be used like a command line tool.
See details in docker/osmium-tool.