Merge branch 'andrey-gdk-image' into 'master'

Add gdk base image

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/645

Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Rémy Coutable <remy@rymai.me>
Reviewed-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Rémy Coutable 2023-05-03 09:31:35 +00:00
commit aff31cf90d

View file

@ -46,3 +46,20 @@ e2e-full:
GCLOUD: '383'
KUBECTL: '1.23'
ARCH: linux/amd64,linux/arm64
# Used by e2e tests running against gdk
e2e-gdk:
extends:
- .e2e
variables:
OS: 'debian:bullseye-slim'
RUBY: '3.0'
RUBYGEMS: '3.4'
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '12'
GOLANG: '1.19'
RUST: '1.65'
GIT: '2.36'
LFS: '2.9'
ARCH: linux/amd64,linux/arm64