{"id":44160708,"url":"https://github.com/sitture/docker-gauge-java","last_synced_at":"2026-03-03T02:02:55.559Z","repository":{"id":48482987,"uuid":"144462410","full_name":"sitture/docker-gauge-java","owner":"sitture","description":"An alpine based docker maven image with Gauge from ThoughtWorks installed for running BDD style gauge-java test suites.","archived":false,"fork":false,"pushed_at":"2026-02-02T19:03:01.000Z","size":108,"stargazers_count":3,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-09T11:42:12.541Z","etag":null,"topics":["continuous-deployment","continuous-integration","continuous-testing","docker","docker-compose","docker-gauge","docker-gauge-java","docker-hub","dockerfile","gauge","gauge-container","gauge-java","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/sitture.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-12T11:49:24.000Z","updated_at":"2025-12-23T16:28:59.000Z","dependencies_parsed_at":"2023-01-20T13:16:55.442Z","dependency_job_id":"5d1c0cd4-e9e5-443f-a0c6-210bf031766c","html_url":"https://github.com/sitture/docker-gauge-java","commit_stats":null,"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"purl":"pkg:github/sitture/docker-gauge-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitture%2Fdocker-gauge-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitture%2Fdocker-gauge-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitture%2Fdocker-gauge-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitture%2Fdocker-gauge-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sitture","download_url":"https://codeload.github.com/sitture/docker-gauge-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitture%2Fdocker-gauge-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29465397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"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":["continuous-deployment","continuous-integration","continuous-testing","docker","docker-compose","docker-gauge","docker-gauge-java","docker-hub","dockerfile","gauge","gauge-container","gauge-java","hacktoberfest"],"created_at":"2026-02-09T07:40:05.895Z","updated_at":"2026-02-15T02:01:17.499Z","avatar_url":"https://github.com/sitture.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sitture / docker-gauge-java\n\n[![CircleCI](https://circleci.com/gh/sitture/docker-gauge-java.svg?style=shield)](https://circleci.com/gh/sitture/docker-gauge-java) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?maxAge=2592000)](https://opensource.org/licenses/MIT) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](../../issues) [![Docker Pulls](https://img.shields.io/docker/pulls/sitture/docker-gauge-java.svg?style=round-square)](https://hub.docker.com/r/sitture/docker-gauge-java) [![Docker Stars](https://img.shields.io/docker/stars/sitture/docker-gauge-java.svg)](https://hub.docker.com/r/sitture/docker-gauge-java)\n\n[![Gauge Badge](https://gauge.org/Gauge_Badge.svg)](https://gauge.org/)\n\nAn alpine based docker maven image with [Gauge](https://gauge.org) from [ThoughtWorks](https://www.thoughtworks.com) installed for running BDD style [gauge-java](https://github.com/getgauge/gauge-java) test suites.\n\nThe docker image tagging is based on the [version of Gauge](https://github.com/getgauge/gauge/releases). E.g. The `sitture/docker-gauge-java:latest` tag will always contain the latest version of gauge and `sitture/docker-gauge-java:1.0.0` tag will contain version `1.0.0` of gauge.\n\nHere are all the [supported tags](https://hub.docker.com/r/sitture/docker-gauge-java/tags/) of the image.\n\n__Note:__ The current `latest` version of the image is built on top of `JDK 11`.\n\n- Gauge [Latest](https://github.com/getgauge/gauge/releases)\n    - Plugins `html-report, java, screenshot, spectacle, xml-report, reportserver, inprogress`\n- Maven 3\n- Additional tools: `bash, curl, wget, unzip, tar`\n\n## Usage\n\nPull the latest Image with\n\n```bash\ndocker pull sitture/docker-gauge-java:latest\n```\n\nOr you can build an image with remote Dockerfile:\n\n```bash\ndocker build --progress=plain --pull \\\n\t--build-arg BASE_IMAGE_TAG=21-jdk \\\n\t--build-arg GAUGE_VERSION=1.6.4 \\\n\t-t sitture/docker-gauge-java:latest \\\n  \"github.com/sitture/docker-gauge-java.git#:eclipse-temurin\"\n```\n\n### Using `docker run`\n\n```bash\ndocker run -it --rm sitture/docker-gauge-java:latest gauge -v\n```\n\nWhen using maven, you can mount the maven `.m2` repository in the container:\n\n```bash\ndocker run -it --rm -v ~/.m2:/root/.m2 sitture/docker-gauge-java:latest mvn --version\n```\n\nYou can add additional volumes for your test reports, etc.\n\n### Using `docker-compose.yml`\n\nExample:\n\n```yaml\nservices:\n    gauge:\n      image: sitture/docker-gauge-java:latest\n      container_name: docker-gauge-java\n      volumes:\n        - '.:/usr/src/app'\n        - '/Users/${USER}/.m2:/root/.m2'\n      command: gauge -v\n```\n\n## Issues \u0026 Contributions\n\nPlease [open an issue here](../../issues) on GitHub if you have a problem, suggestion, or other comment.\n\nPull requests are welcome and encouraged! Any contributions should include new or updated unit tests as necessary to maintain thorough test coverage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitture%2Fdocker-gauge-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsitture%2Fdocker-gauge-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitture%2Fdocker-gauge-java/lists"}