mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +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
|
|
@ -5,7 +5,7 @@ ARG GCLOUD_VERSION=413.0.0
|
|||
# gsutil 5.18 unnecessarily requires the storage.buckets.get
|
||||
# permission: https://github.com/GoogleCloudPlatform/gsutil/issues/1663
|
||||
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:$GCLOUD_VERSION as gcloud-sdk
|
||||
FROM ruby:3.2.2-slim-bullseye
|
||||
FROM ruby:3.2.4-slim-bullseye
|
||||
# pupulated by docker buildx build --platform flag
|
||||
ARG TARGETARCH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue