https://github.com/nfriend/docker-java-node-git
A minimal Dockerfile with Java, Node, and git installed.
https://github.com/nfriend/docker-java-node-git
docker git java node
Last synced: 3 months ago
JSON representation
A minimal Dockerfile with Java, Node, and git installed.
- Host: GitHub
- URL: https://github.com/nfriend/docker-java-node-git
- Owner: nfriend
- License: mit
- Created: 2019-09-14T14:36:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T09:45:30.000Z (over 5 years ago)
- Last Synced: 2025-12-01T18:46:52.368Z (7 months ago)
- Topics: docker, git, java, node
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/nathanfriend/java-node-git/
- Size: 983 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-node-git-docker-image
[](https://hub.docker.com/r/nathanfriend/java-node-git/)
[](https://hub.docker.com/r/nathanfriend/java-node-git/builds)
[](https://gitlab.com/nfriend/docker-java-node-git/pipelines/latest)
A minimal Dockerfile based on [timbru31/java-node](https://www.github.com/timbru31/docker-java-node) with git installed.
View on Docker Hub: https://hub.docker.com/r/nathanfriend/java-node-git/
## What's included
- From [timbru31/java-node](https://www.github.com/timbru31/docker-java-node):
- JRE 8/11
- Node.js 10
- npm 6
- yarn
- curl
- From this Dockerfile:
- git
## Source
View the source on [GitLab](https://github.com/nfriend/docker-java-node-git) or its mirror on [GitHub](https://github.com/nfriend/docker-java-node-git). Please open issues and merge requests against the GitLab repository.