这是indexloc提供的服务,不要输入任何密码
Skip to content

bgpworks/docker-java-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java (JRE or JDK version 8 or 11) with Node.js 12 or 14 LTS Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

A minimal Dockerfile based on AdoptOpenJDK's JRE or JDK 8/11 Dockerfile (regular) and Azul's OpenJDK JRE or JDK 8/11 (alpine) with Node.js 12 LTS (Erbium) or 14 LTS (Fermium) installed. Please note, that the Node.js 12 LTS (Erbium) builds for alpine might be outdated due to Alpine's update policy.

What's included

  • JRE or JDK 8/11
  • Node.js 12 (Erbium) LTS or 14 LTS (Fermium)
  • npm 6 (latest for Node.js LTS v14 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)
  • linux/ppc64le (not for alpine)
  • linux/s390x (not for alpine)

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

About

🐳 OpenJDK JRE or JDK (8 or 11) with Node.js 12 LTS (Erbium) or 14 LTS (Fermium) Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%