The Ruby programming language, on Docker.
docker pull quay.io/aptible/ruby
docker run quay.io/aptible/ruby [options]
latest
: Currently Ruby 2.1.4ruby-1.9.3
: Ruby 1.9.3-p547ruby-2.0.0
: Ruby 2.0.0-p576ruby-2.1
: Ruby 2.1.4
Tests are run as part of the Dockerfile
build. To execute them separately within a container, run:
bats test
To push the Docker image to Quay, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2014 Aptible and contributors.