mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
25 lines
534 B
YAML
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"
|