{"id":20092029,"url":"https://github.com/maxkratz/docker_texlive","last_synced_at":"2025-05-06T04:31:36.291Z","repository":{"id":42232237,"uuid":"359206164","full_name":"maxkratz/docker_texlive","owner":"maxkratz","description":"Unofficial Docker image for various TeX Live versions.","archived":false,"fork":false,"pushed_at":"2024-11-12T15:27:13.000Z","size":86,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-12T16:33:39.626Z","etag":null,"topics":["docker","docker-image","dockerhub","latex","texlive","tuc"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/maxkratz/texlive","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxkratz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-18T17:10:17.000Z","updated_at":"2024-10-02T06:36:02.000Z","dependencies_parsed_at":"2024-03-16T12:31:20.768Z","dependency_job_id":"c33bc3d1-5fe8-40ab-8843-dccdc7b1039b","html_url":"https://github.com/maxkratz/docker_texlive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_texlive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_texlive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_texlive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fdocker_texlive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxkratz","download_url":"https://codeload.github.com/maxkratz/docker_texlive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224485968,"owners_count":17319264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","dockerhub","latex","texlive","tuc"],"created_at":"2024-11-13T16:35:37.675Z","updated_at":"2025-05-06T04:31:36.285Z","avatar_url":"https://github.com/maxkratz.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker TeX Live\n\n![Build Status](https://github.com/maxkratz/docker_texlive/actions/workflows/build-and-push.yml/badge.svg?branch=main)\n\n*Unofficial* [TeX Live](https://www.tug.org/texlive/) Dockerfile for various versions.\nPrebuild images can be found at this [Dockerhub repository](https://hub.docker.com/r/maxkratz/texlive).\n\n**Please notice**: TeX Live \u003c= 2024 is frozen forever according to [tuc.org](https://www.tug.org/texlive/).\nYou should only use it, if you need it for a specific project or template which is incompatible with newer versions.\n\n\n## Quickstart\nAfter installing [Docker](https://docs.docker.com/get-docker/), just run the following command inside your LaTeX workspace.\nIt will mount the current directory to `/data` inside the container.\nThis path will be used as working directory as defined in the Dockerfile.\n\n```sh\ndocker run --rm -it -v ${PWD}:/data maxkratz/textlive:latest pdflatex \u003cyourfile\u003e.tex\n```\n\nIf you have a Makefile defined just run the following command from your workspace:\n\n```sh\ndocker run --rm -it -v ${PWD}:/data maxkratz/texlive:latest make\n```\n\nYou can also use other compilers, e.g., lualatex:\n\n```sh\ndocker run --rm -it -v ${PWD}:/data maxkratz/texlive:latest lualatex \u003cyourfile\u003e.tex\n```\n\n\n## Versions\n\nThis Docker image is available in various versions which each represent a *tag*.\nCurrently, there are the following tags published:\n\n| Tag         | Description                                                |\n| ----------- | ---------------------------------------------------------- |\n| base        | Base image with updates and prerequesites installed        |\n| latest      | Newest (stable) TeX Live version available                 |\n| 2025        | TeX Live version 2025                                      |\n| 2025-gradle | TeX Live version 2025 + OpenJDK 21 + Gradle                |\n| 2025-python | TeX Live version 2025 + Python 3 + pip                     |\n| 2024        | TeX Live version 2024                                      |\n| 2024-gradle | TeX Live version 2024 + OpenJDK 21 + Gradle                |\n| 2024-python | TeX Live version 2024 + Python 3 + pip                     |\n| 2023        | TeX Live version 2023                                      |\n| 2023-gradle | TeX Live version 2023 + OpenJDK 21 + Gradle                |\n| 2023-python | TeX Live version 2023 + Python 3 + pip                     |\n| 2022        | TeX Live version 2022 (from archive)                       |\n| 2022-gradle | TeX Live version 2022 + OpenJDK 21 + Gradle (from archive) |\n| 2021        | TeX Live version 2021 (from archive)                       |\n| 2020        | TeX Live version 2020 (from archive)                       |\n| 2019        | TeX Live version 2019 (from archive)                       |\n| 2018        | TeX Live version 2018 (from archive)                       |\n| 2017        | TeX Live version 2017 (from archive)                       |\n| 2016        | TeX Live version 2016 (from archive)                       |\n\nPlease notice, that the *base* tag does not have any TeX packages installed.\nIt is used as a base for the other builds and builds on top of the [ubuntu 24.04 image](https://hub.docker.com/_/ubuntu).\n\n\n## Dockerfiles\nThe Dockerfiles can be found at the Github repository sorted in [folders by year](https://github.com/maxkratz/docker_texlive).\n\n\n## What gets installed in this image?\nThe following packages are installed in this Docker image:\n\n* Some utility packages like wget and build essentials etc.\n* [TeX Live](https://www.tug.org/texlive/acquire-netinstall.html) (thats the whole point ...)\n\n\n## Issues \u0026 Contribution\nIf you find any problems, bugs or missing packages, feel free to open an [issue on Github](https://github.com/maxkratz/docker_texlive/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkratz%2Fdocker_texlive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxkratz%2Fdocker_texlive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkratz%2Fdocker_texlive/lists"}