mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Publish images with full Ruby version
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
b16d8a9f74
commit
57fe03c0e4
15 changed files with 97 additions and 98 deletions
|
|
@ -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: 3.0
|
||||
# RUBY: 3.0.6
|
||||
# GOLANG: 1.19
|
||||
# RUST: 1.73.0
|
||||
# GIT: 2.33
|
||||
|
|
@ -43,7 +43,7 @@ function get_image_path() {
|
|||
# Generate the image tag using the components that were specified via variables.
|
||||
# For example, consider a CI job which specifies the following variables:
|
||||
# OS: debian:bullseye
|
||||
# RUBY: 2.7
|
||||
# RUBY: 3.1.5
|
||||
# GOLANG: 1.19
|
||||
# RUST: 1.73.0
|
||||
# GIT: 2.33
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue