Search Gradle plugins

Plugin Latest Version

Provides local Docker Registry

1.0.17
(14 January 2023)

Wraps `docker buildx build` to expose BuildKit features (multi-platform builds, cache mounts, SBOM, provenance, registry cache) as a proper Gradle task DSL. Fills the gap left by gradle-docker-plugin and Jib, which predate/ignore BuildKit.

0.1.0
(17 July 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.6
(22 June 2026)