The Ruby programming language, on Docker.
docker pull quay.io/cbortz/ruby
docker run quay.io/cbortz/ruby [options]
latest
: Currently Ruby 2.6.1 (don't depend on this tag: it will change over time).2.6-ubuntu-16.04
: Ruby 2.6.12.5-ubuntu-16.04
: Ruby 2.5.3
These tags above are built using the default glibc
malloc. To use jemalloc
instead, select one of the following tags:
2.6-jemalloc-ubuntu-16.04
: Ruby 2.6.1 (configured withjemalloc
)2.5-jemalloc-ubuntu-16.04
: Ruby 2.5.3 (configured withjemalloc
)
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) 2019 Chet Bortz and contributors.
Frank Macreery, the great folks at Aptible, and all other contributors!