mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +02:00
Update README.md
This commit is contained in:
parent
4f3d01b0fa
commit
36292f477d
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
[](https://git.fifo-f.eu/tex-projects/docker-images/-/commits/main)
|
[](https://git.fifo-f.eu/tex-projects/docker-images/-/commits/main)
|
||||||
|
|
||||||
# Overleaf Docker images with full TeX Live pre-installed
|
# 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 2024 on top of it, then pushes the resulting modified image to GitLab’s [container registry](https://git.fifo-f.eu/tex-projects/docker-images/container_registry), from which you can also grab it:
|
This repository contains a GitLab CI pipeline that automatically pulls the latest Overleaf Docker image, installs a complete copy of TeX Live 2024 on top of it, then pushes the resulting modified image to GitLab’s [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`:
|
||||||
|
|
||||||
> ```sh
|
> ```diff
|
||||||
> $ docker pull registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full:latest
|
> - OVERLEAF_IMAGE_NAME=sharelatex/sharelatex
|
||||||
|
> + OVERLEAF_IMAGE_NAME=registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full
|
||||||
> ```
|
> ```
|
Loading…
Add table
Add a link
Reference in a new issue