mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'ddieulivol-create_smaller_container_image' into 'master'
Add a slim ruby image for gitlab See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/709 Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by: ddieulivol <ddieulivol@gitlab.com>
This commit is contained in:
commit
5e6a0c8171
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