Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbru31/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
https://github.com/timbru31/docker-java-node
alpine docker docker-image dockerfile eclipse-temurin hacktoberfest hydrogen iron java jdk17 jre jre11 jre17 jre8 linux node nodejs openjdk openjdk-jre8 temurin
Last synced: 24 days ago
JSON representation
🐳 OpenJDK JRE or JDK (8, 11, 17, 21) with Node.js 18 LTS (Hydrogen) or Node.js 20 LTS (Iron) Docker image
- Host: GitHub
- URL: https://github.com/timbru31/docker-java-node
- Owner: timbru31
- License: mit
- Created: 2017-06-08T13:34:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T18:50:57.000Z (about 1 month ago)
- Last Synced: 2024-09-30T14:02:17.845Z (about 1 month ago)
- Topics: alpine, docker, docker-image, dockerfile, eclipse-temurin, hacktoberfest, hydrogen, iron, java, jdk17, jre, jre11, jre17, jre8, linux, node, nodejs, openjdk, openjdk-jre8, temurin
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/timbru31/java-node/
- Size: 520 KB
- Stars: 80
- Watchers: 4
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Java (JRE or JDK version 8, 11, 17 or 21) with Node.js 18 LTS (Hydrogen) or Node.js 20 LTS (Iron) Dockerfile
[![Docker Automated build](https://img.shields.io/docker/automated/timbru31/java-node.svg)](https://hub.docker.com/r/timbru31/java-node/)
[![buildx Status](https://github.com/timbru31/docker-java-node/workflows/buildx/badge.svg)](https://github.com/timbru31/docker-java-node/actions?query=workflow%3Abuildx)
[![Lint Dockerfiles](https://github.com/timbru31/docker-java-node/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/timbru31/docker-java-node/actions?query=workflow%3A%22Lint+Dockerfiles%22)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](https://gitlab.alpinelinux.org/alpine/aports/-/commit/25b10bd1a93e12a7e49fee38b0a229281ae49fb7))
- 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.