Sign inSign up

tanapolsh/gradle

By tanapolsh

Updated over 10 years ago

Gradle 2.10 with JDK 1.8

Image
0

490

tanapolsh/gradle repository overview

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

Tag summary

Content type

Image

Digest

Size

286.9 MB

Last updated

over 10 years ago

docker pull tanapolsh/gradle