{"id":20092044,"url":"https://github.com/maxkratz/docker_pandoc-builder","last_synced_at":"2026-04-11T06:01:59.827Z","repository":{"id":193545175,"uuid":"688953036","full_name":"maxkratz/docker_pandoc-builder","owner":"maxkratz","description":"Unofficial Docker image for Pandoc, LaTeX, and the Eisvogel template.","archived":false,"fork":false,"pushed_at":"2025-06-13T14:19:07.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T02:41:39.326Z","etag":null,"topics":["docker","docker-image","dockerhub","eisvogel","latex","markdown","pandoc","texlive","tuc"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxkratz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-08T13:05:07.000Z","updated_at":"2025-06-13T14:19:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7320123-2746-4b28-b07c-d11c1c191177","html_url":"https://github.com/maxkratz/docker_pandoc-builder","commit_stats":null,"previous_names":["maxkratz/docker_pandoc-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxkratz/docker_pandoc-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_pandoc-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_pandoc-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_pandoc-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_pandoc-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxkratz","download_url":"https://codeload.github.com/maxkratz/docker_pandoc-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_pandoc-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266057216,"owners_count":23870124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","dockerhub","eisvogel","latex","markdown","pandoc","texlive","tuc"],"created_at":"2024-11-13T16:35:39.559Z","updated_at":"2025-12-30T22:07:05.537Z","avatar_url":"https://github.com/maxkratz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Pandoc Builder\n\n![Build Status](https://github.com/maxkratz/docker_pandoc-builder/actions/workflows/build-and-push.yml/badge.svg?branch=main)\n\n*Unofficial* [Pandoc](https://github.com/jgm/pandoc) Dockerfile.\nPrebuild images can be found at this [Dockerhub repository](https://hub.docker.com/r/maxkratz/pandoc-builder).\n\n\n## Quickstart\nAfter installing [Docker](https://docs.docker.com/get-docker/), just run the following command inside your LaTeX workspace.\nIt will mount the current directory to `/data` inside the container.\nThis path will be used as working directory as defined in the Dockerfile.\n\n```sh\ndocker run --rm -it -v $PWD:/data maxkratz/pandoc-builder:latest pandoc input.md -o output.pdf --from markdown --template eisvogel\n```\n\nIf you have a Makefile defined just run the following command from your workspace:\n\n```sh\ndocker run --rm -it -v ${PWD}:/data maxkratz/pandoc-builder:latest make\n```\n\n\n## Dockerfile\nThe [Dockerfile](https://github.com/maxkratz/docker_pandoc-builder/blob/main/Dockerfile) can be found at the GitHub repository.\n\n\n## What gets installed in this image?\nThe following packages are installed in this Docker image:\n\n* Some utility packages like wget and build essentials etc.\n* [TeX Live](https://www.tug.org/texlive/acquire-netinstall.html)\n* [Pandoc](https://github.com/jgm/pandoc)\n* [Eisvogel template](https://github.com/Wandmalfarbe/pandoc-latex-template)\n\n\n## Issues \u0026 Contribution\nIf you find any problems, bugs or missing packages, feel free to open an [issue on GitHub](https://github.com/maxkratz/docker_pandoc-builder/issues).\n\n\n## Runner requirements\nCurrently, all actions must be run by a self-hosted GitHub runner, because GitHub-hosted runners do not have enough storage available.\n\n### Self-hosted Linux-based runners\nIn order to run the \"GitHub Actions\" pipeline on a self-hosted runner, you must ensure that you have at least one properly configured Linux-based runner added to this GitHub project.\n\nRequired packages (at least):\n- `curl`\n- `wget`\n- `grep`\n- `docker` (including buildx plugin)\n\n\n## License\nThis project is licensed under the Apache License v2.0 - see the [LICENSE](./LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkratz%2Fdocker_pandoc-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxkratz%2Fdocker_pandoc-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkratz%2Fdocker_pandoc-builder/lists"}