From e5ca487b1c52f92902df73cf62384f8e19655601 Mon Sep 17 00:00:00 2001 From: David Dieulivol Date: Fri, 18 Aug 2023 09:12:28 +0000 Subject: [PATCH] Add a slim ruby image for gitlab --- .gitlab/ci/gitlab.images.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab/ci/gitlab.images.yml b/.gitlab/ci/gitlab.images.yml index 0a0273a..4c96499 100644 --- a/.gitlab/ci/gitlab.images.yml +++ b/.gitlab/ci/gitlab.images.yml @@ -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: []