gitlab-build-images/.gitlab/ci/kas.images.yml
Rémy Coutable 684f0ce8ef
ci: Only build custom images that need to be rebuilt
Signed-off-by: Rémy Coutable <remy@rymai.me>
2023-01-25 19:05:07 +01:00

26 lines
542 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.19'
RUST: '1.65.0'
LFS: '2.9'
CHROME: '107'
NODE: '14.15'
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'
GIT: '2.36'
POSTGRESQL: '12'
parallel:
matrix:
- RUBY: ['2.7.2.patched', '2.7.patched', '3.0.patched']