From 36292f477df5d50bdf0432510558a5b881050eea Mon Sep 17 00:00:00 2001 From: "Fifo F." Date: Sun, 21 Jul 2024 17:52:52 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad76947..d5c67fe 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ [![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 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 -> $ docker pull registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full:latest +> ```diff +> - OVERLEAF_IMAGE_NAME=sharelatex/sharelatex +> + OVERLEAF_IMAGE_NAME=registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full > ``` \ No newline at end of file