{"id":17019046,"url":"https://github.com/robert-96/graphwalker-cli-docker","last_synced_at":"2026-04-17T00:31:09.957Z","repository":{"id":139248512,"uuid":"166232884","full_name":"Robert-96/graphwalker-cli-docker","owner":"Robert-96","description":"Docker images for GraphWalker CLI.","archived":false,"fork":false,"pushed_at":"2023-01-05T23:28:36.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T16:37:45.770Z","etag":null,"topics":["docker","graphwalker"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/robert96/graphwalker-cli","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/Robert-96.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-01-17T13:45:37.000Z","updated_at":"2023-01-03T15:06:03.000Z","dependencies_parsed_at":"2023-05-17T18:00:32.580Z","dependency_job_id":null,"html_url":"https://github.com/Robert-96/graphwalker-cli-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Robert-96/graphwalker-cli-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robert-96%2Fgraphwalker-cli-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robert-96%2Fgraphwalker-cli-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robert-96%2Fgraphwalker-cli-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robert-96%2Fgraphwalker-cli-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robert-96","download_url":"https://codeload.github.com/Robert-96/graphwalker-cli-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robert-96%2Fgraphwalker-cli-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","graphwalker"],"created_at":"2024-10-14T06:47:54.494Z","updated_at":"2026-04-17T00:31:09.934Z","avatar_url":"https://github.com/Robert-96.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# graphwalker-cli-docker\n\nDocker images for [GraphWalker CLI](http://graphwalker.github.io/).\n\n## Supported tags and respective `Dockerfile` links\n\n* [`4.3.2`, `latest` (Dockerfile)](https://github.com/Robert-96/graphwalker-cli-docker/blob/main/Dockerfile)\n\n## GraphWalker CLI\n\n[GraphWalker](http://graphwalker.github.io/) is an open source Model-Based testing tool for test automation. It's designed to make it easy to design your tests using graphs.\n\nThe GraphWalker command line interface is a tool for working with graphs.\n\n## About this image\n\nThe `graphwalker-cli:latest` tag will always point the latest release (which is, at the time of this writing, `graphwalker-cli:4.3.2`).\n\nUp to the `graphwalker-cli:4.2.0` tag all tags had installed OpenJDK 8 (because before version 4.3.0 the latest version of Java supported by GraphWalker was Java 8).\n\nBeginning with the `graphwalker-cli:4.3.0` tag all tags will have installed OpenJDK 11.\n\n## How to use this image\n\nThis image creates a script facilitating running GraphWalker's command line on a linux machine.\n\n### Create a `Dockerfile` in your project\n\n```dockerfile\nFROM robert96/graphwalker-cli:latest\nCMD gw online -s RESTFUL\n```\n\nThen, run the commands to build and run the Docker image:\n\n```\n$ docker build -t my-graphwalker .\n$ docker run --name my-running-graphwalker -p 8887:8887 my-graphwalker\n```\n\n### Without a `Dockerfile`\n\nStart the GraphWalker REST service on a docker image:\n\n```\n$ docker run -it -p 8887:8887 graphwalker-cli:latest gw online -s RESTFUL\n```\n\nVisit http://localhost:8887/graphwalker/getStatistics and you will see It works!\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/Robert-96/graphwalker-cli-docker/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobert-96%2Fgraphwalker-cli-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobert-96%2Fgraphwalker-cli-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobert-96%2Fgraphwalker-cli-docker/lists"}