From 836c04c120a91c845b64f479b500fef8f258dd6f Mon Sep 17 00:00:00 2001 From: "Fifo F." Date: Mon, 14 Oct 2024 14:35:41 +0000 Subject: [PATCH] [skip ci] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b89bbf3..05edece 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ [![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). To use Overleaf with the custom image, edit the `OVERLEAF_IMAGE_NAME` variable in `config/overleaf.rc`: +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`: ```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 +``` + +If you can’t pull from my GitLab registry, the images are also copied to other sources: + +- [Docker Hub](https://hub.docker.com/r/fifof16/sharelatex-with-texlive-full) – `fifof16/sharelatex-with-texlive-full` +- [My Gitea instance](https://gitea.fifo-f.eu/tex-projects/-/packages/container/sharelatex-with-texlive-full) – `gitea.fifo-f.eu/tex-projects/sharelatex-with-texlive-full:latest` \ No newline at end of file