Search Gradle plugins

Plugin Latest Version

Gradle plugin to generate docker layer-friendly directory for spring boot applications. Forked from https://github.com/gclayburg/dockerPreparePlugin to make it work with spring boot M7.

1.1.1
(19 January 2018)

Release project to docker registry

0.9
(11 September 2017)

Configure Spring Boot and Docker image

0.5.7
(28 July 2017)

A gradle plugin to download and control docker-compose from your gradle build.

0.4.0
(16 September 2016)

Microservices gradle plugin

2.0.18
(10 July 2016)

Aeon Gradle Plugins for Docker

0.0.3
(19 January 2016)

Gradle plugin for docker.

1.0
(02 December 2015)

Opinionated tool to deploy docker container to kubernetes using helm

0.0.95
(20 August 2026)

Scans Gradle dependencies and Docker base images with Trivy, auto-pins vulnerable versions, and commits fixes locally. Prerequisites: trivy, jq, tar. Install with: apt install -y jq tar curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 Added tasks: gradleSecurityFix, baseImageSecurityFix (group: security). Both commit fixes to a local branch security/auto-fixes-YYYY-MM-DD. Push the branch and open a PR manually to apply the fixes.

0.2.2
(20 August 2026)

Applies org.springframework.boot and wires the MSP Spring Boot BOM for dependency management. Names the bootJar after the root project and registers copyOtelJavaagent to copy the OpenTelemetry Java agent into build/libs at assemble time. Adds spring-boot-devtools (developmentOnly), micrometer-registry-prometheus (runtimeOnly), msp-spring-boot-application (implementation), and msp-spring-test-starter (testImplementation). Rewrites application.yml at processResources time with build metadata (context name, version, CI environment). When com.stano.docker is also applied, auto-configures the Docker image name, build args, and wires bootWar output as the Docker build context.

0.1.15
(14 August 2026)