Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
/ jdk-maven-node Public archive

Dockerfile with JDK, Maven and NodeJS

License

Notifications You must be signed in to change notification settings

mgrybyk/jdk-maven-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdk-maven-node

DEPRECATED!

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

Updates

The image updates every week on Monday.

Build

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

Examples

Command Line

docker build --build-arg NODE_VERSION=20 --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=20 --build-arg MAVEN_JDK_VERSION=3-eclipse-temurin-17 -f Dockerfile .')

About

Dockerfile with JDK, Maven and NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published