File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,22 @@ stages:
18
18
variables :
19
19
FF_USE_FASTZIP : " true"
20
20
TRANSFER_METER_FREQUENCY : " 1s"
21
- DOCKER_VERSION : " 20.10.15"
22
21
BUNDLE_FROZEN : " true"
23
- GO_VERSION : " 1.24"
24
22
GOPATH : $CI_PROJECT_DIR/.GOPATH
25
23
DEBIAN_VERSION : " bookworm"
26
- RUBY_VERSION : " 3.3.7"
27
24
BUNDLE_PATH : vendor/ruby
28
25
POLICY : pull
29
26
CI_DEBUG_SERVICES : " true"
27
+ DOCKER_VERSION : " 20.10.15"
28
+ GO_VERSION : " 1.24"
29
+ RUBY_VERSION : " 3.3.7"
30
30
RUST_VERSION : " 1.73"
31
- UBI_VERSION : " 8.6"
32
- IMAGE_TAG : " rubygems-3.5-git-2.45-exiftool-12.60"
31
+ UBI_VERSION : " 9.5"
33
32
GITLAB_ADVANCED_SAST_ENABLED : " true"
33
+ IMAGE_TAG : " rubygems-3.5-git-2.45-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36"
34
+ DEFAULT_IMAGE : " registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}-node-20.12-postgresql-16:${IMAGE_TAG}"
35
+ FIPS_IMAGE_TAG : " git-2.45"
36
+ FIPS_IMAGE : " registry.gitlab.com/gitlab-org/gitlab-build-images/ubi-${UBI_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}:${FIPS_IMAGE_TAG}"
34
37
35
38
workflow :
36
39
rules : &workflow_rules # For merge requests, create a pipeline.
@@ -48,7 +51,7 @@ workflow:
48
51
- " **/*.go"
49
52
50
53
default :
51
- image : registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}:${IMAGE_TAG }
54
+ image : ${DEFAULT_IMAGE }
52
55
tags :
53
56
- gitlab-org
54
57
@@ -175,7 +178,7 @@ tests_without_cgo:
175
178
- make verify test_fancy
176
179
177
180
tests:fips :
178
- image : registry.gitlab.com/gitlab-org/gitlab-build-images/ubi-${UBI_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-rust-${RUST_VERSION}:${IMAGE_TAG }
181
+ image : ${FIPS_IMAGE }
179
182
extends :
180
183
- .cached-job
181
184
- .test-job
You can’t perform that action at this time.
0 commit comments