newsdev/docker-ruby-node

Name: docker-ruby-node

Owner: NYT Newsroom Developers

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

Forked from: Starefossen/docker-ruby-node

Created: 2017-11-20 21:04:45.0

Updated: 2017-11-20 23:00:51.0

Pushed: 2017-11-05 21:22:36.0

Homepage: https://registry.hub.docker.com/u/starefossen/ruby-node/

Size: 46

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ruby + Node Docker Image Image Layers

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

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

Maintaned combinations:

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
cker 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.

starefossen/ruby-node:slim

A slimmed down image, identical to the :latest tag except it is based a Debian base image with fewer packages and dependencies installed like without GCC and various build tools.

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 (latest and slim) 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 version v17.

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.