mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Publish images with full Ruby version
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
b16d8a9f74
commit
57fe03c0e4
15 changed files with 97 additions and 98 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# Docker image with buildx plugin
|
||||
.docker:
|
||||
.docker-base:
|
||||
extends:
|
||||
- .build_dynamic_image
|
||||
stage: docker
|
||||
rules:
|
||||
- !reference [.build_dynamic_image, rules]
|
||||
- changes:
|
||||
|
|
@ -10,7 +11,7 @@
|
|||
|
||||
docker:
|
||||
extends:
|
||||
- .docker
|
||||
- .docker-base
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bookworm', 'debian:bookworm-slim']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue