All Projects → bmuschko → Gradle Docker Plugin

bmuschko / Gradle Docker Plugin

Licence: apache-2.0
Gradle plugin for managing Docker images and containers.

Programming Languages

groovy
2714 projects

Projects that are alternatives of or similar to Gradle Docker Plugin

Scabbard
🗡 A tool to visualize Dagger 2 dependency graphs
Stars: ✭ 615 (-38.13%)
Mutual labels:  gradle-plugin
Typescript Generator
Generates TypeScript from Java - JSON declarations, REST service client
Stars: ✭ 729 (-26.66%)
Mutual labels:  gradle-plugin
Gradle Kotlin Aspectj Weaver
A Gradle plugin that allows you to weave your compiled Java and Kotlin files with AspectJ
Stars: ✭ 14 (-98.59%)
Mutual labels:  gradle-plugin
Thinrplugin
去除android中的R.class
Stars: ✭ 632 (-36.42%)
Mutual labels:  gradle-plugin
Img Optimizer Gradle Plugin
一款用于优化png图片的gradle插件,有效减少APK体积,支持极限压缩和无损压缩。
Stars: ✭ 718 (-27.77%)
Mutual labels:  gradle-plugin
Ktargeter
Kotlin compiler plugin that allows overriding annotation use-site targets for properties
Stars: ✭ 24 (-97.59%)
Mutual labels:  gradle-plugin
Android Junit5
Testing with JUnit 5 for Android.
Stars: ✭ 580 (-41.65%)
Mutual labels:  gradle-plugin
Codeanalysis
Android静态代码分析
Stars: ✭ 31 (-96.88%)
Mutual labels:  gradle-plugin
Kotless
Kotlin Serverless Framework
Stars: ✭ 721 (-27.46%)
Mutual labels:  gradle-plugin
Rust Android Gradle
Stars: ✭ 14 (-98.59%)
Mutual labels:  gradle-plugin
Shot
Gradle plugin developed to facilitate screenshot testing for Android
Stars: ✭ 668 (-32.8%)
Mutual labels:  gradle-plugin
Ktlint Gradle
A ktlint gradle plugin
Stars: ✭ 713 (-28.27%)
Mutual labels:  gradle-plugin
Plantuml Gradle Plugin
Gradle plugin to build PlantUML diagrams from code (for living and up-to-date documentation)
Stars: ✭ 27 (-97.28%)
Mutual labels:  gradle-plugin
Jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
Stars: ✭ 5,633 (+466.7%)
Mutual labels:  gradle-plugin
Soapui Gradle Plugin
SoapUI Gradle Plugin
Stars: ✭ 14 (-98.59%)
Mutual labels:  gradle-plugin
Sdkhotfix
在用户规模千万级别的app中验证过,稳定无兼容问题,5分钟让你的SDK拥有热修复能力。A SDK hotfix library with stable verified in tens of millions of users can be accessed in only five minutes.
Stars: ✭ 585 (-41.15%)
Mutual labels:  gradle-plugin
Gradle Release
gradle-release is a plugin for providing a Maven-like release process for projects using Gradle
Stars: ✭ 731 (-26.46%)
Mutual labels:  gradle-plugin
Gradle Xjc Plugin
A Gradle plugin to run the XJC binding compiler during a build
Stars: ✭ 38 (-96.18%)
Mutual labels:  gradle-plugin
Gradle Teamcity Plugin
Gradle plugin for developing TeamCity plugins
Stars: ✭ 30 (-96.98%)
Mutual labels:  gradle-plugin
Gradle Defaults
Plugin providing opinionated defaults for Gradle projects.
Stars: ✭ 7 (-99.3%)
Mutual labels:  gradle-plugin

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"] image: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"] image:https://api.bintray.com/packages/bmuschko/gradle-plugins/com.bmuschko%3Agradle-docker-plugin/images/download.svg["Download", link="https://bintray.com/bmuschko/gradle-plugins/com.bmuschko%3Agradle-docker-plugin/_latestVersion"] image:https://img.shields.io/badge/user%20guide-latest-red["User Guide", link="https://bmuschko.github.io/gradle-docker-plugin/"] image:https://img.shields.io/badge/groovydoc-latest-9cf["Groovydoc", link="https://bmuschko.github.io/gradle-docker-plugin/api"] image:https://badges.gitter.im/Join%20Chat.svg["Gitter", link="https://gitter.im/gradle-docker-plugin/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"]

= Gradle Docker plugin

++++

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.
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 mail. We'd love to hear from you!
++++

Gradle plugin for managing link:https://www.docker.io/[Docker] images and containers using the link:http://docs.docker.io/reference/api/docker_remote_api/[Docker remote API]. The heavy lifting of communicating with the Docker remote API is handled by the link:https://github.com/docker-java/docker-java[Docker Java library]. Please refer to the library's documentation for more information on the supported Docker's client API and Docker server version.

== Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].