All Projects β†’ Starefossen β†’ Docker Ruby Node

Starefossen / Docker Ruby Node

Licence: mit
🐳 Alpine Docker Image with latest versions of Ruby, Node.js and yarn installed. This Docker Image is actively maintained and updated regularly.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Docker Ruby Node

Socat
Run socat command in alpine container
Stars: ✭ 53 (-28.38%)
Mutual labels:  alpine, alpine-linux, docker-image
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (+22.97%)
Mutual labels:  alpine, alpine-linux, docker-image
dockerfiles
Skeleton for a Docker nginx / php / mysql / redis development stack. Everything in its own container!
Stars: ✭ 12 (-83.78%)
Mutual labels:  docker-image, alpine-linux
Meinheld Gunicorn Flask Docker
Docker image with Meinheld and Gunicorn for Flask applications in Python. Optionally with Alpine Linux.
Stars: ✭ 336 (+354.05%)
Mutual labels:  alpine, docker-image
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+529.73%)
Mutual labels:  alpine, docker-image
Alpine Erlang
An alpine image with Erlang installed, intended for releases
Stars: ✭ 73 (-1.35%)
Mutual labels:  alpine-linux, docker-image
alpine-vagrant
This builds an up-to-date Vagrant Alpine Linux Base Box
Stars: ✭ 22 (-70.27%)
Mutual labels:  alpine, alpine-linux
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-6.76%)
Mutual labels:  alpine, docker-image
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (-55.41%)
Mutual labels:  alpine, alpine-linux
Jekyll Docker
β›΄ Docker images, and CI builders for Jekyll.
Stars: ✭ 804 (+986.49%)
Mutual labels:  alpine-linux, docker-image
Docker Alpine Glibc
Carefully crafted Alpine Docker image with glibc (~12MB)
Stars: ✭ 581 (+685.14%)
Mutual labels:  alpine, docker-image
Postgresql Postgis Timescaledb
PostgreSQL + PostGIS + TimescaleDB docker image πŸ˜πŸŒŽπŸ“ˆ
Stars: ✭ 19 (-74.32%)
Mutual labels:  alpine, docker-image
Dockerfile
πŸ“¦ Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+1479.73%)
Mutual labels:  alpine, docker-image
rails5-docker-alpine
Lightweight Docker development environment for Rails using Alpine Linux
Stars: ✭ 71 (-4.05%)
Mutual labels:  alpine, alpine-linux
docker-alpine-miniconda3
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)
Stars: ✭ 94 (+27.03%)
Mutual labels:  alpine, docker-image
docker-aws-s3-sync
Docker container to sync a folder to Amazon S3
Stars: ✭ 21 (-71.62%)
Mutual labels:  alpine, alpine-linux
Dockerfiles
Discontinued. Fork at your will.
Stars: ✭ 384 (+418.92%)
Mutual labels:  alpine, alpine-linux
alpinist
Automatic Alpine Linux Package (apk) Repository Generation using AWS Lambda, S3 & SSM Parameter Store
Stars: ✭ 45 (-39.19%)
Mutual labels:  alpine, alpine-linux
alpine-buildpack-deps
An attempt at a "buildpack-deps"-like Docker image with Alpine Linux
Stars: ✭ 30 (-59.46%)
Mutual labels:  alpine, alpine-linux
Docker Alpine
Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
Stars: ✭ 574 (+675.68%)
Mutual labels:  alpine-linux, docker-image

Ruby + Node Docker Image Image Layers

Docker image with Ruby and Node.js with Yarn installed and ready to roll.

NOTICE: Images are refreshed everytime Ruby official repo is updated on Docker Hub. Minor or patch versions in this readme file should be outdated.

Both Ruby and Node.js are based on official images.

Maintaned combinations:

  • Ruby: 2 (2.5) Node: 6.x (6.14)
  • Ruby: 2 (2.5) Node: 8.x (8.11)
  • Ruby: 2 (2.5) Node: 10.x (10.4)

Supported tags and respective Dockerfile links

Why Node.js and Ruby together?

Some applications, like Jekyll, GitHub pages or Rails with Webpacker, requires both Ruby and Node.js installed in the same image in order to run or fully function. This image do not install any other packages than both other images do.

Differences with official Ruby and Node.js images?

Ruby: Same as official.

Node: Instead variables NODE_VERSION and YARN_VERSION is available variable NODE_MAJOR fullfiled with major version of node.js. Node is not executed on by CMD.

How to use this image

$ docker run -v "$PWD":/usr/src/app -p "8080:8080" starefossen/ruby-node

Image Variants

The starefossen/ruby-node images come in three flavors, each designed for a specific use case.

starefossen/ruby-node:latest

This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. Based on Debian distribution.

starefossen/ruby-node:alpine

This is the smalles image possible. It is based on the Alpine Linux base image.

Default Locale

Versions 2-6, 2-8, 2-10 has defined locale C.UTF-8 instead default POSIX.

License

This Docker image is licensed under the MIT License.

Software contained in this image is licensed under the following:

Supported Docker versions

This image is officially supported on Docker versions v17, v18.

Support for older versions (down to v1.0) is provided on a best-effort basis.

User Feedback

Documentation

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

Collaborators

Individuals making significant and valuable contributions are made Collaborators and given commit-access to the project. These individuals are identified by the existing Collaborators and their addition as Collaborators is discussed as a pull request to this project's README.md.

Note: If you make a significant contribution and are not considered for commit-access log an issue or contact one of the Collaborators directly.

  • Radovan Ε mitala - @radeno
  • Hans Kristian Flaatten - @Starefossen
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].