An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# java-node-git-docker-image

[![Docker Automated build](https://img.shields.io/docker/cloud/automated/nathanfriend/java-node-git.svg)](https://hub.docker.com/r/nathanfriend/java-node-git/)
[![Docker Build Status](https://img.shields.io/docker/cloud/build/nathanfriend/java-node-git.svg)](https://hub.docker.com/r/nathanfriend/java-node-git/builds)
[![Build Status](https://gitlab.com/nfriend/docker-java-node-git/badges/master/pipeline.svg)](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.