A minimal Dockerfile based on Eclipse Temurin's OpenJDK JRE or JDK 8/11 Dockerfile (regular) and Azul's OpenJDK JRE or JDK 8/11 (alpine) with Node.js 12 LTS (Erbium), 14 LTS (Fermium) or 16 LTS (Gallium) installed. Please note, that the Node.js 12 LTS (Erbium) builds for alpine might be outdated due to Alpine's update policy.
- JRE or JDK 8/11
- Node.js 12 (Erbium) LTS, 14 LTS (Fermium) or 16 LTS (Gallium)
- bundled npm that comes with the respective Node.js version (latest for Node.js LTS v14+ on alpine, see why)
- yarn
- curl
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)
Built by (c) Tim Brust and contributors. Released under the MIT license.