Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gitlab-compose-kit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • gitlab-compose-kit
  • Merge requests
  • !176

Use latest available Ruby 2.7 images

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthias Käppler requested to merge mk-ruby-2.7.4 into master Aug 19, 2021
  • Overview 3
  • Commits 1
  • Pipelines 2
  • Changes 1

As of gitlab-build-images!428 (merged), we do not match on patch level Ruby versions anymore (though we maintain the 2.7.2 images for now for back-compat reasons.)

The truth is that this never really was the case anyway; asking for 2.7.2 might have delivered a different version, depending on what RUBY_VERSION was at the time.

Going forward, we will only define and ask for images based on Ruby minor versions (2.7, 3.0, etc), which simplifies and accelerates delivery of important patch releases into CI.

With this change, GCK will start using Ruby 2.7.4, or whatever is the latest RUBY_VERSION in the 2.7 line as centrally specified in gitlab-build-images.

Edited Aug 19, 2021 by Matthias Käppler
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mk-ruby-2.7.4