gitlab-build-images/.gitlab/ci/gitlab.images.yml
2022-05-11 12:56:08 +00:00

35 lines
809 B
YAML

# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
gitlab:
extends:
- .build_and_push
stage: gitlab
variables:
LFS: '2.9'
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'
parallel:
matrix:
- DEBIAN: ['bullseye']
RUBY: ['2.7.patched', '3.0.patched']
GIT: ['2.33']
POSTGRESQL: ['11', '12', '13']
GOLANG: ['1.16', '1.17']
NODE: ['16.14']
CHROME: ['94', '99']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
gitlab-assets:
extends:
- .build_and_push
stage: gitlab-assets
variables:
LFS: '2.9'
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'
parallel:
matrix:
- DEBIAN: ['bullseye']
RUBY: ['2.7', '3.0']
GIT: ['2.33']
NODE: ['16.14']