docker-java-node

🐳 OpenJDK JRE or JDK (8, 11, 17, 21) with Node.js 18 LTS (Hydrogen) or Node.js 20 LTS (Iron) Docker image

MIT License

Stars
80

Java (JRE or JDK version 8, 11, 17 or 21) with Node.js 18 LTS (Hydrogen) or Node.js 20 LTS (Iron) Dockerfile

A minimal Dockerfile based on Eclipse Temurin's OpenJDK JRE or JDK 8/11/17/21 Dockerfile (regular, alpine) with Node.js 18 LTS (Hydrogen) or Node.js 20 LTS (Iron) installed.

What's included

  • JRE or JDK 8/11/17/21
  • Node.js 18 LTS (Hydrogen) or Node.js 20 LTS (Iron)
  • bundled npm that comes with the respective Node.js version (latest for Node.js on alpine, see why)
  • yarn
  • curl

Available platforms

These Dockerfiles leverage the new buildx functionality and offer the following platforms:

  • linux/amd64
  • linux/arm64 (not for alpine)
  • linux/arm/v7 (not for alpine, not for Java 21)
  • linux/ppc64le (not for alpine)

Built by (c) Tim Brust and contributors. Released under the MIT license.

Badges
Extracted from project README's
Docker Automated build buildx Status Lint Dockerfiles
Related Projects