Skip to content

Pandoc Container Image for Static Site Generation in CI/CD

Notifications You must be signed in to change notification settings

ankit-containers/pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Pandoc

Registry

Pandoc is a universal document converter. It supports a wide-array of document formats. This container image builds on Alpine Linux and provides the latest Pandoc release.

The primary usecase for this image is in CI/CD environments, for generating files. It can also replace Pandoc installation from package manager on the Desktop. The image is available in Quay registry.

docker pull quay.io/ankitrgadiya/pandoc:latest

Releases

Pandoc upstream project follows semantic versioning. So, the image tags will correspond to the upstream release versions. The latest tag will always point to the most recent release. I intend to provide all versions from "2.11.2" onwards.