docker-gradle icon indicating copy to clipboard operation
docker-gradle copied to clipboard

Docker images with Gradle

Results 14 docker-gradle issues
Sort by recently updated
recently updated
newest added

So I created my own image based on the official Gradle one to build React Native app from containers and I'm using the `./gradlew assembleRelease` in the `/android` folder but...

The following Gradle releases never had a Docker image released for them. * 3.5.1 * 4.0.2 * 4.10.3

I'm under Windows and build a big composite build. It works outside of docker, but failed when I run with the following command : docker run --rm -u gradle -v...

Full stack trace: ``` > [build 4/4] RUN gradle build -d --no-daemon: #10 1.985 org.gradle.api.internal.classpath.UnknownModuleException: Cannot locate JAR for module 'ant' in distribution directory '/opt/gradle'. #10 1.987 at org.gradle.api.internal.classpath.DefaultModuleRegistry.loadExternalModule(DefaultModuleRegistry.java:109) #10...

(to avoid need to install wget)

The `latest` tag is confusing, as it points to non-latest JDK. Perhaps the tag should point to the latest supported JDK for that latest Gradle version. Or perhaps there should...

Due to the recent rate-limits introduced by Docker Hub, it would be great id the gradle image could be mirrored to quay.io (or any alternative public registry) as well.

Make is shipped with almost every linux distributions, so would be really great if we can use it here

hi, is it possible to add docker support inside the docker image ?