Gradle Now Maintains the Official Docker Image

Gradle has become the official maintainer of the Gradle Docker image to ensure it remains reliable, secure, and up to date for developers.

Table of Contents

Introduction

We’re excited to announce we’re now the official maintainer of the Gradle image on Docker Hub.

For years, developers have relied on the Gradle Docker image to run builds in containers and CI/CD pipelines. Originally created and maintained by community contributor Keegan Witt, this image became a trusted resource for thousands of teams. Today, we’re bringing it under the Gradle organization to ensure it remains reliable, up to date, and aligned with Gradle’s release cadence.

Docker Gradle Github

Why this Matters #

Docker is a critical part of modern software delivery. Many teams build and test their projects in containerized environments, and CI/CD platforms like GitHub Actions, GitLab CI, and Jenkins depend on official images to provide consistency and trust.

By becoming the official maintainer of the Gradle Docker image, we can:

  • Provide timely updates for each Gradle release, including security fixes
  • Ensure alignment with the official Gradle -bin distributions
  • Collaborate with the community to evolve the image for new use cases
  • Provide support through the standard support channels (Slack and Community Forum)

This also reduces the burden on individual contributors who’ve generously kept the image running until now.

A big Thank You #

We want to recognize Keegan Witt, who has maintained the Gradle Docker image for years. His diligent work ensured developers could trust the image long before it became officially supported. We’re grateful for his contributions and stewardship!

What to Expect Going Forward #

  • The official Gradle Docker image will continue to be published under hub.docker.com/_/gradle.
  • Images will be kept aligned with Gradle releases to the greatest extent possible.
  • We’ll review and evolve best practices for image usage, including improvements for CI workflows and ephemeral build environments.

Docker Gradle Hub

Using the Image #

Try the latest official image today:

docker pull gradle:latest

Or specify a versioned tag:

docker pull gradle:9.0.0-jdk17

Get Involved #

The Gradle Docker image remains open source. To contribute or raise issues, visit the Gradle GitHub organization, join us on Slack, or participate in discussions on the Gradle Community Forums.

The Docker ecosystem has always been about community, and this step brings Gradle even closer to the teams building software every day. We’re excited to support you with an official, trusted image provided directly from the Gradle team.

Discuss