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.
All-in-one dev image based on debian:buster
for my daily development.
See details in docker/debian10-dev.
Dev image based on ubuntu:focal
to support my playing on ApolloAuto/apollo.
See details in docker/apollo-dev.
nginx
based docker image to serve static files as default.
See details in docker/nginx-file-server.
Image for my webrtc related development.
See details in docker/webrtc-dev.
Visual Studio 2019 Build Tools container, born for CI/CD.
See details in docker/nv-dev.