Sign inSign up

atools/jdk-maven-node

By atools

Updated over 2 years ago

DEPRECATED

Image
2

10K+

atools/jdk-maven-node repository overview

jdk-maven-node

DEPRECATED!


Dockerfile with JDK, Maven and NodeJS. Versions are configurable.

Build

You may build image with desired versions of JDK, Maven and NodeJS:

Examples
Command Line

docker build --build-arg NODE_VERSION=lts --build-arg MAVEN_JDK_VERSION=3-eclipse-temurin-17 -f Dockerfile -t jdk-mvn-node .

Jenkins Pipeline

docker.build('jdk-mvn-node', '--build-arg NODE_VERSION=lts --build-arg MAVEN_JDK_VERSION=3-eclipse-temurin-17 -f Dockerfile .')

Tag summary

Content type

Image

Digest

sha256:20ba7dc3a

Size

342.6 MB

Last updated

over 2 years ago

docker pull atools/jdk-maven-node:jdk17-nodelts