{"id":38967743,"url":"https://github.com/omegat-org/docgen-docker","last_synced_at":"2026-01-17T16:32:45.854Z","repository":{"id":54286681,"uuid":"176961943","full_name":"omegat-org/docgen-docker","owner":"omegat-org","description":"Docker container for generating OmegaT docs","archived":false,"fork":false,"pushed_at":"2025-01-07T01:58:12.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-07T02:41:25.251Z","etag":null,"topics":["docker","documentation"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/omegatorg/docgen","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/omegat-org.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":"2019-03-21T14:28:16.000Z","updated_at":"2025-01-07T01:58:15.000Z","dependencies_parsed_at":"2024-01-30T03:26:46.344Z","dependency_job_id":"75342a17-c001-4e98-9fd4-95fd5dda3035","html_url":"https://github.com/omegat-org/docgen-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omegat-org/docgen-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegat-org%2Fdocgen-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegat-org%2Fdocgen-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegat-org%2Fdocgen-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegat-org%2Fdocgen-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omegat-org","download_url":"https://codeload.github.com/omegat-org/docgen-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegat-org%2Fdocgen-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","documentation"],"created_at":"2026-01-17T16:32:45.744Z","updated_at":"2026-01-17T16:32:45.834Z","avatar_url":"https://github.com/omegat-org.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docgen-docker\n\nThis project defines an OCI standard container for generating [OmegaT](https://omegat.org) documents.\n\n## Requirements to run\n\nTo generate container images, you need to prepare container runtime, and OCI standard CLI.\nIt supports aarch64/ARM64 and x86_64/AMD64 platform architectures.\n\nYou have several options;\n\n### integrated desktop application: Docker Desktop or Rancher Desktop\n\n- [Docker](https://www.docker.com/products/docker-desktop)\n- [Rancher Desktop](https://rancherdesktop.io/)\n\n### Linux native OCI runtime and CLI tool\n\n- [Containerd](https://containerd.io/)\n- [nerdctl](https://github.com/containerd/nerdctl)\n\n## Usage\n\nInvoke from the OmegaT `doc_src` dir as so:\n\n```shell\ndocker run -i --rm -v $(dirname $PWD):/work/root omegatorg/docgen -Dlanguage=en html\n```\n\nThe arguments after `omegatorg/docgen` are those supplied to `ant` according\nto the developer manual's section [Manual build using container](https://omegat.readthedocs.io/en/latest/07.ManualBuildUsingContainer/)\nand [building the documentation manually](https://omegat.readthedocs.io/en/latest/08.ManuallyBuildDocumentation/).\n\nYou may want to create a wrapper script like the following, named\ne.g. `docgen`:\n\n```shell\n#!/bin/sh\n\nexec docker run -i --rm -v $(dirname $PWD):/work/root omegatorg/docgen \"$@\"\n```\n\n...which you can invoke like so:\n\n```shell\ndocgen -Dlanguage=en html\n```\n\n## Build\n\nTo support multiple platform architecture like Aarch64/ARM64 and Amd64 such as M1 mac and Windows 11 for ARM,\nit should be built as [multi-platform container image](https://docs.docker.com/build/building/multi-platform/).\n\n### Prerequisites:\n\n- Git LFS to checkout jar files under lib/\n- Containerd or Docker Engine with QEMU installed\n- The container image store enabled\n\n### Build with nerdctl\n\n```shell\necho PassWord | env CLI_CMD=nerdctl USER=myname make login\nenv CLI_CMD=nerdctl make build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomegat-org%2Fdocgen-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomegat-org%2Fdocgen-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomegat-org%2Fdocgen-docker/lists"}