mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +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
25
.gitlab/ci/gitlab-cng.images.yml
Normal file
25
.gitlab/ci/gitlab-cng.images.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
|
||||
.gitlab-cng-base:
|
||||
extends:
|
||||
- .build_dynamic_image
|
||||
stage: gitlab-cng
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
CHROME: '123'
|
||||
NODE: '20.12'
|
||||
YARN: '1.22'
|
||||
GRAPHICSMAGICK: '1.3.36'
|
||||
POSTGRESQL: '11'
|
||||
RUBY: '3.0.6'
|
||||
GIT: '2.33'
|
||||
GOLANG: '1.21'
|
||||
KUBECTL: '1.23'
|
||||
HELM: '3.9'
|
||||
|
||||
gitlab-cng:
|
||||
extends:
|
||||
- .gitlab-cng-base
|
||||
rules:
|
||||
- !reference [.build_dynamic_image, rules]
|
||||
- changes:
|
||||
- ".gitlab/ci/cng-images.yml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue