Jenkins build nodes
These images are Jenkins SSH Nodes that you can use to run your builds on.
java-8
Build node with zulu-8
, maven
, gradle
, docker-cli
, wget
, bash
.java-11
Build node with zulu-11
, maven
, gradle
, docker-cli
, wget
, bash
.java-13
Build node with zulu-13
, maven
, gradle
, docker-cli
, wget
, bash
.java-14
Build node with zulu-14
, maven
, gradle
, docker-cli
, wget
, bash
.gradle-jdk13
Build node with gradle and zulu-jdk13gradle-jdk11
Build node with gradle and zulu-jdk11gradle-jdk8
Build node with gradle and zulu-jdk8maven-jdk13
Build node with maven and zulu-jdk13maven-jdk11
Build node with maven and zulu-jdk11maven-jdk8
Build node with maven and zulu-jdk8All images have gradle/maven installed on /opt
. (/opt/maven
and /opt/gradle
).
If you need, you can mount your settings.xml
to /home/jenkins/.m2/
.
You can mount your SSH authorized_keys
file (for SSH Keys Login) to /home/jenkins/.ssh/
.
Password authentication is disabled for these images.
Maintainers: