Skip to content

Files

Latest commit

 

History

History

gradle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

qlik/gradle

⚠️ WARNING: This image is deprecated and unsupported. Please switch to another image like the official gradle image.

A Java development image with Gradle installed.

How to build

The Docker image can be built using the following command

docker build -t <your Docker Hub ID>/gradle .

where the dot is the current folder, assuming you are running the docker command from the same folder of the Dockerfile. If you want a specific Gradle version, build the image with this command instead:

docker build -t <your Docker Hub ID>/gradle --build-arg GRADLE_VERSION=<Gradle version> .

License

This image packages Gradle, which is licensed under the Apache 2.0 license.

Third-Party Licenses

See the git repository for the source code information: https://github.com/qlik-oss/dockerfiles/blob/master/LICENSE

As with all Docker images, these also contain other software which may be under other licenses, along with any direct or indirect dependencies of the primary software being contained.

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.

The licenses of the contained software can be determined by inspecting the Dockerfile

Unsupported

The source code (Dockerfiles) and binaries (container images) that result are provided for convenience, and not supported in any way.