mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Drop Ruby 2.7 builds
This commit is contained in:
parent
0759eaa370
commit
4cd4099d24
6 changed files with 9 additions and 26 deletions
|
|
@ -226,23 +226,6 @@ function print_bazelisk_args() {
|
|||
|
||||
function print_ruby_args() {
|
||||
case "$1" in
|
||||
2.6|2.6.*)
|
||||
RUBY_VERSION="2.6.6"
|
||||
RUBY_DOWNLOAD_SHA256="364b143def360bac1b74eb56ed60b1a0dca6439b00157ae11ff77d5cd2e92291"
|
||||
;;
|
||||
|
||||
2.7|2.7.patched)
|
||||
RUBY_VERSION="2.7.8"
|
||||
RUBY_DOWNLOAD_SHA256="c2dab63cbc8f2a05526108ad419efa63a67ed4074dbbcf9fc2b1ca664cb45ba0"
|
||||
;;
|
||||
|
||||
# Please update any clients still asking for these images to request `ruby-2.7` instead,
|
||||
# which will provide the latest available patch level (see above.)
|
||||
2.7.*)
|
||||
RUBY_VERSION="2.7.2"
|
||||
RUBY_DOWNLOAD_SHA256="6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4"
|
||||
;;
|
||||
|
||||
3.0|3.0.patched)
|
||||
RUBY_VERSION="3.0.6"
|
||||
RUBY_DOWNLOAD_SHA256="6e6cbd490030d7910c0ff20edefab4294dfcd1046f0f8f47f78b597987ac683e"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ TAG_TOOLS=(BUNDLER RUBYGEMS GIT LFS CHROME YARN GRAPHICSMAGICK EXIFTOOL BAZELISK
|
|||
# variables.
|
||||
# For example, consider a CI job which specifies the following variables:
|
||||
# OS: debian:bullseye
|
||||
# RUBY: 2.7
|
||||
# RUBY: 3.0
|
||||
# GOLANG: 1.19
|
||||
# RUST: 1.65.0
|
||||
# GIT: 2.33
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue