{"id":27814377,"url":"https://github.com/rakutentech/plantuml-docker","last_synced_at":"2025-07-11T01:09:15.280Z","repository":{"id":52121554,"uuid":"315808074","full_name":"rakutentech/plantuml-docker","owner":"rakutentech","description":"Docker image for running a PlantUML server using the Rakuten theme","archived":false,"fork":false,"pushed_at":"2021-05-07T05:33:35.000Z","size":67,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-01T12:43:00.464Z","etag":null,"topics":["docker","docker-image","dockerfile","plantuml","rakuten","uml","uml-diagrams"],"latest_commit_sha":null,"homepage":"https://github.com/orgs/rakutentech/packages/container/package/plantuml","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/rakutentech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-25T02:34:11.000Z","updated_at":"2023-06-21T03:12:12.000Z","dependencies_parsed_at":"2022-09-08T08:22:59.500Z","dependency_job_id":null,"html_url":"https://github.com/rakutentech/plantuml-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rakutentech/plantuml-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakutentech%2Fplantuml-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakutentech%2Fplantuml-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakutentech%2Fplantuml-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakutentech%2Fplantuml-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakutentech","download_url":"https://codeload.github.com/rakutentech/plantuml-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakutentech%2Fplantuml-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264703159,"owners_count":23651907,"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","dockerfile","plantuml","rakuten","uml","uml-diagrams"],"created_at":"2025-05-01T12:39:42.702Z","updated_at":"2025-07-11T01:09:15.258Z","avatar_url":"https://github.com/rakutentech.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plantuml-docker\n\n[![Docker image](https://github.com/rakutentech/plantuml-docker/workflows/Publish%20Docker%20image/badge.svg)](https://github.com/orgs/rakutentech/packages/container/package/plantuml)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](./CODE_OF_CONDUCT.md)\n\nDocker image for running a PlantUML server.\n\n## Usage\n\n### Without cloning the repo\n\n```sh\ndocker run --init --rm -p 8080:8080 ghcr.io/rakutentech/plantuml:main\n```\n\n### Using a working copy of the repo\n\n```sh\ndocker-compose up --build\n```\n\n## Differences with the official image\n\nThe differences with [plantuml/plantuml-server](https://hub.docker.com/r/plantuml/plantuml-server) are:\n\n- Based on **Alpine Linux**, not Debian.\n- Runs on the **Zulu OpenJDK**.\n- **`PLANTUML_LIMIT_SIZE`** raised to `16384` so you can generate bigger diagrams.\n- Installs a [`plantuml.skin`](./plantuml.skin) with a few overrides. _(in beta, doesn't work well)_\n- Installs a [`rakuten.pu`](./rakuten.pu) library with a few definitions to get you started. Just include it with `!include rakuten.pu` at the start of your diagram.\n- Comes with a few fonts:\n  - **[Mulish](https://fonts.google.com/specimen/Mulish)** is installed and poses as the **Rakuten Sans** font, which it is visually similar to (and a decent fallback for when generating PNG diagrams). Generated SVG images correctly inject the `font-family: 'Rakuten Sans'` style, too.\n  - **[Noto Sans](https://fonts.google.com/specimen/Noto+Sans)** and [Noto Sans JP](https://fonts.google.com/specimen/Noto+Sans+JP), recommended by the [ReX typography guidelines](http://rex.public.rakuten-it.com/design/the-basics/typography/). **Noto Sans** is set as the default `sans-serif` font.\n  - **[Fira Code](https://fonts.google.com/specimen/Fira+Code)**, set as the default `monospace` font.\n  - **[Font Awesome 5 Free](https://fontawesome.com/)**.\n\n## Example\n\n```plantuml\n@startuml\n!include rakuten.pu\n\ntitle Rakuten PlantUML Image\n\nparticipant Browser\nparticipant \"PlantUML Server\" as PlantUML\n\nBrowser -\u003e PlantUML: FA(f542) Send diagram source\nBrowser \u003c\u003c-- PlantUML: Get SVG FA(f03e)\n@enduml\n```\n\n![example](./example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakutentech%2Fplantuml-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakutentech%2Fplantuml-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakutentech%2Fplantuml-docker/lists"}