LaTeX Image
A docker image that contains latexmk and all requirements. Can be used by CI/CD, or can act as a simple replacement of a full latex installation.
Contents
Dockerfile: Builds the imagerun.sh: Copied into the container, runslatexmklatexmk.sh: Run by host system, can replacelatexmk.
Notes
This image has no entrypoint to make it compatible with CI/CD tools. run.sh is executed manually (see latexmk.sh).
The image takes a few envvars, they are all documented in latexmk.sh.