mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Add a slim ruby image for gitlab
This commit is contained in:
parent
f09e3e4423
commit
e5ca487b1c
1 changed files with 9 additions and 0 deletions
|
|
@ -60,6 +60,15 @@ gitlab-review-app:
|
||||||
KUBECTL: '1.23'
|
KUBECTL: '1.23'
|
||||||
HELM: '3.5'
|
HELM: '3.5'
|
||||||
|
|
||||||
|
# Used by GitLab's jobs that work with ruby gems
|
||||||
|
gitlab-slim-ruby:
|
||||||
|
extends:
|
||||||
|
- .gitlab
|
||||||
|
stage: gitlab
|
||||||
|
variables:
|
||||||
|
OS: 'debian:bullseye-slim'
|
||||||
|
RUBY: '3.0'
|
||||||
|
|
||||||
# Used by GitLab's workhorse tests
|
# Used by GitLab's workhorse tests
|
||||||
gitlab-workhorse:
|
gitlab-workhorse:
|
||||||
needs: []
|
needs: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue