https://github.com/mudge/re2-ci
Images used by the re2 project to test against legacy Rubies and different ABI versions of libre2-dev
https://github.com/mudge/re2-ci
Last synced: 5 months ago
JSON representation
Images used by the re2 project to test against legacy Rubies and different ABI versions of libre2-dev
- Host: GitHub
- URL: https://github.com/mudge/re2-ci
- Owner: mudge
- License: mit
- Created: 2021-02-20T15:48:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T12:52:46.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T08:39:05.533Z (8 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mudge/re2-ci
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# re2 CI
Docker images used by the [re2](https://github.com/mudge/re2) project to test
against legacy Ruby versions and all ABI versions of the underlying [re2
library](https://github.com/google/re2).
## Images
* `mudge/re2-ci:1.8`: an Ubuntu 16.04 image with Ruby 1.8.7 installed from the [Brightbox Ruby packages repository](https://www.brightbox.com/docs/ruby/ubuntu/).
* `mudge/re2-ci:1.9.1`: an Ubuntu 16.04 image with Ruby 1.9.3 installed from the [Brightbox Ruby packages repository](https://www.brightbox.com/docs/ruby/ubuntu/).
* `mudge/re2-ci:2.0`: an Ubuntu 16.04 image with Ruby 2.0 installed from the [Brightbox Ruby packages repository](https://www.brightbox.com/docs/ruby/ubuntu/).
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](https://github.com/jordansissel/fpm) installed for packaging versions of the underlying [re2 library](https://github.com/google/re2) for use on GitHub Actions.
## References
* Taken mostly from the [RSpec Docker Images](https://github.com/rspec/docker-ci) used to test [RSpec Core](https://github.com/rspec/rspec-core) against end-of-lifed versions of Ruby.
# License
Copyright © 2021 Paul Mucur
Distributed under the MIT License.