UNCLASSIFIED

You need to sign in or sign up before continuing.
README.md 814 Bytes
Newer Older
Joshua Eason's avatar
Joshua Eason committed
1
# Overview
Gerard Fulton's avatar
Gerard Fulton committed
2

Joshua Eason's avatar
Joshua Eason committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ruby 2.7 was released on 12-25-2019 and has no end of life yet.

# Environment Variables

Name | Description | Default Value
--- | --- | ---
RUBY_MAJOR | The major version of Ruby. | 2
RUBY_MINOR | The minor version of Ruby. | 7
HOME | The path to the home folder for the default user (UID 1001). | /opt/app-root/src
GEM_HOME | The default path to GEM files. | /usr/local/bundle
BUNDLE_SILENCE_ROOT_WARNING |  Silence the warning Bundler prints when installing gems as root. | 1
BUNDLE_APP_CONFIG | Location of the Gem bundle to install. | Value of $GEM_HOME

# Documentation

Documentation for this version of Ruby can be found [here](https://docs.ruby-lang.org/en/2.7.0/).

# Basis

This applicaiton is based on the following:
- https://hub.docker.com/_/ruby
Vickie Shen's avatar
Vickie Shen committed
24
- https://github.com/docker-library/ruby