Pandoc Container Image for Static Site Generation in CI/CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Ankit R Gadiya ea60263123
pandoc: version bump 2.14.2
2 years ago
.github/workflows Migrated to Github 2 years ago
Dockerfile pandoc: version bump 2.14.2 2 years ago
README.md Migrated to Github 2 years ago

README.md

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.