gitlab-build-images/.gitlab/ci/customers.images.yml
Andrejs Cunskis ed1776761c
Update chrome versions
Bump version in kas images
2022-10-05 10:03:50 +03:00

27 lines
673 B
YAML

# Used by customers-gitlab-com rspec job: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab-ci.yml
customers:
extends:
- .build_and_push
variables:
LFS: '2.9'
CHROME: '106'
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '10'
RUBY: '2.7'
GIT: '2.33'
parallel:
matrix:
- DOCKER: ['20.10.14', '']
# Used by customers-gitlab-com qa e2e test: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab/ci/e2e.gitlab-ci.yml
customers-qa-assets:
extends:
- .build_and_push
variables:
CHROME: '106'
NODE: '16.14'
YARN: '1.22'
DOCKER: '20.10.14'
RUBY: '2.7'
GIT: '2.33'