11
2+ Pandocker 25.05: Maintenance Release
3+ ================================================================================
4+
5+ Eymoutiers, May 17, 2025
6+
7+ What is this ?
8+ --------------------------------------------------------------------------------
9+
10+ Pandocker is a docker image that extends the official [ pandoc/extra image] with
11+ with more filters, templates, fonts, and the latex bazaar
12+
13+ [ pandoc/extra image ] : https://hub.docker.com/r/pandoc/extra
14+
15+ It allows you to generate slides and documents without installing the required
16+ depencies on your machine. It is also very usefull to integrate pandoc into
17+ a CI workflow such as Github Actions, Gitlab Pipelines, etc.
18+
19+ For instance to generate an EPUB file from a markdown source, you can simply
20+ type:
21+
22+ ```
23+ docker run --rm -v `pwd`:/pandoc dalibo/pandocker test.md -o test.epub
24+ ```
25+
26+ This image is available under BSD Licence and it has 4 main tags:
27+
28+ * ` stable ` should be used in production
29+ * ` latest ` is the development versions
30+
31+ You can also retrieve older versions by their version number:
32+ ` dalibo/pandocker:25.05 ` , ` dalibo/pandocker:24.05 ` , etc.
33+
34+ For more details :
35+
36+ * Github : < https://github.com/dalibo/pandocker >
37+ * Docker Hub : < https://hub.docker.com/r/dalibo/pandocker/ >
38+
39+
40+ Pandoc 3.7 and Eisvogel 3.2
41+ --------------------------------------------------------------------------------
42+
43+ This new version bring new updates of the major components, based on the
44+ [ pandoc/dockerfiles] upstream project.
45+
46+
47+ How to upgrade
48+ --------------------------------------------------------------------------------
49+
50+ ``` console
51+ docker pull dalibo/pandocker:stable
52+ ```
53+
54+ Credits
55+ --------------------------------------------------------------------------------
56+
57+ It is also heavily based on the great work by Albert Krewinkel and
58+ Caleb Maclennan on the [ pandoc/dockerfiles] project.
59+
60+ Many thanks to them !
61+
62+ How to contribute
63+ --------------------------------------------------------------------------------
64+
65+ Pandocker is an open project, contributions are welcome.
66+
67+ If you want to help, you can find a list of "Junior Jobs" here:
68+
69+ < https://github.com/dalibo/pandocker/labels/Junior%20Job >
70+
71+
72+
273Pandocker 24.05: Simplification and transfer toward upstream pandoc/extra
374================================================================================
475
@@ -41,11 +112,11 @@ Simplification
41112--------------------------------------------------------------------------------
42113
43114When we started this project 8 years ago, there was no official docker image for
44- pandoc. Thus we made our own.
115+ pandoc. Thus we made our own.
45116
46- Over the last year, we worked hand in hand with the [ pandoc/dockerfiles] to
47- create a new [ pandoc/extra image] that includes key parts of the former
48- pandocker versions. And therefore the ` dalibo/pandocker ` image is now based on
117+ Over the last year, we worked hand in hand with the [ pandoc/dockerfiles] to
118+ create a new [ pandoc/extra image] that includes key parts of the former
119+ pandocker versions. And therefore the ` dalibo/pandocker ` image is now based on
49120the [ pandoc/extra image] .
50121
51122[ pandoc/dockerfiles ] : https://github.com/pandoc/dockerfiles/
@@ -68,7 +139,7 @@ Credits
68139
69140The release contains contributions from Peter Dave Hello and Giovanni Rosa.
70141
71- It is also heavily based on the great work by Albert Krewinkel and
142+ It is also heavily based on the great work by Albert Krewinkel and
72143Caleb Maclennan on the [ pandoc/dockerfiles] project.
73144
74145Many thanks to them !
0 commit comments