docker-images/README.md

11 lines
971 B
Markdown
Raw Permalink Normal View History

2024-06-28 20:56:35 +00:00
[![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)
2024-06-30 07:26:07 +00:00
# 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`:
2024-07-09 20:04:48 +00:00
2024-07-23 06:53:16 +00:00
```diff
- OVERLEAF_IMAGE_NAME=sharelatex/sharelatex
+ OVERLEAF_IMAGE_NAME=registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full
2024-10-14 14:35:41 +00:00
```
2024-10-15 07:47:51 +00:00
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).