Docker images used by the re2 project to test against legacy Ruby versions and all ABI versions of the underlying re2 library.
mudge/re2-ci:1.8
: an Ubuntu 16.04 image with Ruby 1.8.7 installed from the Brightbox Ruby packages repository.mudge/re2-ci:1.9.1
: an Ubuntu 16.04 image with Ruby 1.9.3 installed from the Brightbox Ruby packages repository.mudge/re2-ci:2.0
: an Ubuntu 16.04 image with Ruby 2.0 installed from the Brightbox Ruby packages repository.
All re2-ci
images have RubyGems 2.7.11 installed and Bundler 1.17.3. Note that the 1.8 image disables Bundler's SSL verification otherwise it cannot communicate with rubygems.org.
mudge/libre2-dev
: an Ubuntu 16.04 image with fpm installed for packaging versions of the underlying re2 library for use on GitHub Actions.
- Taken mostly from the RSpec Docker Images used to test RSpec Core against end-of-lifed versions of Ruby.
Copyright © 2021 Paul Mucur
Distributed under the MIT License.