Skip to content

muthusk/docker-java-yarn-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-java-yarn-gradle

Uses Alpine 3.7 + Edge Docker Container

Installs OpenJDK 8.161.12

Installs NodeJS + NodeJS-npm ( 8.11.1-r2 ) and yarn 1.6.0

Downloads and unzips Gradle to /opt/gradle If gradle wrapper is used, replace remote URL with local file before starting gradelw command - like shown below

sed -i "s|https\\://services.gradle.org/distributions/gradle-4.5-bin.zip|file\\:///opt/gradle/gradle-4.5-bin.zip|g" ./gradle/wrapper/gradle-wrapper.properties

Gradle is also unziped and set in path to directly use gradle from commandline

This is primarily used on Gitlab CI Build.

About

Docker for Java 8, Yarm 1.6 with Gradle 4.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors