Files
docker/latex
2025-12-23 14:49:44 +01:00
..
2025-12-23 09:13:29 +01:00
2025-12-23 14:49:44 +01:00
2025-12-23 09:13:29 +01:00
2025-12-23 13:52:53 +01:00
2025-12-22 19:19:43 +01:00
2025-12-23 13:46:22 +01:00

latex-build

Docker resources to build a docker image to compile latex files in gitea CI

Usage

Build the docker image using

./build-image.sh your-image-name

You can then run the image using

docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data your-image-name:latest ./entrypoint.sh data file.tex false

The arguments that can be passed to the container are the following (in order):

  1. Extra arguments for latexmk (you can also use this to provide the entry file)
  2. Extra packages (alpine linux) to install in the container