Note: this is the "per-architecture" repository for the arm32v5 builds of the gradle official image -- for more information, see "Architectures other than amd64?" in the official images documentation and "An image's source changed in Git, now what?" in the official images FAQ.
Maintained by:
Gradle, Inc.
Where to get help:
Gradle Community Slack, Gradle Community Forum, Docker Community Slack, Server Fault, Unix & Linux, Stack Overflow
Dockerfile linksWARNING: THIS IMAGE IS NOT SUPPORTED ON THE arm32v5 ARCHITECTURE
Where to file issues:
https://github.com/gradle/docker-gradle/issues
Supported architectures: (more info)
amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
Published image artifact details:
repo-info repo's repos/gradle/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images repo's library/gradle label
official-images repo's library/gradle file (history)
Source of this description:
docs repo's gradle/ directory (history)
Gradle is a fast, dependable, and adaptable open-source build automation tool with an elegant and extensible declarative build language.
From your project directory:
docker run --rm -u gradle \
-v "$PWD":/home/gradle/project \
-w /home/gradle/project \
arm32v5/gradle gradle <task>
Replace <task> with your desired Gradle task, e.g., build.
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.