Add gdk base image

Remove graphicsmagic

Add ruby

Add git and git-lfs

Bump rubygems version
This commit is contained in:
Andrejs Cunskis 2023-02-19 20:21:27 +09:00
parent adf22e713a
commit 171e9fc93f
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -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