6.0.1-jdk8
,6.0-jdk8
,jdk8
,6.0.1-jdk
,6.0-jdk
,jdk
,6.0.1
,6.0
,latest
6.0.1-jre8
,6.0-jre8
,jre8
,6.0.1-jre
,6.0-jre
,jre
6.0.1-jdk11
,6.0-jdk11
,jdk11
6.0.1-jre11
,6.0-jre11
,jre11
6.0.1-jdk13
,6.0-jdk13
,jdk13
6.0.1-jre13
,6.0-jre13
,jre13
-
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow -
Where to file issues:
https://github.com/keeganwitt/docker-gradle/issues -
Maintained by:
Keegan Witt (of the Groovy Project), with the Gradle Project's approval -
Supported architectures: (more info)
amd64
,arm32v7
,arm64v8
,ppc64le
,s390x
-
Published image artifact details:
repo-info repo'srepos/gradle/
directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images PRs with labellibrary/gradle
official-images repo'slibrary/gradle
file (history) -
Source of this description:
docs repo'sgradle/
directory (history)
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.
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.
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.