Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-06-04 12:07:18 +00:00
parent 6a4cea0a8f
commit d58a3afef8
78 changed files with 717 additions and 1015 deletions

View File

@ -8,6 +8,9 @@ ENV GITLAB_LICENSE_MODE=test \
GDK_KILL_CONFIRM=true \
TOOL_VERSION_MANAGER=mise
# Disable idiomatic version files like .ruby-version by default and only rely on .tool-versions
RUN mise settings add idiomatic_version_file_enable_tools "[]"
# Clone GDK at specific sha and bootstrap packages
#
ARG GDK_SHA