Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayan4m1/docker-maven-node
Docker images which bundle Java, Maven, and Node.js
https://github.com/ayan4m1/docker-maven-node
docker java maven nodejs nvm
Last synced: 3 months ago
JSON representation
Docker images which bundle Java, Maven, and Node.js
- Host: GitHub
- URL: https://github.com/ayan4m1/docker-maven-node
- Owner: ayan4m1
- License: mit
- Created: 2018-08-28T19:40:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T02:00:20.000Z (3 months ago)
- Last Synced: 2024-10-17T13:34:45.581Z (3 months ago)
- Topics: docker, java, maven, nodejs, nvm
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Maven Node
This repository hosts Docker images which bundle Java, Maven, and Node.js in a single image.
## Quick Reference
- Maintained by [ayan4m1](https://github.com/ayan4m1)
- Get help on [the GitHub issues page](https://github.com/ayan4m1/docker-maven-node/issues)
## Image Tag Format
The images are offered in two base flavors - one based on Eclipse Temurin and Ubuntu, and one based on Alpine Linux. The Alpine images are much smaller but your application may need extra packages installed or compiled in order to work correctly on them.
The `latest` and `latest-alpine` tags are always pinned at the most recent release.
The tag format is `mvn-jdk-n`, where `x`, `y`, and `z` are versions of Maven, Java, and Node respectively. Alpine images have an `-alpine` suffix.
## Supported Versions
I will try to keep images for the current LTS/stable releases of Node, Java, and Maven available.