Update README.md

This commit is contained in:
Fifo F. 2024-07-09 20:04:48 +00:00
parent e66e69f4cc
commit 0c5d65f224

View file

@ -1,4 +1,8 @@
[![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 2023 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).
This repository contains a GitLab CI pipeline that automatically pulls the latest Overleaf Docker image, installs a complete copy of TeX Live 2023 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), from which you can also grab it:
> ```sh
> $ docker pull registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full:latest
> ```