Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.49 KB

File metadata and controls

28 lines (19 loc) · 1.49 KB

Java (JRE or JDK version 8, 11, 17, 21 or 25) with Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 (Krypton) Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

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

What's included

  • JRE or JDK 8/11/17/21/25
  • Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 (Krypton)
  • 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, not for Node.js >= 24)
  • linux/ppc64le (not for alpine)

Built by (c) Tim Prüssing and contributors. Released under the MIT license.