All Projects → timbru31 → docker-java-node

timbru31 / docker-java-node

Licence: MIT license
🐳 OpenJDK JRE or JDK (8,11 or 17) with Node.js 14 LTS (Fermium) or 16 LTS (Gallium) Docker image

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-java-node

java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (-67.86%)
Mutual labels:  openjdk, temurin
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-76.79%)
Mutual labels:  alpine
Dockerfiles
These are Dockerfiles I've created for programs without official docker image.
Stars: ✭ 24 (-57.14%)
Mutual labels:  alpine
adoptium
adoptium.net
Stars: ✭ 126 (+125%)
Mutual labels:  temurin
mariadb
MariaDB docker container image
Stars: ✭ 42 (-25%)
Mutual labels:  alpine
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (-5.36%)
Mutual labels:  alpine
php
Generic PHP docker container images
Stars: ✭ 121 (+116.07%)
Mutual labels:  alpine
docker-craft-nginx
🐳 A minimal Docker container for Craft CMS, intended for use with zeit-now.
Stars: ✭ 26 (-53.57%)
Mutual labels:  alpine
rpi-home-cluster-setup
Automated way to set up your own kubernetes cluster on Raspberry Pi. Includes memory card preparation, nodes bootstrap and kubernetes services configuration
Stars: ✭ 111 (+98.21%)
Mutual labels:  alpine
xen-orchestra-ce
🐳 Docker & docker-compose files to deploy Xen Orchestra Community Edition (ie: from sources)
Stars: ✭ 70 (+25%)
Mutual labels:  alpine
xx
Dockerfile cross-compilation helpers
Stars: ✭ 124 (+121.43%)
Mutual labels:  alpine
docker-serveo
https://serveo.net is an alternative for ngrok. taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker. And taichunmin/serveo-server can let you host your own serveo.
Stars: ✭ 91 (+62.5%)
Mutual labels:  alpine
django-docker
Toy project. Trying to use Django inside a Docker container for both local development and production deployment.
Stars: ✭ 18 (-67.86%)
Mutual labels:  alpine
docker-php-alpine
minimal (ish) php images in alpine
Stars: ✭ 29 (-48.21%)
Mutual labels:  alpine
tensorflow-alpine
TensorFlow in Alpine Linux
Stars: ✭ 12 (-78.57%)
Mutual labels:  alpine
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-62.5%)
Mutual labels:  alpine
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (-51.79%)
Mutual labels:  alpine
alpine
🌍 `alpine` Docker image for multiple architectures
Stars: ✭ 81 (+44.64%)
Mutual labels:  alpine
gryllidae
Opinionated CNCF-based, Docker Compose setup for everything needed to develop a 12factor app
Stars: ✭ 18 (-67.86%)
Mutual labels:  alpine
whichjdk.com
Which Version of JDK Should I Use?
Stars: ✭ 55 (-1.79%)
Mutual labels:  openjdk

Java (JRE or JDK version 8, 11 or 17) with Node.js 14 or 16 LTS Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

A minimal Dockerfile based on Eclipse Temurin's OpenJDK JRE or JDK 8/11 Dockerfile (regular, alpine) with Node.js 14 LTS (Fermium) or 16 LTS (Gallium) installed.

What's included

  • JRE or JDK 8/11/17
  • Node.js 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

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)
  • linux/ppc64le (not for alpine)

Built by (c) Tim Brust and contributors. Released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].