Thank you for attending DockerCon 2020!Watch the recordings.
✕
Explore
Pricing
Sign In
Explore
gradle
product logo

gradle

Docker Official Images
Gradle is a build tool with a focus on build automation and support for multi-language development.
50M+
Container Linux ARM 386 IBM Z x86-64 PowerPC 64 LE ARM 64 Application Frameworks Official Image
Linux - PowerPC 64 LE ( latest )
Copy and paste to pull this image
View Available Tags
DescriptionReviewsTags

Quick reference

  • Maintained by: Keegan Witt (of the Groovy Project), with the Gradle Project's approval

  • Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow

Supported tags and respective Dockerfile links

  • 6.5.1-jdk8, 6.5-jdk8, jdk8, 6.5.1-jdk, 6.5-jdk, jdk, 6.5.1, 6.5, latest
  • 6.5.1-jre8, 6.5-jre8, jre8, 6.5.1-jre, 6.5-jre, jre
  • 6.5.1-jdk11, 6.5-jdk11, jdk11
  • 6.5.1-jre11, 6.5-jre11, jre11
  • 6.5.1-jdk14, 6.5-jdk14, jdk14
  • 6.5.1-jre14, 6.5-jre14, jre14

Quick reference (cont.)

  • Where to file issues: https://github.com/keeganwitt/docker-gradle/issues

  • Supported architectures: (more info) amd64, arm32v7, arm64v8, ppc64le, s390x

  • Published image artifact details: repo-info repo's repos/gradle/ directory (history) (image metadata, transfer size, etc)

  • Image updates: official-images PRs with label library/gradle
    official-images repo's library/gradle file (history)

  • Source of this description: docs repo's gradle/ directory (history)

What is Gradle?

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.

logo

How to use this image

Building a Gradle project

Run this from the directory of the Gradle project you want to build.

docker run --rm -u gradle -v "$PWD":/home/gradle/project -w /home/gradle/project gradle gradle <gradle-task>

Note the above command runs using uid/gid 1000 (user gradle) to avoid running as root.

If you are mounting a volume and the uid/gid running Docker is not 1000, you should run as user root (-u root). root is also the default, so you can also simply not specify a user.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo-info repository's gradle/ directory.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Why Docker
OverviewWhat is a Container
Products
Product Overview
Product Offerings
Docker DesktopDocker Hub
Features
Container RuntimeDeveloper ToolsDocker AppKubernetes
Developers
Getting StartedPlay with DockerCommunityOpen SourceDocsHub Release Notes
Company
About UsResourcesBlogCustomersPartnersNewsroomEvents and WebinarsCareersContact Us
© 2020 Docker Inc. All rights reserved | Terms of Service | Privacy | Legal