diff --git a/README.md b/README.md index d523205..0f4e2d6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ *Unofficial* [TeX Live](https://www.tug.org/texlive/) Dockerfile for various versions. Prebuild images can be found at this [Dockerhub repository](https://hub.docker.com/r/maxkratz/texlive). -**Please notice**: TeX Live <= 2022 is frozen forever according to [tuc.org](https://www.tug.org/texlive/). +**Please notice**: TeX Live <= 2023 is frozen forever according to [tuc.org](https://www.tug.org/texlive/). You should only use it, if you need it for a specific project or template which is incompatible with newer versions. @@ -40,6 +40,9 @@ Currently, there are the following tags published: | ----------- | ---------------------------------------------------------- | | base | Base image with updates and prerequesites installed | | latest | Newest (stable) TeX Live version available | +| 2024 | TeX Live version 2024 | +| 2024-gradle | TeX Live version 2024 + OpenJDK 17 + Gradle | +| 2024-python | TeX Live version 2024 + Python 3 + pip | | 2023 | TeX Live version 2023 | | 2023-gradle | TeX Live version 2023 + OpenJDK 17 + Gradle | | 2023-python | TeX Live version 2023 + Python 3 + pip |