kledk / docker-java-node-git

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

Home Page:https://hub.docker.com/r/timbru31/java-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Docker Automated build buildx Status Lint Dockerfiles

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

What's included

  • JRE or JDK 8/11/17
  • Node.js 18 LTS (Hydrogen)
  • 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/v8 (not for alpine)
  • linux/ppc64le (not for alpine)

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

About

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

https://hub.docker.com/r/timbru31/java-node/

License:MIT License


Languages

Language:Dockerfile 100.0%