ANN: Improvements to pandoc Docker images #10321
tarleb
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The pandoc Docker images for 3.5 are now multi-platform, i.e., they are available for the amd64 and arm64 platforms (also called x86_64 and aarch64, respectively).1 This should bring significant performance improvements to Docker users on ARM architectures, e.g., on macs.
Furthermore, there is now a pandoc/typst image that contains both pandoc and Typst. This is a small and powerful image capable of creating PDF output.
The images are available from the Docker Hub.
Footnotes
Exception: the Alpine-based versions of
pandoc/latex
andpandoc/extra
are still amd64-only, as there are no LaTeX binaries available for aarch64 musl. ↩Beta Was this translation helpful? Give feedback.
All reactions