{"id":13615968,"url":"https://github.com/bmuschko/gradle-docker-plugin","last_synced_at":"2025-04-13T23:54:35.843Z","repository":{"id":16830321,"uuid":"19589726","full_name":"bmuschko/gradle-docker-plugin","owner":"bmuschko","description":"Gradle plugin for managing Docker images and containers.","archived":false,"fork":false,"pushed_at":"2023-12-22T00:14:44.000Z","size":11059,"stargazers_count":1235,"open_issues_count":18,"forks_count":361,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-04-06T19:10:51.185Z","etag":null,"topics":["docker","gradle-plugin"],"latest_commit_sha":null,"homepage":"https://bmuschko.github.io/gradle-docker-plugin/current/user-guide/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmuschko.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-05-08T21:35:02.000Z","updated_at":"2025-03-19T19:40:50.000Z","dependencies_parsed_at":"2023-10-02T01:36:44.016Z","dependency_job_id":"990ab46c-d874-482d-aaf7-5e74f2e43a1d","html_url":"https://github.com/bmuschko/gradle-docker-plugin","commit_stats":null,"previous_names":[],"tags_count":126,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmuschko%2Fgradle-docker-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmuschko%2Fgradle-docker-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmuschko%2Fgradle-docker-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmuschko%2Fgradle-docker-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmuschko","download_url":"https://codeload.github.com/bmuschko/gradle-docker-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799914,"owners_count":21163403,"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","gradle-plugin"],"created_at":"2024-08-01T20:01:21.446Z","updated_at":"2025-04-13T23:54:35.824Z","avatar_url":"https://github.com/bmuschko.png","language":"Java","readme":"image:https://github.com/bmuschko/gradle-docker-plugin/workflows/Build%20and%20Release%20%5BLinux%5D/badge.svg[\"Build Status\", link=\"https://github.com/bmuschko/gradle-docker-plugin/actions?query=workflow%3A%22Build+and+Release+%5BLinux%5D%22\"]\nimage:https://github.com/bmuschko/gradle-docker-plugin/workflows/Build%20%5BWindows%5D/badge.svg[\"Build Status\", link=\"https://github.com/bmuschko/gradle-docker-plugin/actions?query=workflow%3A%22Build+%5BWindows%5D%22\"]\nimage:https://img.shields.io/badge/user%20guide-latest-red[\"User Guide\", link=\"https://bmuschko.github.io/gradle-docker-plugin/current/user-guide/\"]\nimage:https://img.shields.io/badge/dev%20guide-latest-orange[\"Developer Guide\", link=\"https://bmuschko.github.io/gradle-docker-plugin/current/dev-guide/\"]\nimage:https://img.shields.io/badge/api%20doc-latest-blue[\"API Doc\", link=\"https://bmuschko.github.io/gradle-docker-plugin/current/api/\"]\n\n= Gradle Docker plugin\n\n++++\n\u003ctable border=1\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            Over the past couple of years this plugin has seen many releases. Our core committers and contributors have done an amazing job! Sometimes life can get in the way of Open Source leading to less frequent releases and slower response times on issues.\n        \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            We are actively looking for additional committers that can drive the direction of the functionality and are willing to take on maintenance and implementation of the project. If you are interested, shoot me a \u003ca href=\"mailto:benjamin.muschko@gmail.com\"\u003email\u003c/a\u003e. We'd love to hear from you!\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n++++\n\nGradle plugin for managing link:https://www.docker.io/[Docker] images and containers using the\nlink:http://docs.docker.io/reference/api/docker_remote_api/[Docker remote API]. The heavy lifting of communicating with the\nDocker remote API is handled by the link:https://github.com/docker-java/docker-java[Docker Java library]. Please\nrefer to the library's documentation for more information on the supported Docker's client API and Docker server version.\n\n== Documentation\n\n* Read the https://bmuschko.github.io/gradle-docker-plugin/current/user-guide/[user guide].\n* Want to contribute? Have a look at the https://bmuschko.github.io/gradle-docker-plugin/current/dev-guide/[dev guide].\n* Skim through the https://bmuschko.github.io/gradle-docker-plugin/current/user-guide/#change_log[release notes].\n* Check out the full-fledged https://github.com/bmuschko/gradle-docker-plugin/tree/master/src/docs/samples/code[sample projects] using the Groovy and the Kotlin DSL.\n* Inspect classes and methods of the plugin in the https://bmuschko.github.io/gradle-docker-plugin/current/api/[API documentation].\n* Anything unclear? Ask a question on the https://gitter.im/gradle-docker-plugin/Lobby[Gitter channel] or https://github.com/bmuschko/gradle-docker-plugin/issues[open an issue].\n","funding_links":[],"categories":["Java","Plugins","gradle-plugin","Groovy"],"sub_categories":["VM and container"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmuschko%2Fgradle-docker-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmuschko%2Fgradle-docker-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmuschko%2Fgradle-docker-plugin/lists"}