Skip to content

The Ruby programming language, on Docker

License

Notifications You must be signed in to change notification settings

healthify/docker-ruby

 
 

Repository files navigation

aptible/ruby

Docker Repository on Quay.io Build Status

The Ruby programming language, on Docker.

Intended Use

This image is used internally by Aptible. We do not recommend that customers use this repo, and instead recommmend the Official Docker Ruby image : https://hub.docker.com/_/ruby

Please see our FAQ for further information.

Installation and Usage

docker pull quay.io/aptible/ruby
docker run quay.io/aptible/ruby [options]

Available Tags

  • latest: Currently Ruby 2.6.2 (don't depend on this tag: it will change over time).
  • 1.9.3-ubuntu-16.04 (aliased as 1.9.3): Ruby 1.9.3-p547 (EOL February 23, 2015)
  • 2.0.0-ubuntu-16.04 (aliased as 2.0.0): Ruby 2.0.0-p648 (EOL February 24, 2016)
  • 2.1-ubuntu-16.04 (aliased as 2.1): Ruby 2.1.10 (EOL March 31, 2017)
  • 2.2-ubuntu-16.04 (aliased as 2.2): Ruby 2.2.10 (EOL March 31, 2018)
  • 2.3-ubuntu-16.04 (aliased as 2.3): Ruby 2.3.8 (EOL March 31, 2019)
  • 2.4-ubuntu-16.04 (aliased as 2.4): Ruby 2.4.6
  • 2.5-ubuntu-16.04 (aliased as 2.5): Ruby 2.5.5
  • 2.6-ubuntu-16.04 (aliased as 2.6): Ruby 2.6.2

As the name implies, those images are based on Ubuntu. You can use the Debian variants (which are slightly lighter) using the following tags:

  • 1.9.3-debian-jessie
  • 2.0.0-debian-jessie
  • 2.1-debian-jessie
  • 2.2-debian-jessie
  • 2.3-debian-jessie
  • 2.4-debian-jessie
  • 2.5-debian-jessie
  • 2.6-debian-jessie

There are other variations on those images, you can view all the available tags on Quay.

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make release

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2019 Aptible and contributors.

About

The Ruby programming language, on Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 62.9%
  • HTML 19.5%
  • Shell 17.6%