{"id":15043084,"url":"https://github.com/ekino/gradle-docker-plugin","last_synced_at":"2026-02-03T01:02:23.819Z","repository":{"id":37978358,"uuid":"191734962","full_name":"ekino/gradle-docker-plugin","owner":"ekino","description":"Docker plugin applying some configuration for your builds","archived":false,"fork":false,"pushed_at":"2023-12-25T07:53:08.000Z","size":353,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-06T12:26:32.955Z","etag":null,"topics":["docker","docker-compose","ekino","gradle"],"latest_commit_sha":null,"homepage":"https://plugins.gradle.org/plugin/com.ekino.oss.gradle.plugin.docker","language":"Kotlin","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/ekino.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-06-13T09:42:47.000Z","updated_at":"2023-02-25T14:58:05.000Z","dependencies_parsed_at":"2024-09-25T01:47:12.123Z","dependency_job_id":"4035cb96-701f-4a4e-ad6d-a473931a4aab","html_url":"https://github.com/ekino/gradle-docker-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ekino/gradle-docker-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekino%2Fgradle-docker-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekino%2Fgradle-docker-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekino%2Fgradle-docker-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekino%2Fgradle-docker-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekino","download_url":"https://codeload.github.com/ekino/gradle-docker-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekino%2Fgradle-docker-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261548736,"owners_count":23175495,"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-compose","ekino","gradle"],"created_at":"2024-09-24T20:48:32.877Z","updated_at":"2026-02-03T01:02:23.774Z","avatar_url":"https://github.com/ekino.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ekino gradle docker plugin\n\nDocker gradle plugin for ekino projects\n\n[![Build Status](https://github.com/ekino/gradle-docker-plugin/workflows/Build%20branch/badge.svg)](https://github.com/ekino/gradle-docker-plugin/actions?query=branch%3Amaster+event%3Apush)\n[![GitHub (pre-)release](https://img.shields.io/github/release/ekino/gradle-docker-plugin.svg)](https://github.com/ekino/gradle-docker-plugin/releases)\n[![GitHub license](https://img.shields.io/github/license/ekino/gradle-docker-plugin.svg)](https://github.com/ekino/gradle-docker-plugin/blob/master/LICENSE.md)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ekino_gradle-docker-plugin\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=ekino_gradle-docker-plugin)\n\n\n## Overview\n\nThis plugin configures the following tasks for any ekino projects :\n\n* Manage docker-compose\n\n## Build\n\nThis will create the JAR and run the tests\n\n    ./gradlew build\n\n## Publish locally\n\nThis will publish the JAR in your local Maven repository\n\n    ./gradlew publishToMavenLocal\n\n## Publish\n\nThis will upload the plugin to Nexus repository\n\n    ./gradlew build publish\n\n## Requirements\n\n- JDK 8\n- Gradle 6.9.1\n\n## Usage\n\nAdd the plugin in your Gradle build script:\n\n```groovy\nplugins {\n    id \"com.ekino.oss.gradle.plugin.docker\" version \"0.0.1\"\n}\n```\n\n## Docker compose\n\nIf you have a `docker-compose.yml` at the root of your project, this plugin will start your docker compose before :\n* The bootRun task\n* The integrationTest\n\nAnd it will stop the docker compose after.\n\nIt can be very useful to start servers in order to perform good integration tests\nor start a microservice with all its requirements offline.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekino%2Fgradle-docker-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekino%2Fgradle-docker-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekino%2Fgradle-docker-plugin/lists"}