Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 2.53 KB

README.md

File metadata and controls

93 lines (73 loc) · 2.53 KB

Gradle Docker Plugin

CI

Simple to use Gradle Plugin to build, tag and push Docker Images. Supports Multi-Module-Projects, build caching, Java 8 and runs on Gradle 6+ and 7+.

Usage

Apply the plugin:

plugins {
    id 'com.github.jazzschmidt.gradle-docker-plugin' version '<version>'
}

All projects that have a docker directory will be configured with the docker tasks.

Suppose the following project structure:

  • :root: project
    • build.gradle
    • :example: project
      • docker/
        • Dockerfile
        • config.toml