{"id":17356511,"url":"https://github.com/nickshine/dot","last_synced_at":"2025-09-22T04:32:21.017Z","repository":{"id":51801321,"uuid":"214674470","full_name":"nickshine/dot","owner":"nickshine","description":"A Docker image for the Graphviz DOT cli","archived":false,"fork":false,"pushed_at":"2024-12-06T02:11:16.000Z","size":8,"stargazers_count":29,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T07:04:10.643Z","etag":null,"topics":["docker","dot","graphviz"],"latest_commit_sha":null,"homepage":null,"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/nickshine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-12T15:57:47.000Z","updated_at":"2025-02-01T09:13:26.000Z","dependencies_parsed_at":"2024-06-21T04:11:13.472Z","dependency_job_id":null,"html_url":"https://github.com/nickshine/dot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nickshine/dot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickshine%2Fdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickshine%2Fdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickshine%2Fdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickshine%2Fdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickshine","download_url":"https://codeload.github.com/nickshine/dot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickshine%2Fdot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276346913,"owners_count":25626550,"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-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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","dot","graphviz"],"created_at":"2024-10-15T18:39:39.542Z","updated_at":"2025-09-22T04:32:20.693Z","avatar_url":"https://github.com/nickshine.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOT\n\nA Docker image for the [Graphviz] DOT CLI.\n\nhttps://hub.docker.com/r/nshine/dot\n\n* [Graphviz] - Graph Visualization Software\n* [DOT] - Graph Description Language\n\n## Usage\n\n### Generate a PNG\n\n```bash\ncat graph.dot | docker run --rm -i nshine/dot \u003e graph.png\n```\n\n### Generate Other Outputs\n\n```bash\ncat graph.dot | docker run --rm -i nshine/dot dot -Tsvg \u003e graph.svg\n```\n\n### Use with Terraform Graph\n\n```bash\nterraform graph | docker run --rm -i nshine/dot \u003e graph.png\n```\n\n### Use in GitLab CI\n\n```yaml\n\nstages:\n  - terraform\n  - graph\n\nterraform:\n  stage: terraform\n  image: hashicorp/terraform\n  entrypoint: [\"\"]\n  script:\n    - terraform graph \u003e graph.dot\n  archive:\n    paths:\n      - graph.dot\n\npages:\n  stage: graph\n  image: nshine/dot\n  dependencies:\n    - terraform\n  script:\n    - mkdir -p public\n    - dot -Tpng graph.dot \u003e public/graph.png\n    - echo '\u003chtml\u003e\u003cimg src=\"graph.png\" alt=\"terraform graph\"\u003e\u003c/html\u003e' \u003e public/index.html\n  archive:\n    paths:\n    - public\n    expire_in: 1h\n```\n\nSee the Graphviz [Command-line Invocation][cli-docs] docs for full documentation on the dot cli.\n\n[graphviz]:https://graphviz.org\n[dot]:https://en.wikipedia.org/wiki/DOT_(graph_description_language)\n[cli-docs]:https://www.graphviz.org/doc/info/command.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickshine%2Fdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickshine%2Fdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickshine%2Fdot/lists"}