gitlab-build-images/.gitlab/ci/kas.images.yml
Stan Hu f3c5020487
Drop Node.js 18.17 from GitLab and KAS images
We're using and testing Node.js 20 now. No need to build 18 anymore.

Part of https://gitlab.com/groups/gitlab-org/-/epics/13545
2024-04-23 15:46:08 -07:00

26 lines
538 B
YAML

# Used by GitLab/KAS integration tests
.kas:
extends:
- .build_dynamic_image
rules:
- !reference [.build_dynamic_image, rules]
- changes:
- "scripts/lib/custom-docker-build"
- ".gitlab/ci/kas.images.yml"
gitlab-kas:
extends:
- .kas
variables:
GOLANG: '1.21'
RUST: '1.73'
LFS: '2.9'
CHROME: '123'
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'
GIT: '2.36'
NODE: '20.12'
POSTGRESQL: '12'
parallel:
matrix:
- RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']