Docker Gradle 2.10 on JDK1.8
How to use
To start build, mount project at /app eg. docker run --rm -v /path/to/app:/app tanapolsh/gradle <command>
You may encounter problem that gradle don't cache downloaded jar file.
So, you have to create data container docker create --name gradle_cache tanapolsh/gradle
and start build with this command docker run --rm --volumes-from=gradle_cache -v /path/to/app:/app tanapolsh/gradle build
Content type
Image
Digest
Size
286.9 MB
Last updated
over 10 years ago
docker pull tanapolsh/gradle