mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add gdk base image
Remove graphicsmagic Add ruby Add git and git-lfs Bump rubygems version
This commit is contained in:
parent
adf22e713a
commit
171e9fc93f
1 changed files with 17 additions and 0 deletions
|
|
@ -45,3 +45,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue