Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.48 KB

Codeminer42 Ruby Image for CI builds

Docker Ruby images used by Gitlab CI.

Dependencies

The following dependencies are being installed on all images:

  • Node.js v22.12.0 (with npm)
  • Google Chrome (latest stable)
  • Chrome Webdriver (version 131.0.6778.85)

Tags

We currently have images for the following Rubies.

CRuby images

Contributing

Dockerfiles are stored under folders for each version.

For updating the images, just open a pull request with the new Dockerfile version and, after accepted, Docker Hub will build automatically after a few minutes.

The images should setup an environment that is widely used, please don't install dependencies that are specific to a project. It's also good to have a pattern and all images support the same things, why a ruby version would use PhantomJS and the other doesn't?