{"id":13590490,"url":"https://github.com/robbell/plantuml-docker","last_synced_at":"2025-04-08T13:31:20.194Z","repository":{"id":48537495,"uuid":"239348985","full_name":"robbell/plantuml-docker","owner":"robbell","description":"Run PlantUML in a Docker container as part of your build pipeline","archived":false,"fork":false,"pushed_at":"2021-07-21T04:02:36.000Z","size":9,"stargazers_count":11,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T23:41:54.468Z","etag":null,"topics":["architecture","architecture-diagrams","azure-devops","azure-devops-pipelines","c4","c4model","cicd","docker","help-wanted","plantuml"],"latest_commit_sha":null,"homepage":"","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/robbell.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}},"created_at":"2020-02-09T18:01:08.000Z","updated_at":"2023-05-18T11:56:29.000Z","dependencies_parsed_at":"2022-09-22T05:32:48.961Z","dependency_job_id":null,"html_url":"https://github.com/robbell/plantuml-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbell%2Fplantuml-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbell%2Fplantuml-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbell%2Fplantuml-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbell%2Fplantuml-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robbell","download_url":"https://codeload.github.com/robbell/plantuml-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247851571,"owners_count":21006778,"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":["architecture","architecture-diagrams","azure-devops","azure-devops-pipelines","c4","c4model","cicd","docker","help-wanted","plantuml"],"created_at":"2024-08-01T16:00:46.298Z","updated_at":"2025-04-08T13:31:15.179Z","avatar_url":"https://github.com/robbell.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# PlantUML in Docker\n\nRun PlantUML in a Docker container. For use as part of your build pipeline.\n\n![Docker Build Status](https://img.shields.io/docker/cloud/build/robbell/plantuml-docker?style=for-the-badge)\n\n## Usage\n\n### Multiple files by wildcard\n\nWhere all PlantUML files exist in the `path-to-mount` folder and have the extension .puml:\n\n```\ndocker run -v path-to-mount:/source --rm -i robbell/plantuml-docker source/*.puml -o ./output\n```\n\n### Single file\n\n```\ncat sample.puml | docker run --rm -i robbell/plantuml-docker \u003e output.png\n```\n\n### Azure DevOps Pipeline\n\n```\ntrigger:\n- master\n\npool:\n  vmImage: 'ubuntu-latest'\n\nsteps:\n- script: docker run -v $(Build.Repository.LocalPath)/plantuml:/source --rm -i robbell/plantuml-docker source/*.puml -o ./output\n  displayName: 'Export PlantUML diagrams'\n\n- task: PublishBuildArtifacts@1\n  displayName: 'Publish PlantUML diagrams as artifact'\n  inputs:\n    PathtoPublish: '$(Build.Repository.LocalPath)/plantuml/output'\n    ArtifactName: 'plantuml-output'\n```\n\n## Upcoming\n\n- [x] Include Azure Devops sample tasks\n- [ ] Include more samples for PNG and SVG, and wildcard usage\n- [ ] List the benefits vs. PlantUML Server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbell%2Fplantuml-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobbell%2Fplantuml-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbell%2Fplantuml-docker/lists"}