Custom Docker image that contains pandoc and git Steps to build and push to hub.docker.com: git tag <version> docker build -t hackkosice/pandoc:`git describe --tags` . docker push hackkosice/pandoc:`git describe --tags`