docker-images/README.md
Fifo F eb96bdbda9
Update README.md
[skip ci]

Signed-off-by: Fifo F <fifo@fifo-f.eu>
2025-04-11 21:33:22 +02:00

11 lines
No EOL
971 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[![pipeline status](https://git.fifo-f.eu/tex-projects/docker-images/badges/main/pipeline.svg)](https://git.fifo-f.eu/tex-projects/docker-images/-/commits/main)
# Overleaf Docker images with full TeX Live pre-installed
This repository contains a GitLab CI pipeline that automatically pulls the latest Overleaf Docker image, installs a complete copy of TeX Live 2025, Inkscape, LilyPond and Pygments on top of it, then pushes the resulting modified image to GitLabs [container registry](https://git.fifo-f.eu/tex-projects/docker-images/container_registry). To use Overleaf with the custom image, edit the `OVERLEAF_IMAGE_NAME` variable in `config/overleaf.rc`:
```diff
- OVERLEAF_IMAGE_NAME=sharelatex/sharelatex
+ OVERLEAF_IMAGE_NAME=registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full
```
If you cant pull from my GitLab registry, the image is also available on [Docker Hub](https://hub.docker.com/r/fifof16/sharelatex-with-texlive-full).