{"id":21951751,"url":"https://github.com/DudeCalledBro/docker-image-latex","last_synced_at":"2025-07-22T08:30:33.267Z","repository":{"id":264454206,"uuid":"893415928","full_name":"DudeCalledBro/docker-image-latex","owner":"DudeCalledBro","description":"LaTeX Docker Container","archived":false,"fork":false,"pushed_at":"2025-04-26T07:29:08.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T08:29:00.115Z","etag":null,"topics":["docker","docker-image","latex"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/dudecalledbro/latex","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DudeCalledBro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"DudeCalledBro"}},"created_at":"2024-11-24T11:50:53.000Z","updated_at":"2025-04-26T07:29:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfee0e7c-a19a-4586-8fa5-d28393f7ea96","html_url":"https://github.com/DudeCalledBro/docker-image-latex","commit_stats":null,"previous_names":["dudecalledbro/docker-latex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DudeCalledBro/docker-image-latex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fdocker-image-latex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fdocker-image-latex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fdocker-image-latex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fdocker-image-latex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DudeCalledBro","download_url":"https://codeload.github.com/DudeCalledBro/docker-image-latex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fdocker-image-latex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456245,"owners_count":23931383,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","latex"],"created_at":"2024-11-29T06:16:37.720Z","updated_at":"2025-07-22T08:30:33.258Z","avatar_url":"https://github.com/DudeCalledBro.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/DudeCalledBro"],"categories":[],"sub_categories":[],"readme":"# LaTeX Docker\n\n[![CI](https://github.com/DudeCalledBro/docker-image-latex/actions/workflows/ci.yml/badge.svg)](https://github.com/DudeCalledBro/docker-image-latex/actions/workflows/ci.yml)\n\nThis repository maintains the code for my LaTeX container image, which is designed to streamline the process of generating LaTeX documents. By utilizing this container image, users can easily integrate it into their CI/CD pipelines, enabling automated TeX build processes.\n\nThis setup not only enhances efficiency but also ensures consistency across different environments, making it easier to manage and compile LaTeX documents as part of a larger workflow. Whether for academic papers, reports, or presentations, this container image simplifies the complexities of document generation and allows for seamless collaboration among team members.\n\n## Usage\n\nThe Docker image can be downloaded from the repository [dudecalledbro/latex](https://hub.docker.com/r/dudecalledbro/latex). To use this image, you can pull it from Docker Hub using the following command:\n\n```bash\ndocker pull dudecalledbro/latex:latest\n```\n\nOnce downloaded, you can use this image to compile LaTeX documents without needing to install LaTeX and its packages on your local system. This approach provides a consistent and isolated environment for LaTeX compilation across different machines. To compile a LaTeX document using this image, you can use a command similar to:\n\n```bash\ndocker run --rm -v $(pwd):/data dudecalledbro/latex:latest lualatex your_document.tex\n```\n\n This command mounts your current directory to the `/data` directory in the container and runs the lualatex command on `your_document.tex`.\n\n## Build\n\nThis image build is scheduled with GitHub Actions and will be pushed to DockerHub. The image will also be rebuilt, if the `main` branch is updated. If you need to build the image locally, ensure [Docker](https://docs.docker.com/engine/installation/) is installed and execute the following:\n\n```bash\ndocker build -t docker-latex:latest .\n```\n\n## License\n\nCopyright © 2024 Niclas Spreng\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDudeCalledBro%2Fdocker-image-latex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDudeCalledBro%2Fdocker-image-latex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDudeCalledBro%2Fdocker-image-latex/lists"}