to use run
docker run --rm mohamnag/gradle gradle <command>
It is an intention that this image does not set entry point. Because it may be used in CI and automated builds for doing some preparations before starting the build or other gradle tasks like test.
In this image, Gradle is setup to use /cache as user home. It means by mounting a volume on that path, you can share the cache between runs.
Content type
Image
Digest
sha256:9554fbfd6…
Size
409.9 MB
Last updated
almost 9 years ago
docker pull mohamnag/gradle