Add a slim ruby image for gitlab

This commit is contained in:
David Dieulivol 2023-08-18 09:12:28 +00:00 committed by Balasankar 'Balu' C
parent f09e3e4423
commit e5ca487b1c

View file

@ -60,6 +60,15 @@ gitlab-review-app:
KUBECTL: '1.23'
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
gitlab-workhorse:
needs: []