gitlab-build-images/.gitlab/ci/gitlab-cng.images.yml
Rémy Coutable 57fe03c0e4
Publish images with full Ruby version
Signed-off-by: Rémy Coutable <remy@rymai.me>
2024-05-28 09:21:45 +02:00

25 lines
534 B
YAML

# 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"