Janis Hutz 8eba80a2af
Some checks failed
Create and publish container / build_container (push) Failing after 4s
[CI] Login updates
2025-12-22 17:59:21 +01:00
2025-12-22 17:59:21 +01:00
2025-12-22 17:54:23 +01:00
2025-12-22 17:54:23 +01:00
2025-12-22 17:54:23 +01:00
2025-12-22 17:54:23 +01:00
2025-12-22 17:54:23 +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

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
Description
Docker build files for various containers I use
Readme 86 KiB
Languages
Shell 80.3%
Dockerfile 19.7%